aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Browsing-and-searching.md
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-12-27 14:48:56 +0100
committerGitHub <noreply@github.com>2017-12-27 14:48:56 +0100
commit3d4c1b8af21a4bcb833b75d6a913a624e1e4e45b (patch)
tree919f96aa170ae6dbcc7c80f576f378a1c8fea6ba /doc/md/Browsing-and-searching.md
parentceb3f9174b259c97b6e5d87174383bf0d5fbf034 (diff)
parente2a2dc35c21de87a37778860e7f6a3a4d1c96412 (diff)
downloadShaarli-3d4c1b8af21a4bcb833b75d6a913a624e1e4e45b.tar.gz
Shaarli-3d4c1b8af21a4bcb833b75d6a913a624e1e4e45b.tar.zst
Shaarli-3d4c1b8af21a4bcb833b75d6a913a624e1e4e45b.zip
Merge pull request #1036 from shaarli/doc-overhaul
[WIP] Improve documentation
Diffstat (limited to 'doc/md/Browsing-and-searching.md')
-rw-r--r--doc/md/Browsing-and-searching.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/md/Browsing-and-searching.md b/doc/md/Browsing-and-searching.md
index bda619e1..16c69855 100644
--- a/doc/md/Browsing-and-searching.md
+++ b/doc/md/Browsing-and-searching.md
@@ -14,10 +14,24 @@ Use the `Filter by tags` field to restrict displayed links to entries tagged wit
14 14
15**Hidden tags:** Tags starting with a dot `.` (example `.secret`) are private. They can only be seen and searched when logged in. 15**Hidden tags:** Tags starting with a dot `.` (example `.secret`) are private. They can only be seen and searched when logged in.
16 16
17Alternatively you can use the `Tag cloud` to discover all tags and click on any of them to display related links. 17### Tag cloud
18 18
19To search for links that are not tagged, enter `""` in the tag search field. 19The `Tag cloud` page diplays a "cloud" view of all tags in your Shaarli.
20
21 * The most frequently used tags are displayed with a bigger font size.
22 * When sorting by `Most used` or `Alphabetical`, tags are displayed as a _list_, along with counters and edit/delete buttons for each tag.
23 * Clicking on any tag will display a list of all Shaares matching this tag.
24 * Clicking on the counter next to a tag `example`, will filter the tag cloud to only display tags found in Shaares tagged `example`. Repeat this any number of times to further filter the tag cloud. Click `List all links with those tags` to display Shaares matching your current tag filter.
20 25
21## Filtering RSS feeds/Picture wall 26## Filtering RSS feeds/Picture wall
22 27
23RSS feeds can also be restricted to only return items matching a text/tag search: see [RSS feeds](RSS-feeds). 28RSS feeds can also be restricted to only return items matching a text/tag search: see [RSS feeds](RSS-feeds).
29
30## Filter buttons
31
32Filter buttons can be found at the top left of the link list. They allow you to apply different filters to the list:
33
34 * **Private links:** When this toggle button is enabled, only shaares set to `private` will be shown.
35 * **Untagged links:** When the this toggle button is enabled (top left of the link list), only shaares _without any tags_ will be shown in the link list.
36
37Filter buttons are only available when logged in.