How to filter by codeblocks or admonition? #801
-
It would be great if I could create a dataview query that shows me all my admonition quotes similar to how I can filter by tasks. Out of technical curiosity: how are you able to query tasks? I don't see meta data for tasks in the indexedDB? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is an interesting idea - do you think being able to search over all codeblocks (and then filtering down to oens tagged as admonitions) would suitably fulfill this? This is upcoming 0.5.0 functionality. You can see everything dataview tracks in |
Beta Was this translation helpful? Give feedback.
-
thanks. |
Beta Was this translation helpful? Give feedback.
This is an interesting idea - do you think being able to search over all codeblocks (and then filtering down to oens tagged as admonitions) would suitably fulfill this? This is upcoming 0.5.0 functionality.
You can see everything dataview tracks in
app.plugins.plugins.dataview.index
- tasks are tracked inside thepages
collection, on a per-file basis.