Shiny new things You can now search for tasks using task: similar to block:. There is also task-todo: and task-done: which will match only the tasks that are incomplete or complete, respectively. Use task:"" to match all tasks. Search and backlink results has been significantly reworked: Search results are now always expanded, instead of showing “… and x more matches”. “Show more context” will now show the markdown block, instead of a fixed number of lines before and after the match. There are...
Task lists [x] can now contain any character to indicate a completed task, instead of just x. This value can be used by custom CSS to change the appearance of the check mark, and is also available for plugins to use.❧
I’ll need to create some custom CSS for these in the past as I’ve used:
* - [>]
to indicate that an item was pushed forward
* - [?]
to indicate something I’m not sure was done in retrospect (typically for a particular day)
* - [~]
to indicate something that didn’t occur, but is “done” anyway
* others?
Annotated on May 20, 2021 at 01:00PM
You can now search for tasks using task: similar to
block:
. There is alsotask-todo:
andtask-done:
which will match only the tasks that are incomplete or complete, respectively. Usetask:""
to match all tasks.❧
This will be incredibly useful to create as a view.
Annotated on May 20, 2021 at 01:03PM