Add documentation about bookmarks
@ -19,6 +19,7 @@ description = "A list of features and limitations."
|
|||||||
into searchable PDF/A pdfs.
|
into searchable PDF/A pdfs.
|
||||||
- A powerful [query language](@/docs/query/_index.md) to find
|
- A powerful [query language](@/docs/query/_index.md) to find
|
||||||
documents
|
documents
|
||||||
|
- use [bookmarks](@/docs/webapp/bookmarks.md) to save more complex queries
|
||||||
- Non-destructive: all your uploaded files are never modified and can
|
- Non-destructive: all your uploaded files are never modified and can
|
||||||
always be downloaded untouched
|
always be downloaded untouched
|
||||||
- Organize files using tags, folders, [Custom
|
- Organize files using tags, folders, [Custom
|
||||||
|
BIN
website/site/content/docs/webapp/bookmarks-01.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
website/site/content/docs/webapp/bookmarks-02.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
website/site/content/docs/webapp/bookmarks-03.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
website/site/content/docs/webapp/bookmarks-04.png
Normal file
After Width: | Height: | Size: 54 KiB |
54
website/site/content/docs/webapp/bookmarks.md
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
+++
|
||||||
|
title = "Bookmarks"
|
||||||
|
weight = 35
|
||||||
|
[extra]
|
||||||
|
mktoc = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
Bookmarks allow you to save queries under a name and refer to it from the search menu.
|
||||||
|
|
||||||
|
## Creating bookmarks
|
||||||
|
|
||||||
|
Bookmarks can be created from the search view. Apply some criteria to
|
||||||
|
select items and then click on the top left menu.
|
||||||
|
|
||||||
|
{{ figure(file="bookmarks-02.png") }}
|
||||||
|
|
||||||
|
This opens a small form right below the search bar where you can
|
||||||
|
adjust the query and enter the name. You can also decide whether this
|
||||||
|
bookmark is for all users or just for you.
|
||||||
|
|
||||||
|
{{ figure(file="bookmarks-03.png") }}
|
||||||
|
|
||||||
|
The other way is to go to *Manage Data* where you can edit and delete
|
||||||
|
existing bookmarks and also create new ones.
|
||||||
|
|
||||||
|
|
||||||
|
## Using bookmarks
|
||||||
|
|
||||||
|
Once you save a bookmark, the search menu will display a new section
|
||||||
|
that shows you all your bookmarks as well as your shares. Clicking one
|
||||||
|
"enables" it, meaning the query is used in conjunction with other
|
||||||
|
criteria.
|
||||||
|
|
||||||
|
<div class="columns is-centered">
|
||||||
|
{{ imgnormal(file="bookmarks-01.png", width="") }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
An active bookmark has a check icon next to its name.
|
||||||
|
|
||||||
|
Note about shares: Shares are also displayed, since they are also
|
||||||
|
bookmarks. However, the list is restricted to only show shares that
|
||||||
|
have a name and are enabled. Since this is an internal view (only for
|
||||||
|
registered users), expired shares are shown as well.
|
||||||
|
|
||||||
|
## Managing bookmarks
|
||||||
|
|
||||||
|
The *Manage Data* page has a section for bookmarks. There you can
|
||||||
|
delete and edit bookmarks.
|
||||||
|
|
||||||
|
{{ figure(file="bookmarks-04.png") }}
|
||||||
|
|
||||||
|
The personal bookmarks are only visible to you. The collective
|
||||||
|
bookmarks are visible to every user in the collective, which also
|
||||||
|
means that every user can edit and delete them.
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Customize Item Card"
|
title = "Customize Item Card"
|
||||||
weight = 32
|
weight = 39
|
||||||
[extra]
|
[extra]
|
||||||
mktoc = true
|
mktoc = true
|
||||||
+++
|
+++
|
||||||
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 130 KiB |
@ -87,7 +87,8 @@ settings](@/docs/webapp/emailsettings.md#smtp-settings) defined).
|
|||||||
|
|
||||||
When at the search page, add some criteria until you have the results
|
When at the search page, add some criteria until you have the results
|
||||||
you want to publish. In the screenshot below all items with tag
|
you want to publish. In the screenshot below all items with tag
|
||||||
`Manual` are selected. Then click the *Share Button*.
|
`Manual` are selected. Then click the *Share Results* item in the
|
||||||
|
menu.
|
||||||
|
|
||||||
{{ figure(file="share-01.png") }}
|
{{ figure(file="share-01.png") }}
|
||||||
|
|
||||||
@ -119,8 +120,9 @@ provided from your address book. If you type in an arbitrary address
|
|||||||
current address. You can hit *Backspace* two times to remove the last
|
current address. You can hit *Backspace* two times to remove the last
|
||||||
e-mail address.
|
e-mail address.
|
||||||
|
|
||||||
The new share can now be found in *Collective Profile -> Shares*.
|
The new share can now be found in *Collective Profile -> Shares* and
|
||||||
Clicking *Done* brings you back to the search results.
|
is also added to the *Bookmarks* section in the search menu. Clicking
|
||||||
|
*Done* brings you back to the search results.
|
||||||
|
|
||||||
## Creating from selecting items
|
## Creating from selecting items
|
||||||
|
|
||||||
|