Way to output text with counters similar to Tracker plugin? #1344
-
Is there a way to have dataview or dataviewjs output text like the Tracker plugin? I've been using that plugin but the issue with that is, it doesn't appear to be updated anymore and there are some issues. So like, I'd like a counter for my book notes inside the current year's folder. So far, with the Tracker plugin, I had to add a variable to my note that looked like this Would it be possible for have such a counter in dataview? One that procs (not sure I'm using that right) for each note that includes a Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Maybe something like this: dv.paragraph("Total Books:" + dv.pages().where(p => p.Medium == "Book").length) |
Beta Was this translation helpful? Give feedback.
Maybe something like this: