Skip to content

Instantly share code, notes, and snippets.

@ebridges
Created October 29, 2022 13:13
Show Gist options
  • Save ebridges/495d9e468f5b4f72eaed0deaa955b0a5 to your computer and use it in GitHub Desktop.
Save ebridges/495d9e468f5b4f72eaed0deaa955b0a5 to your computer and use it in GitHub Desktop.
Obsidian - Priorities List

Priorities

First

TASK FROM "work/aetion"
WHERE contains(tags, "#todo/11") and !completed
GROUP BY file.link
SORT file.ctime DESC

Second

TASK FROM "work/aetion"
WHERE contains(tags, "#todo/10") and !completed
GROUP BY file.link
SORT file.ctime DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment