summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 18:20:31 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 18:20:31 +0200
commit5889c90753f7763ca0ec841036f20eac6f39da7b (patch)
tree0e05014c9db48f9ede27f0a4a0b512202779fc41 /res
parent45906f2e2f4f3bf19419e2a537c6d1b54eb3b4fa (diff)
Cleanup
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi4
-rw-r--r--res/about/version.gmi11
2 files changed, 7 insertions, 8 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index b8eb6db5..0256fed2 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -163,9 +163,9 @@ To import all links on a page as bookmarks, use the page context menu to select
163 163
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. 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.
165 165
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. 166A local bookmark can be turned into a source of 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.
167 167
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. 168All links found in the remote sources become remote bookmarks and are included in the Bookmarks list. If a URL is already bookmarked locally, any remote bookmarks with a matching URL are not shown.
169 169
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. 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.
171 171
diff --git a/res/about/version.gmi b/res/about/version.gmi
index abd51971..892c2a2e 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,14 +7,13 @@
7# Release notes 7# Release notes
8 8
9## 1.0 9## 1.0
10* Added remote bookmark sources. A remote source is a bookmarked 'text/gemini' page with the "remotesource" tag. Each link on the source page is shown as a remote bookmark in Bookmarks. 10* Added remote bookmarks. Any bookmarked 'text/gemini' page with the "remotesource" tag is a source of remote bookmarks. Each link on the page is shown as a remote bookmark in Bookmarks.
11* Added a menu item for duplicating bookmarks. 11* Added a way to export bookmarks via the special page "about:bookmarks". The page can also list all bookmarks by tag or by creation date.
12* Export bookmarks via "about:bookmarks". Added a menu item for showing the page. 12* Added context menu item for duplicating a bookmark.
13* Listing all bookmarks by tag or creation time. 13* Import all links on a page as bookmarks. (Importing tags is not supported in this version.)
14* Import all links on page as bookmarks. Importing tags is not supported in this version.
15* Links can be bookmarked via context menu. 14* Links can be bookmarked via context menu.
16* Open links with an unrecognized scheme in the default browser. 15* Open links with an unrecognized scheme in the default browser.
17* Open sidebar links in new/background tab via context menu or modifier keys. 16* Open sidebar items in new/background tab via context menu or modifier keys.
18* "Edit Feed..." menu item shows the Feed Settings dialog. 17* "Edit Feed..." menu item shows the Feed Settings dialog.
19* Removed unimplemented menu items. 18* Removed unimplemented menu items.
20 19