Skip to content

7.6.1: Tasks searches now work with Tabs plugin!

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 14:15

What's Changed

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

Here are the most notable user-visible changes.

πŸ’ͺ Fixes

  • fix: Tasks search results now render correctly in Tabs plugin by @claremacrae in #2945 - thanks to @xhuajin for reporting the issue and finding the fix.

Tasks can now be used in the Tabs plugin!

For example:

````tabs

tab: Todo

```tasks
folder includes Obsidian
not done
```

tab: Done

```tasks
folder includes Obsidian
done today
```

````

Might give:

image

πŸ“– Documentation

πŸ› οΈ Dependencies

πŸ› οΈ Behind the scenes

Improvements made to new features prior to their release:

CAUTION! Do not use these - they are subject to significant changes prior to their eventual release. Thank you.

  • feat: Experimental access to raw frontmatter in query.file & task.file by @claremacrae in #2940
  • feat: improve access to tags by @ilandikov in #2949
  • fix: Prevent task.frontmatter.tags being null if no tags in frontmatter by @claremacrae in #2951

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