obsidian-org-mode
obsidian-org-mode copied to clipboard
Integrate with internal Obsidian tasks.
Would love to see TODO/DOING/DONE and NOW/LATER recognised in Obsidian as tasks for use with Checklist and Obsidian Tasks plugins. This will be very helpful for users also using Logseq with this task assignment pattern.
Org Mode tasks are already recognized, but you want them to register with Obsidian? What does that functionality look like for Markdown notes?
Here's the list of things already recognized in Org Mode:
(TODO|DOING|WAITING|NEXT|PENDING|)(CANCELLED|CANCELED|CANCEL|DONE|REJECTED|STOP|STOPPED|)
Related to https://github.com/schemar/obsidian-tasks/discussions/127 Should we keep the discussion there?
I think it would be hard for you to integrate with Obsidian’s internal task handling. At least at the moment it parses - [ ] itself and makes these lines available through a special selector in its metadata cache for lists.
However, maybe we could find a way for you to add your tasks to the tasks of my plugin? But then this opens up a lot of questions: what about the additional statuses that I currently don’t support? What about in-line rendering of the markdown preview? Would queries for tasks be sufficient? Would tasks need to render different for org mode than “normal” mode (checkboxes)?