]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Usage.md
doc: add note about importing browser bookmarks folder structure to shaarli tags
[github/shaarli/Shaarli.git] / doc / md / Usage.md
index 0a1b9719a5ad7d3287113e0f7be4928b0447b387..6dadde0a04f3b5d7fcef0583438f1087f6c1921e 100644 (file)
@@ -54,9 +54,10 @@ Shaarli can be used as a minimal blog, notepad, pastebin...: While adding or edi
 - **Exclude text/tags:** Use the `-` operator before a word or tag to exclude Shaares matching this word from search results (`NOT` operator).
 - **Untagged links:** Shaares without tags can be searched by clicking the `untagged` toggle button top left of the Shaares list (only when logged in).
 
-
 Both exclude patterns and exact searches can be combined with normal searches (example `"exact search" term otherterm -notthis "very exact" stuff -notagain`). Only AND (and NOT) search is currrently supported.
 
+Active search terms are displayed on top of the link list. To remove terms/tags from the curent search, click the `x` next to any of them, or simply clear text/tag search fields.
+
 
 ### Tag cloud
 
@@ -107,3 +108,4 @@ Restore by using the `Import` feature.
 - These exports contain the full data (URL, title, tags, date, description, public/private status of your Shaares)
 - They can also be imported to your web browser bookmarks.
 
+To **import a HTML bookmarks file** exported from your browser, just use the `Import` feature. For each "folder" in the bookmarks you imported, a new tag will be created (for example a bookmark in `Movies > Sci-fi` folder will be tagged `Movies` `Sci-fi`).