⚠️ Please check that this feature request hasn't been suggested before.
🔖 Feature description
I have a dataview filter query that I use to find tasks related to a file, either because they link the file, or are in the file.
task
where contains(outlinks, this.file.link ) or contains(file.link, this.file.link)
where status = " "
I would like to be able to recreate this without dataview, just by leveraging tasks.
✔️ Solution
I would love to see additional file properties for both inlinks and outlinks. I think they would make sense as file properties.
https://publish.obsidian.md/tasks/Scripting/Task+Properties#Values+for+File+Properties
❓ Alternatives
No response
📝 Additional Context
No response
🔖 Feature description
I have a dataview filter query that I use to find tasks related to a file, either because they link the file, or are in the file.
task
where contains(outlinks, this.file.link ) or contains(file.link, this.file.link)
where status = " "
I would like to be able to recreate this without dataview, just by leveraging tasks.
✔️ Solution
I would love to see additional file properties for both inlinks and outlinks. I think they would make sense as file properties.
https://publish.obsidian.md/tasks/Scripting/Task+Properties#Values+for+File+Properties
❓ Alternatives
No response
📝 Additional Context
No response