A healthy ideaverse will have notes that you’ll want to do something to, but it may not be specific or too urgent. Here are my favorite time-tested examples.
Multi
Notes to refactor across the ideaverse
All notes with #note/refactor🪓. Limit 10
TABLE WITHOUT ID file.link as "Notes", (date(today) - file.mday).day as "Days since last evolved"FROM #note/refactor🪓 SORT file.name ascLIMIT 10
Notes to tidy across the ideaverse
All notes with #note/tidy🧹. Limit 10
TABLE WITHOUT ID file.link as "Notes", (date(today) - file.mday).day as "Days since last evolved"FROM #note/tidy🧹 SORT file.name ascLIMIT 10
Multi
Notes to revisit across the ideaverse
All notes with #note/revisit🔎. Limit 10
TABLE WITHOUT ID file.link as "Notes", (date(today) - file.mday).day as "Days since last evolved"FROM #note/revisit🔎 SORT file.name ascLIMIT 10
Dusty notes across the ideaverse
The oldest unchanged notes. Limit 10
TABLE WITHOUT ID file.link as "Notes", (date(today) - file.mday).day as "Days since last encounter"FROM "Atlas"SORT file.mtime ascLIMIT 10