Exclude tag from js query & related date query issue #524
-
I'm rolling over my tasks from day-to-day using dataview and the reminder plug-in. I also have a When I query using the code below, Also on a related note, is there a way to print headers so that they are collapsible? This code was adopted from someone, then modified, sorry I don't have the reference!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For the first part, you can just filter out evergreen tasks:
For the collapsible headers, I would file an issue. It's a little challenging since Dataviews all refresh dynamically (so the collapsed/uncollapsed state has to be tracked in a persistent way), though I could look at implementing it eventually. |
Beta Was this translation helpful? Give feedback.
For the first part, you can just filter out evergreen tasks:
For the collapsible headers, I would file an issue. It's a little challenging since Dataviews all refresh dynamically (so the collapsed/uncollapsed state has to be tracked in a persistent way), though I could look at implementing it eventually.