Skip to content
Discussion options

You must be logged in to vote

For the first part, you can just filter out evergreen tasks:

const myTasks = dv.pages('"notes"').file.tasks.where(t => findDated(t) && !t.completed && !t.text.contains("#evergreen"));

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Elizabethcase
Comment options

Answer selected by Elizabethcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants