-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from googlefonts/issue-45-get-rid-of-gear-panel
Get rid of 'gear' panel + add application settings infos
- Loading branch information
Showing
40 changed files
with
433 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title : Fontra | ||
layout : default | ||
permalink : /reference/menu/fontra | ||
draft : true | ||
order : 601 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference">Reference</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
<table class='table table-hover'> | ||
<tr> | ||
<th width='20%'>item</th> | ||
<th width='75%'>description</th> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/shortcuts'>Shortcuts</a></td> | ||
<td>This page allows you to give various actions custom shortcuts</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/theme-settings'>Theme settings</a></td> | ||
<td>Light, dark or auto.</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/display-language'>Display Language</a></td> | ||
<td>Choose your preferred langauge</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/clipboard'>Clipboard</a></td> | ||
<td>The clipboard format is either 'glif', 'svg' or 'json'.</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/editor-behavior'>Editor Behavior</a></td> | ||
<td>Editor behavior settings</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/plugin-manager'>Plugin Manager</a></td> | ||
<td>Limited support, currently.</td> | ||
</tr> | ||
<tr> | ||
<td><a href='{{ site.url }}/reference/menu/fontra/server-info'>Server info</a></td> | ||
<td>Basic information like: Fontra version or Python version.</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title : Clipboard | ||
layout : default | ||
permalink : /reference/menu/fontra/clipboard | ||
draft : true | ||
order : 605 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference">Reference</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu/fontra">Fontra</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
<div class="alert alert-primary mt-3" role="alert" markdown='1'> | ||
#### Pro tips: | ||
{: .alert-heading} | ||
- for example use 'glif' to copy/past from/to RoboFont | ||
{: .mb-0 } | ||
</div> | ||
|
||
Possible clipboard formats: | ||
: ^ | ||
- [GLIF (Glyph Interchange Format)](http://unifiedfontobject.org/versions/ufo3/glyphs/glif/) | ||
- [SVG (Scaleable Vector Graphics)](http://developer.mozilla.org/en-US/docs/Web/SVG) | ||
- [JSON (JavaScript Object Notation)](http://www.json.org/) | ||
|
||
|
||
![]({{ site.url }}/images/application-settings-clipboard.png){: .img-fluid } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title : Display Language | ||
layout : default | ||
permalink : /reference/menu/fontra/display-language | ||
draft : true | ||
order : 604 | ||
--- | ||
|
||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb small"> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference">Reference</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li> | ||
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu/fontra">Fontra</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li> | ||
</ol> | ||
</nav> | ||
|
||
<div class="alert alert-primary mt-3" role="alert" markdown='1'> | ||
#### Pro tips: | ||
{: .alert-heading} | ||
- Your language is missing? Feel free to contribute [github fontra](http://github.com/googlefonts/fontra) | ||
{: .mb-0 } | ||
</div> | ||
|
||
![]({{ site.url }}/images/application-settings-display-language.png){: .img-fluid } |
Oops, something went wrong.