mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Add more documentation to the notification site
This commit is contained in:
@ -140,8 +140,8 @@ list. When using `&`, results are only concatenated if all lists are
|
|||||||
not empty; otherwise the result is the empty list.
|
not empty; otherwise the result is the empty list.
|
||||||
|
|
||||||
This example filters all `count` equal to `6` and all `name` equal to
|
This example filters all `count` equal to `6` and all `name` equal to
|
||||||
`max`. Since there are now `count`s with value `6`, the final result
|
`max`. Since there are no `count`s with value `6`, the final result is
|
||||||
is empty.
|
empty.
|
||||||
|
|
||||||
```
|
```
|
||||||
query: [count=6 & name=max]
|
query: [count=6 & name=max]
|
||||||
|
BIN
website/site/content/docs/webapp/notification-06.png
Normal file
BIN
website/site/content/docs/webapp/notification-06.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
BIN
website/site/content/docs/webapp/notification-07.png
Normal file
BIN
website/site/content/docs/webapp/notification-07.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
@ -146,6 +146,7 @@ items tagged *Todo* etc.
|
|||||||
|
|
||||||
## Due Items Task
|
## Due Items Task
|
||||||
|
|
||||||
|
{{ figure(file="notification-06.png") }}
|
||||||
|
|
||||||
The settings allow to customize the query for searching items. You can
|
The settings allow to customize the query for searching items. You can
|
||||||
choose to only include items that have one or more tags (these are
|
choose to only include items that have one or more tags (these are
|
||||||
@ -175,8 +176,11 @@ selected. In other words, only items with an overdue time of *at most*
|
|||||||
## Generic Query Task
|
## Generic Query Task
|
||||||
|
|
||||||
This is the generic version of the *Due Items Task*. Instead of
|
This is the generic version of the *Due Items Task*. Instead of
|
||||||
selecting teh items via form elements, you can define a custom
|
selecting the items via form elements, you can define a custom
|
||||||
[query](@/docs/query/_index.md).
|
[query](@/docs/query/_index.md) and optionally in combination with a
|
||||||
|
[bookmark](@/docs/webapp/bookmarks.md).
|
||||||
|
|
||||||
|
{{ figure(file="notification-07.png") }}
|
||||||
|
|
||||||
## Schedule
|
## Schedule
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user