Skip to content

Instantly share code, notes, and snippets.

@mattgrieser
Created August 22, 2021 21:13
Show Gist options
  • Save mattgrieser/7b9e12232b5889820690e608e8dec132 to your computer and use it in GitHub Desktop.
Save mattgrieser/7b9e12232b5889820690e608e8dec132 to your computer and use it in GitHub Desktop.
Obsidian Tasks Overview
creation date modification date tags
<% tp.file.creation_date() %>
<% await tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %>
TasksOverview

Tasks Overview [[<% tp.date.now("YYYY-MM-DD") %>]]

<< [[Tasks Overview <% tp.date.now("YYYY-MM-DD", -1) %>]] | [[Tasks Overview <% tp.date.now("YYYY-MM-DD", 1) %>]] >>

To Do

Overdue


not done
due before <% tp.date.now("YYYY-MM-DD") %>

Due Today


not done
due on <% tp.date.now("YYYY-MM-DD") %>

Due in the Future


not done
due after <% tp.date.now("YYYY-MM-DD") %>

No Due Date


not done
no due date

Done Today


done on <% tp.date.now("YYYY-MM-DD") %>

<% tp.file.move("/1. Projects/Tasks Overview/" + tp.file.title) %>

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