obsidian-org-mode icon indicating copy to clipboard operation
obsidian-org-mode copied to clipboard

Integrate with internal Obsidian tasks.

Open shuyunzhang99 opened this issue 4 years ago • 2 comments
trafficstars

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.

shuyunzhang99 avatar May 20 '21 04:05 shuyunzhang99

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|)

ryanpcmcquen avatar May 20 '21 04:05 ryanpcmcquen

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)?

schemar avatar May 26 '21 19:05 schemar