jamiefdhurst / obsidian-auto-tasks

Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Requires the "Periodic Notes" and "Tasks" plugins.
MIT License
2 stars 0 forks source link

Kanbans #5

Closed jamiefdhurst closed 4 weeks ago

jamiefdhurst commented 2 months ago

For Kanban support, add an overall board for all tasks where the plugin is available. Try and get the swimlanes to work automatically too. (e.g. upcoming, due shortly, in progress, etc.)

Create a board for all the tasks and ensure this is represented within the settings to show where it is, use the properties to determine if it exists and to find it, and then create the swimlanes and manage this automatically. If the settings update to support Kanban, create the board then if it isn't already there. This should be able to be renamed, as long the the property that's required remains.

jamiefdhurst commented 1 month ago

Mostly working for the automatic piece, but the modify event isn't working too well as it's updating too frequently - it's going to need a timeout manager to make sure it waits for the events to be over for a while first of all.