summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-11 14:25:03 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-11 14:25:03 +0300
commit25456ce008c7fe78378ddaaf784c74209a2d8c14 (patch)
treefbb86324f468ab984ca1be1c25f92872499ed948 /res/about
parent2fc802367acd63b86fecda92461d63d029d7378c (diff)
macOS: Handling launch URLs and drop'n'drop
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme.
Diffstat (limited to 'res/about')
-rw-r--r--res/about/help.gmi30
1 files changed, 17 insertions, 13 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index c8750140..1be94132 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -17,23 +17,22 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
17 17
18### Features 18### Features
19 19
20* UI inspired by Safari on macOS
21* Light and dark UI themes
22* Multiple tabs
23* Sidebar for page outline, managing bookmarks and identities, and viewing history
24* Smart suggestions when typing the URL — search bookmarks, history, identities
25* Scaling factor for the UI (for arbitrary monitor DPI)
26* Beautiful typography using Unicode fonts 20* Beautiful typography using Unicode fonts
27* Autogenerated page style and Unicode icon for each Gemini domain 21* Autogenerated page style and Unicode icon for each Gemini domain
22* Smart suggestions when typing the URL — search bookmarks, history, identities
23* Sidebar for page outline, managing bookmarks and identities, and viewing history
24* Multiple tabs
25* Identity management — create and use TLS client certificates
26* Light and dark UI themes
27* Select and copy text with the mouse
28* Find text on the page
28* Open image links inline on the same page 29* Open image links inline on the same page
30* Open links via keyboard shortcuts
29* Instant back/forward navigation 31* Instant back/forward navigation
30* Smooth scrolling 32* Smooth scrolling
31* Scaling page content (50%...200%) 33* Scaling page content (50%...200%)
32* Select and copy text with the mouse 34* Scaling factor for the UI (for arbitrary monitor DPI)
33* Find text on the page
34* Identity management — create and use TLS client certificates
35* Persistent app state — tabs and history are restored on next run 35* Persistent app state — tabs and history are restored on next run
36* Opening links via keyboard shortcuts
37 36
38## What is Gemini 37## What is Gemini
39 38
@@ -54,16 +53,21 @@ One way to browse Gemini content is via web browser extensions or proxies that t
54 53
55# User interface 54# User interface
56 55
57The user interface has been designed to have a feel similar to Safari on macOS.
58
59## URL entry and quick search 56## URL entry and quick search
60 57
61The URL input field is in its typical location in the navigation bar. It can be accessed quickly by pressing ${CTRL+}L. 58The URL input field is in its typical location in the navigation bar. It can be accessed quickly by pressing ${CTRL+}L.
62 59
63As you enter text, Lagrange starts looking for matches in bookmarks, history, content of cached pages, and identities. Search terms are case insensitive, and if many words are entered, they are all required to appear in the specified order in any matched content. Search of cached pages is limited to the (small-ish) set of pages that Lagrange keeps in memory for back navigation. 60As you enter text, Lagrange starts looking for matches in bookmarks, history, content of cached pages, and identities. Search terms are case insensitive, and if many words are entered, they are all required to appear in the specified order in any matched content. Search of cached pages is limited to the (small) set of pages that Lagrange keeps in memory for back navigation.
64 61
65## Sidebar 62## Sidebar
66 63
64The sidebar can be toggled via menus or by pressing ${SHIFT+}${CTRL+}L. It has four tabs:
65
66* Bookmarks: List of bookmarks that you've created. These appear first in search results for quick and easy access.
67* History: Chronological list of visited URLs. This is not a full history of all the URLs you've accessed over time — only unique URLs are shown at the latest access time.
68* Identities: TLS client certificates.
69* Outline: List of the headings in the currently open tab. Useful when reading longer documents.
70
67## Navigation 71## Navigation
68 72
69### Opening links using the keyboard 73### Opening links using the keyboard