Skip to content

5.0.0: Split long query lines; inline comments; detect unexpanded template text

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 18:55

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

⚠️ Important The meaning of a final backslash (\) at the end of a line in a Tasks code block has changed.

If your vault has any lines in Task blocks that end in \ please make the following kind of change:

Old instruction Use this instruction instead
description includes something\ description includes something\\

Main changes

Here are the most notable user-visible changes.

πŸŽ‰ Long query lines can now be split with backslashes by @sbliven in #2330

  • See page Line Continuations
  • Here is a before-and-after example image from the documentation (which now uses syntax-highlighting in some examples, for readability):

    image

πŸŽ‰ Publicise inline comments mechanism by @sbliven in #2330

πŸŽ‰ Prevent misleading date searches with template text by @claremacrae in #2331

  • All the built-in date searches now refuse to run if they detect any unexpanded template text in the filter.
  • This resolves a notable source of confusion seen in Support queries.
  • See section Troubleshooting Daily Agenda queries.

πŸ’ͺ Fixes


πŸ“– Documentation

πŸ“– New pages:

πŸ“– New sections:

The changes...


πŸ› οΈ Behind the scenes


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