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]]]}}}}}
@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