diff options
-rw-r--r-- | res/about/help.gmi | 11 | ||||
-rw-r--r-- | res/about/version.gmi | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index d56f45de..dccef9f8 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -53,7 +53,7 @@ One way to browse Gemini content is via web browser extensions or proxies that t | |||
53 | 53 | ||
54 | # User interface | 54 | # User interface |
55 | 55 | ||
56 | Lagrange's user interface is modeled after WWW browsers: | 56 | Lagrange's user interface is modeled after web browsers: |
57 | * There is a navigation bar at the top with Back and Forward buttons. | 57 | * There is a navigation bar at the top with Back and Forward buttons. |
58 | * Below the navigation bar, there is a tab bar for switching between open tabs. The tab bar is hidden if there is only one tab open. | 58 | * Below the navigation bar, there is a tab bar for switching between open tabs. The tab bar is hidden if there is only one tab open. |
59 | * There is a sidebar for managing bookmarks and TLS identities, and viewing history and the page outline. The sidebar is hidden by default. | 59 | * There is a sidebar for managing bookmarks and TLS identities, and viewing history and the page outline. The sidebar is hidden by default. |
@@ -86,6 +86,15 @@ ${CTRL+}1 through ${CTRL+}4 switch between the sidebar tabs, or hide the sidebar | |||
86 | 86 | ||
87 | ## Navigation | 87 | ## Navigation |
88 | 88 | ||
89 | ### Link icons | ||
90 | |||
91 | The type and destination of a link are indicated by the link's icon and color: ➤ links to the same domain, and 🌐 to a different domain. The colors are: | ||
92 | |||
93 | * Blue for Gemini | ||
94 | * Purple for Gopher | ||
95 | * Orange for HTTP(S) | ||
96 | * Red for other (cannot be opened) | ||
97 | |||
89 | ### Opening links using the keyboard | 98 | ### Opening links using the keyboard |
90 | 99 | ||
91 | When navigating via keyboard, hold down ${ALT} to see link shortcut keys. Try doing so now and see how the link icon below is replaced with a number. | 100 | When navigating via keyboard, hold down ${ALT} to see link shortcut keys. Try doing so now and see how the link icon below is replaced with a number. |
diff --git a/res/about/version.gmi b/res/about/version.gmi index 6ae9abb2..463d9f8e 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -4,7 +4,7 @@ | |||
4 | |___ /~~\ \__> | \ /~~\ | \| \__> |___ | 4 | |___ /~~\ \__> | \ /~~\ | \| \__> |___ |
5 | 5 | ||
6 | ``` | 6 | ``` |
7 | # Version history | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.2 | 9 | ## 0.2 |
10 | * Windows: Fixed opening HTTP links in the default web browser. | 10 | * Windows: Fixed opening HTTP links in the default web browser. |