summaryrefslogtreecommitdiff
path: root/res/about/help.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-13 20:57:09 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-13 20:57:34 +0200
commit672a534a044d811aa57e927288de50360882ac54 (patch)
treee605b769a9e40dcdf0b2976dd277ac29beb4c15d /res/about/help.gmi
parentfb71407409b2debd8e03c42faecd811d168321bf (diff)
Added a preference for maximum URL size
The setting defaults to 8 KB. Link lines with longer URLs are not recognized as links.
Diffstat (limited to 'res/about/help.gmi')
-rw-r--r--res/about/help.gmi7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 93bc6a05..5bf77a76 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -106,10 +106,15 @@ The type and destination of a link are indicated by the link's icon and color: â
106 106
107Link colors remain the same regardless of which color theme is being used for page content. (Color themes are discussed in the Customization section.) 107Link colors remain the same regardless of which color theme is being used for page content. (Color themes are discussed in the Customization section.)
108 108
109When you move the mouse cursor over a link, additional information will appear: the destination domain, with the URL scheme shown for non-Gemini links, and the date of the last visit to the URL. 109The "Show URL on hover" option can be enabled in Preferences to show additional information when you move the mouse cursor over a link: the destination domain, URL scheme for non-Gemini links, date of the last visit to the URL, and the identity that will be used when opening the link.
110 110
111If a link would normally use the default ➤ icon but there is an Emoji at the beginning of the link label, that Emoji is used as the link icon instead. In these cases, you can always assume that the link is a Gemini link whose destination is the same domain that you're currently on. 111If a link would normally use the default ➤ icon but there is an Emoji at the beginning of the link label, that Emoji is used as the link icon instead. In these cases, you can always assume that the link is a Gemini link whose destination is the same domain that you're currently on.
112 112
113The "Network" tab of Preferences has a few settings that affect the presentation of links and URLs in general:
114
115* "Decode URLs" causes percent-coding to be decoded for the user interface, so one can see international characters in URLs.
116* "Maximum URL size" sets a limit for how long URLs can be. While Gemini servers are required to enforce a limit of 1024 bytes for URLs, this setting affects all URLs regardless of scheme. Link lines with URLs longer than this will be presented as plain text.
117
113### 1.1.3 Page caching 118### 1.1.3 Page caching
114 119
115When navigating to a new page, the old page is cached in memory. If you navigate back, the cached copy of the page is restored. Think of it as rewinding time — you return to a past time as if nothing had happened. The same applies to forward navigation; cached pages are loaded if available. This allows back and forward navigation to happen instantly, without any network requests. 120When navigating to a new page, the old page is cached in memory. If you navigate back, the cached copy of the page is restored. Think of it as rewinding time — you return to a past time as if nothing had happened. The same applies to forward navigation; cached pages are loaded if available. This allows back and forward navigation to happen instantly, without any network requests.