hcyt31 downloadsKanban-style task management with sidebar TODO list, drag-and-drop, sub-tasks, and priority levels.
Weave your scattered TODOs into one unified view. A Kanban-style task management plugin for Obsidian.
DUP)main.js, manifest.json, and styles.css from the latest releaseYOUR_VAULT/.obsidian/plugins/taskweaver/TaskWeaver recognizes standard Obsidian task syntax:
- [ ] Basic task
- [x] Completed task
- [ ] Task with due date 📅 2024-02-15
- [ ] Task with #tags
- [ ] Sub-task 1
- [ ] Sub-task 2
npm install
npm run dev # watch mode
npm run build # production build
npm run test # run tests
MIT