generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
Here's what I'm trying to accomplish. I'd like to track the number of days that have elapsed since a tag was used. My first reaction was to use maxBreaks. However, maxBreaks only returns the number of days that have elapsed that have notes..
For example, if I create a note and use a tag on January 1 and then track maxBreaks, I would expect on January 6 that that value would be 5. It shows zero. If I add another note on any day, it will show 1.
Is there any way to track the number of days that have elapsed regardless of whether there is a note each day or not?
Metadata
Metadata
Assignees
Labels
No labels