summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 18:03:17 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 18:03:17 +0200
commit45906f2e2f4f3bf19419e2a537c6d1b54eb3b4fa (patch)
tree3c78c481abfce9a4fbb787eef68dd5d22fb842a9
parent594fcc2fa373669f082a9e32a882f9268107cacc (diff)
Updated Help
-rw-r--r--res/about/help.gmi18
1 files changed, 15 insertions, 3 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 8873aa26..b8eb6db5 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -147,17 +147,29 @@ Bookmarks are listed in alphabetic order in the sidebar. There is no support for
147 147
148In addition to a title, bookmarks can have tags. Some tags have a special meaning, but you are free to enter whatever you want in the tags field. In quick search results, tags are given extra weight so they appear higher in results. 148In addition to a title, bookmarks can have tags. Some tags have a special meaning, but you are free to enter whatever you want in the tags field. In quick search results, tags are given extra weight so they appear higher in results.
149 149
150### 1.4.1 Remote bookmarks 150### 1.4.1 Exporting and importing
151
152=> about:bookmarks The special page "about:bookmarks" is used for exporting bookmarks out of Lagrange.
153It has three different modes that can be opened via menus:
154* listing bookmarks alphabetically
155* listing bookmarks grouped by tag
156* listing bookmarks as a feed with creation dates
157
158The generated page can be saved to Downloads or you can copy all or parts of it to the clipboard.
159
160To import all links on a page as bookmarks, use the page context menu to select "Import Links as Bookmarks...". You can also right-click on individual links and select "Bookmark Link...".
161
162### 1.4.2 Remote bookmarks
151 163
152This version of Lagrange does not support automatic bookmark synchronization. By default all bookmarks are stored locally. However, a remote bookmarks feature is provided to allow accessing a set of bookmarks from everywhere. This way you can set up your own centralized bookmark pages or use any public Gemini page as a source of bookmarks. 164This version of Lagrange does not support automatic bookmark synchronization. By default all bookmarks are stored locally. However, a remote bookmarks feature is provided to allow accessing a set of bookmarks from everywhere. This way you can set up your own centralized bookmark pages or use any public Gemini page as a source of bookmarks.
153 165
154A local bookmark can be turned into a source for remote bookmarks via the Bookmarks context menu. Right-click the bookmark and select "Use as Remote Source". A ☁️ icon is used to indicate remote sources in the Bookmarks list. Remote sources are checked when launching Lagrange and manually with the "Refresh Remote Sources" menu item. 166A local bookmark can be turned into a source for remote bookmarks via the Bookmarks context menu. Right-click the bookmark and select "Use as Remote Source". The ⤓ icon is used to indicate remote items in the Bookmarks list. Remote sources are checked when launching Lagrange and manually with the "Refresh Remote Sources" menu item.
155 167
156All links found in the remote sources become remote bookmarks and are included in the Bookmarks list. If an URL is already bookmarked locally, any remote bookmarks with a matching URL are not shown. 168All links found in the remote sources become remote bookmarks and are included in the Bookmarks list. If an URL is already bookmarked locally, any remote bookmarks with a matching URL are not shown.
157 169
158Note that remote bookmarks are read-only: they cannot be edited or tagged. This means you cannot subscribe to a remote bookmark without first making a local duplicate of it. If you want to make local copies of all the links in the remote source, open the remote source page and use the "Import Links as Bookmarks..." context menu item on it. After refreshing remote sources, the remote copies of the bookmarks will not be shown any more. 170Note that remote bookmarks are read-only: they cannot be edited or tagged. This means you cannot subscribe to a remote bookmark without first making a local duplicate of it. If you want to make local copies of all the links in the remote source, open the remote source page and use the "Import Links as Bookmarks..." context menu item on it. After refreshing remote sources, the remote copies of the bookmarks will not be shown any more.
159 171
160### 1.4.2 Special tags 172### 1.4.3 Special tags
161 173
162* Set a "homepage" tag on a bookmark to make it one of the pages that will be opened when pressing the 🏠 button. If multiple bookmarks are tagged as homepages, a random one is selected. 174* Set a "homepage" tag on a bookmark to make it one of the pages that will be opened when pressing the 🏠 button. If multiple bookmarks are tagged as homepages, a random one is selected.
163* A "subscribed" tag means that Lagrange will periodically fetch the bookmarked page and look for Gemini feed links. All the found links that match the required style ("YYYY-MM-DD Entry title") will appear in the Feeds sidebar tab. 175* A "subscribed" tag means that Lagrange will periodically fetch the bookmarked page and look for Gemini feed links. All the found links that match the required style ("YYYY-MM-DD Entry title") will appear in the Feeds sidebar tab.