Puts the current note's todos in the sidebar.
- Only show uncompleted todos
- Reference the current note dynamically
- Write nice message if there are no todos to display
- Have the side panel update when file is changed
- Have the note update when a todo is updated
- Figure out panel contents flickering (at least when trying setInterval). The GitHub discussion might be relevant.
- Update icon
- How obsidian-db-folder writes tasks
- Author of obsidian-db-folder asking about writing tasks
- Obsidian TypeScript API | Obsidian Plugin Developer Docs
- Codeblock Reference - Dataview
- Obsidian Events
editor-change
is triggered on every keystroke...
- Views | Obsidian Plugin Developer Docs
- attach a new view to the sidebar - Liam Cain