Skip to content

Instantly share code, notes, and snippets.

@jakeweidokal
Last active March 22, 2025 10:55
Show Gist options
  • Save jakeweidokal/12b03cedce6b312cf69013bcd444636e to your computer and use it in GitHub Desktop.
Save jakeweidokal/12b03cedce6b312cf69013bcd444636e to your computer and use it in GitHub Desktop.
type status description aliases
project
🟑
Miscellaneous personal tasks
#p/personal

I use the project file to track tasks for a given project. I use tags like #p/personal to associate a task to a project. The alias in the YAML front matter allows me to navigate to this tasks page by clicking on the tag from a tasks query.

[[Tasks Dashboard]]

Sub Projects

[[πŸ’» Blog]]
[[🌱 Garden]]
[[✈ Fed Meetup]]
[[βœ‰ Better Computering]]

[!important]+ To Do

not done
tag regex matches /#p/personal$/
sort by due

[!success]- Completed

done
tag regex matches /#p/work$/
sort by done reverse

[!coming-soon]- Recurring

  • take out the trash and recycle #p/personal πŸ”Ί πŸ” every 2 weeks on Monday πŸ“… 2024-07-22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment