diff options
-rw-r--r-- | res/about/help.gmi | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index 802c1a21..f27f8830 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -184,7 +184,7 @@ There are four different UI color themes: two for dark mode, and two for light m | |||
184 | 184 | ||
185 | On macOS, Lagrange will automatically switch between dark and light modes if the "Use system theme" setting is enabled. On other platforms you'll need to switch manually. | 185 | On macOS, Lagrange will automatically switch between dark and light modes if the "Use system theme" setting is enabled. On other platforms you'll need to switch manually. |
186 | 186 | ||
187 | The page content color themes are selected on the "Colors" tab of Preferences. The "Dark theme" is active in dark mode, and the "Light theme" is active in light mode. | 187 | Page content color themes are selected on the "Colors" tab of Preferences. The "Dark theme" is active in dark mode, and the "Light theme" is active in light mode. |
188 | 188 | ||
189 | * Colorful Dark: All elements of the page are colored; the background is dark and text is light. This mode provides the best visual distinction between different domains because more color combinations are available. | 189 | * Colorful Dark: All elements of the page are colored; the background is dark and text is light. This mode provides the best visual distinction between different domains because more color combinations are available. |
190 | * Colorful Light: A single, bright background color with black text. This is the most colorful light theme. Note that colored backgrounds may reduce readability. | 190 | * Colorful Light: A single, bright background color with black text. This is the most colorful light theme. Note that colored backgrounds may reduce readability. |
@@ -196,11 +196,16 @@ The page content color themes are selected on the "Colors" tab of Preferences. T | |||
196 | 196 | ||
197 | ### Page style | 197 | ### Page style |
198 | 198 | ||
199 | * Font: At the moment, two font options are provided. "Nunito" is a friendly rounded font. "Fira Sans" is bolder, narrower, and more angular. | 199 | Heading/body font. |
200 | * Line width: This setting determines the maximum width for text lines. "Window" disables the maximum limit and fits text lines to the full width of the window. Shorter lines are generally easier to read. | 200 | |
201 | There are two serif and two sans serif fonts. "Nunito" is a friendly rounded font. "Fira Sans" is bolder, narrower, and more angular. | ||
202 | |||
203 | Line width: This setting determines the maximum width for text lines. "Window" disables the maximum limit and fits text lines to the full width of the window. Shorter lines are generally easier to read. | ||
204 | |||
201 | * Big 1st paragraph: When enabled, the leading paragraph on the page is shown in a slightly larger font. | 205 | * Big 1st paragraph: When enabled, the leading paragraph on the page is shown in a slightly larger font. |
206 | * Quote indicator | ||
202 | 207 | ||
203 | Options for wide window layouts: | 208 | Options for wide window sizes: |
204 | 209 | ||
205 | * Site icon: If there is room on the left side of the page text, the site icon appears there along with the top level heading. This allows one to keep better track of the current reading position in long documents. | 210 | * Site icon: If there is room on the left side of the page text, the site icon appears there along with the top level heading. This allows one to keep better track of the current reading position in long documents. |
206 | 211 | ||
@@ -220,11 +225,11 @@ Debugging utility: internal events are printed to stdout. | |||
220 | ### --sw | 225 | ### --sw |
221 | Disable hardware accelerated graphics. Note that software rendering is anyway used as a fallback, so usually this option should not be necessary. | 226 | Disable hardware accelerated graphics. Note that software rendering is anyway used as a fallback, so usually this option should not be necessary. |
222 | 227 | ||
223 | ## Handling Gemini URLs (macOS) | 228 | ## Opening Gemini links |
224 | 229 | ||
225 | Lagrange registers itself as a "gemini:" URL scheme handler, so you can click on Gemini links in any application to open Lagrange with that URL. | 230 | On macOS and Windows, Lagrange registers itself as a "gemini:" URL scheme handler, so you can click on Gemini links in any application to open Lagrange with that URL. |
226 | 231 | ||
227 | Likewise, .gmi/.gemini file extensions are registered as file formats that Lagrange can view so Finder will know how to open those automatically using Lagrange. | 232 | Likewise (on macOS), .gmi/.gemini file extensions are registered as file formats that Lagrange can view so Finder will know how to open those automatically using Lagrange. |
228 | 233 | ||
229 | ## Drop and drop | 234 | ## Drop and drop |
230 | 235 | ||