diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 3808d862..b5fe513b 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -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 diff --git a/website/Plugs/Tasks.md b/website/Plugs/Tasks.md index 574823c2..9d7e68cf 100644 --- a/website/Plugs/Tasks.md +++ b/website/Plugs/Tasks.md @@ -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]]: