Skip to content

7.20.0: Re-use query instructions in "Presets" - and big performance improvements

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 21:58

What's Changed

🌟 Most Notable

Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

Here are the most notable user-visible changes.

🌟 Features

Presets facility (fixes #2443 and #2267)

  • Presets allow you to save commonly used task query instructions and reuse them across multiple queries.
  • Instead of repeatedly typing the same complex filters and sorting options, you can define them once in settings and reference them by name.
  • For example, this is useful for daily notes with standard task queries, where you can now change search criteria in one place and have all your task views update automatically.

Written by @claremacrae and @ilandikov.
See the user documentation.

Major performance boost

Review and check your Statuses

  • The 'Review and check your Statuses' feature in Tasks Settings now adds sample tasks, so you can test your custom statuses easily, and check their styling by @claremacrae in #3440

Obsidian 1.9.x (Insiders) Users


settings-default-presets
Screenshot of Default Presets


πŸ’ͺ Fixes

🌍 Translations

πŸ“– Documentation

  • docs: Link Sorting.md to related section in Grouping.md by @adam in #3461
  • docs: Write up observations on Obsidian 1.9.x property reading by @claremacrae in #3491

πŸ› οΈ Behind the scenes

Some of the significant volume of work required to create the Presets feature (originally called Includes):

Other changes:

New Contributors

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

πŸ™ Support Tasks development