Skip to content

Instantly share code, notes, and snippets.

@wirtzdan
Last active March 5, 2022 17:25
Show Gist options
  • Save wirtzdan/b2f60e23fa894e1d037505cd9965cb06 to your computer and use it in GitHub Desktop.
Save wirtzdan/b2f60e23fa894e1d037505cd9965cb06 to your computer and use it in GitHub Desktop.
Magic List Queries
  • Recently assigned
    • {{[[query]]: {and: [[TODO]] {not: {or: [[Today]] [[Upcoming]] [[Later]] [[Template]] [[query]]]}}}}}
  • Today
    • {{[[query]]: {and: [[TODO]] [[Today]] {not: {or: [[Template]] [[query]]]}}}}}
  • Upcoming
    • {{[[query]]: {and: [[TODO]] [[Upcoming]] {not: {or: [[Template]] [[query]]]}}}}}
  • Later
    • {{[[query]]: {and: [[TODO]] [[Later]] {not: {or: [[Template]] [[query]]]}}}}}
@theremaxpro
Copy link

thank you very much. very helpful!

@leerentveld
Copy link

Thanks. Easy and elegant workflow. I like it!

@wirtzdan
Copy link
Author

Glad it's helpful!

@jbl0ndie
Copy link

jbl0ndie commented Jul 7, 2021

Thank you @wirtzdan, this is really nice. I chose Unassigned for my untagged category.
I spent some time previously looking at how to make this work in Kanban but it's not quite right. I think I want to be able to reassign the tag when I drag from one column to another in the board.
Your magic-list approach is much cleaner and allows me to create a TODO anywhere it comes up in my notes / journal.

@wirtzdan
Copy link
Author

wirtzdan commented Jul 8, 2021

Hey @jbl0ndie. I also tried to get Kanban to work, but it wasn't working well for me.

Glad that my approach works well for you. Sometimes simple is the best. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment