Reference query metadata elsewhere in the file #467
Replies: 1 comment
-
Hey @marknuzz, thank you for the idea! The way you have written it, it would be touch to implement. I currently don't work with any rendered HTML except for tasks (checklist items) outside of query results (in the file directly when rendered). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I have a query that returns a set of tasks. I'd like to be able to reference things like :
I'm thinking this could come in the form of an optional statement at the end of the query, like
bind x
and then I could reference it like this (is there something less verbose than html that would work here?):Then in view mode, we'd see the header "Today 5/10", with the results of the query below the header, assuming the query returns 10 tasks, 5 of which are completed.
Beta Was this translation helpful? Give feedback.
All reactions