-
Hi, there I've been using dataview to organize some of my tasks on the daily page, on the project page, and also on a global TODO. I am interested to organise the latter based on the information inside the tasks themselves. i.e. the project they belong to or even their due date. Is this something I can do with dataview? example of a file, but obviously those can come from multiple files. - [ ] task 1 #project1
- [ ] one two three #project2 Expected result
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 22 replies
-
Tags are an attribute at the page level (see |
Beta Was this translation helpful? Give feedback.
Tags are an attribute at the page level (see
file.etags
). This means that we'd have to manually parse the text and add a tag attribute. This would likely need some form of DVJS for enough flexibility to do properly. I'd suggest switching to inline attributes if possible.