obsidian-todoist-plugin icon indicating copy to clipboard operation
obsidian-todoist-plugin copied to clipboard

Make it possible to create dynamic view

Open jalshorji opened this issue 1 year ago • 2 comments

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.

jalshorji avatar Nov 06 '23 08:11 jalshorji

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 %>"

gbrlsfernandez avatar Nov 16 '23 10:11 gbrlsfernandez

Hi, there's actually an open PR #246 which will add this functionality (specifically for file name)!

jamiebrynes7 avatar Nov 22 '23 16:11 jamiebrynes7

This is now released in v1.12.0 🎉

jamiebrynes7 avatar Feb 09 '24 20:02 jamiebrynes7