X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FUsage.md;h=6dadde0a04f3b5d7fcef0583438f1087f6c1921e;hb=328c215a8ac28e8c6b542fad1120b26692c923c5;hp=0a1b9719a5ad7d3287113e0f7be4928b0447b387;hpb=91a21c272960889afd4eaa431a3d29b7785b6efc;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Usage.md b/doc/md/Usage.md index 0a1b9719..6dadde0a 100644 --- a/doc/md/Usage.md +++ b/doc/md/Usage.md @@ -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`).