obsidian: logseq-compatible tasks 0 ▲ ¬ just serendipity 🍀 2 hours ago · Tech · hide · 0 comments ♠ Previously. Problem statement: preserve Logseq’s task syntax while opening the same markdown files in Obsidian. My migration script originally converted every task into Obsidian’s checkbox syntax: - TODO buy milk -> - [ ] buy milk - DOING ... -> - [/] ... - DONE ... -> - [x] ... Obsidian itself does not recognize the left-hand side as tasks. The TODOseq community plug-in does: - TODO buy milk - DOING ... - DONE ... It keeps the file unchanged, adds clickable task states and a task list to Obsidian, and remains compatible with Logseq. Before granting a community plug-in write access to my vault, I inspected the current release with the LLM™: % git clone --depth=1 https://github.com/scross01/obsidian-todoseq.git /tmp/obsidian-todoseq-audit Cloning into '/tmp/obsidian-todoseq-audit'... % cd /tmp/obsidian-todoseq-audit % git rev-parse --short HEAD 4ba5e81 % jq '{id, version, minAppVersion, description}' manifest.json { "id": "todoseq", "version": "0.18.1", "minAppVersion": "1.11.0",… No comments yet. Log in to reply on the Fediverse. Comments will appear here.