summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 14:12:01 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 14:12:01 +0200
commit712c04801f3c6a7da76ff583e97207c768bf759c (patch)
tree334a723ea990f3197e67c61bbb531d893e374f34 /res
parentc3ae8bac2bb7d7ed0450ac6c0f5916fd0ba32354 (diff)
Updated Help and release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/help.gmi17
-rw-r--r--res/about/version.gmi6
2 files changed, 19 insertions, 4 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index b6c46aef..8873aa26 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -25,6 +25,7 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
25* Multiple tabs 25* Multiple tabs
26* Identity management — create and use TLS client certificates 26* Identity management — create and use TLS client certificates
27* Subscribe to Gemini feeds 27* Subscribe to Gemini feeds
28* Use Gemini pages as a source of bookmarks
28* Light and dark color themes 29* Light and dark color themes
29* Select and copy text with the mouse 30* Select and copy text with the mouse
30* Find text on the page 31* Find text on the page
@@ -146,13 +147,25 @@ Bookmarks are listed in alphabetic order in the sidebar. There is no support for
146 147
147In 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.
148 149
149### Special tags 150### 1.4.1 Remote bookmarks
151
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.
153
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.
155
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.
157
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.
159
160### 1.4.2 Special tags
150 161
151* 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. 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.
152* 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. 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.
153* "headings" can be used together with "subscribed" to subscribe to new headings instead of Gemini feed links. 164* "headings" can be used together with "subscribed" to subscribe to new headings instead of Gemini feed links.
165* The "remotesource" tag marks the bookmark as a source of remote bookmarks. All links on the source pages are shown as remote bookmarks in the Bookmarks list.
166* The "remote" tag is used for remote bookmarks. These bookmarks cannot be edited or tagged, but you can make a local duplicate to turn it into a regular bookmark.
154 167
155## 1.5 Feeds 168## 1.5 Subscribing to feeds
156 169
157You may be familiar with RSS and Atom XML feeds from the web. Lagrange does _not_ support RSS or Atom, only Gemini feeds. A Gemini feed is simply a regular 'text/gemini' page that contains one or more links whose labels are formatted in a particular way. 170You may be familiar with RSS and Atom XML feeds from the web. Lagrange does _not_ support RSS or Atom, only Gemini feeds. A Gemini feed is simply a regular 'text/gemini' page that contains one or more links whose labels are formatted in a particular way.
158 171
diff --git a/res/about/version.gmi b/res/about/version.gmi
index fc35bd0f..abd51971 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,12 +7,14 @@
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.
11* Added a menu item for duplicating bookmarks.
10* Export bookmarks via "about:bookmarks". Added a menu item for showing the page. 12* Export bookmarks via "about:bookmarks". Added a menu item for showing the page.
11* Listing all bookmarks by tag or creation time. 13* Listing all bookmarks by tag or creation time.
12* Import all links on page as bookmarks. 14* Import all links on page as bookmarks. Importing tags is not supported in this version.
13* Links can be bookmarked via context menu. 15* Links can be bookmarked via context menu.
14* Open links with an unrecognized scheme in the default browser. 16* Open links with an unrecognized scheme in the default browser.
15* Sidebar: Open links in new/background tab via context menu or modifier keys. 17* Open sidebar links in new/background tab via context menu or modifier keys.
16* "Edit Feed..." menu item shows the Feed Settings dialog. 18* "Edit Feed..." menu item shows the Feed Settings dialog.
17* Removed unimplemented menu items. 19* Removed unimplemented menu items.
18 20