Tasks by Date - Overdue, today, upcoming, undated #237
Replies: 4 comments 6 replies
-
Hi roamhacker, Thanks for this. Can I ask about the dates and where they are? I've been putting pretty much all my tasks in a ToDo file with headers like DoNow, DoSoon, etc. But I'm interested in trying out your way of doing it, I just need to know where the date info comes from. The date of the file or do you actually insert dates next to checkboxes? |
Beta Was this translation helpful? Give feedback.
-
For tasks that have a due date, i simply add the date to the task item like this:
This task then will show up on due today in this script. I only date tasks with hard due dates, but this helps me track if something is over due or upcoming. |
Beta Was this translation helpful? Give feedback.
-
@TfTHacker Would you mind to update the link of the gist as the gist cannot be find, 404? |
Beta Was this translation helpful? Give feedback.
-
Here is my customizable task overview for Obsidian with DataviewJS. In the metadata various parameters can be changed and so the appearance of the overview can be customized. Also the stored regex parameters for the recognition of date, time and archived tasks can be customized as desired. This template is currently designed for use with the Kanban plugin for Obsidian, but can also be adapted for all other task management methods as needed. https://github.com/702573n/Task-Overview-for-Obsidian-DataviewJS |
Beta Was this translation helpful? Give feedback.
-
Here is a Dataview script for returning a list of dated tasks (using the [[YYYY-MM-DD]] format). Returns:
gives you a nice view of all tasks by date in your system.
https://gist.github.com/tfthacker/4e019abd25c58de57376add6e3aa4173
Beta Was this translation helpful? Give feedback.
All reactions