πŸ”— Tasks
Task management for Obsidian
favorite
share
by Martin Schenck
2095
692,839
Latest Version
5 days ago
Changelog

What's Changed

Please quit and restart Obsidian after updating the plugin. Thank you.


Breaking change

⚠️ Important This release is number 7.0.0 because significant improvements to the Boolean code required a tiny breaking change, to a feature that we expect was hardly used.

Any Boolean filters with mixed delimiters, like this, will now give an error:

(not done) AND "is recurring"

They must be changed to use consistent delimiters. Example fixed lines:

(not done) AND (is recurring)
"not done" AND "is recurring"

See Breaking Changes for full details of these changes.

Boolean filters radically improved

Boolean filters can now contain parentheses - (....)- and double quotes - " - so long as the sub-expressions do not end with any closing delimiters.

The Troubleshooting Boolean Filters guide shows patterns to use, to get any Boolean filter to work now, however complex.

Breaking change:

New features:

Bug fixes:

Documentation: Combining Filters - Tasks User Guide - Obsidian Publish

Main changes

Here are the other most notable user-visible changes.

🌟 Features

πŸ“– Documentation

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

Other changes:

Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):

πŸ™ Support Tasks development

πŸ’‘ Similar Plugins
info
β€’ Similar plugins are suggested based on the common tags between the plugins.