Task: Clean Completed docs
parent
43adb13fb2
commit
1d3bc9cf44
|
@ -11,6 +11,7 @@ _The changes below are not yet released “properly”. To them out early, check
|
|||
* Tag pages: when you click on a #tag you will now be directed to a page that shows all pages, tasks, items and paragraphs tagged with that tag.
|
||||
* Action buttons (top right buttons) can now be configured, see [[SETTINGS]] how to do this.
|
||||
* Headers are now indexed, meaning you can query them [[Objects#header]] and also reference them by name via page links using `#` that I just demonstrated 👈. See [[Links]] for more information on all the type of link formats that SilverBullet now supports.
|
||||
* New {[Task: Remove Completed]} command to remove all completed tasks from a page
|
||||
* Bug fixes:
|
||||
* Improved Ctrl/Cmd-click (to open links in a new window) behavior: now actually follow `@pos` and `$anchor` links.
|
||||
* Right-clicking links now opens browser native context menu again
|
||||
|
|
|
@ -18,6 +18,8 @@ However, custom states can also be used for extra flexibility:
|
|||
|
||||
You can cycle through the states by clicking on the status or by running the {[Task: Cycle State]} command while on a task. There is also auto complete for all known custom task states in a space.
|
||||
|
||||
To delete completed task from a page you can use {[Task: Remove Completed]}.
|
||||
|
||||
## Annotations
|
||||
Tasks can also be annotated with [[Tags]]:
|
||||
|
||||
|
|
Loading…
Reference in New Issue