obsidian-todoist-plugin
obsidian-todoist-plugin copied to clipboard
Make it possible to create dynamic view
I would like to create dynamic view, to be used for templates.
For example
name: Tasks
filter: "#{{filename}}"
So, when I use this in my template, it will automatically filter on file name.
Not sure if you still need this, but you can use the Templater community plugin to achieve this.
Just add the tag below to achieve this:
filter: "<% tp.file.title %>"
Hi, there's actually an open PR #246 which will add this functionality (specifically for file name)!
This is now released in v1.12.0 🎉