Ayanami21 downloadsShow Dida365/TickTick tasks inside Obsidian without syncing them into Markdown.
An MVP Obsidian plugin that embeds a Dida365 task dashboard in Obsidian.
Dida Dashboard view from the left ribbon.The MVP uses the Dida365 Open API as a Bearer-token API:
GET /projectGET /tagGET /project/{projectId}/dataGET /project/{projectId}/task/{taskId}POST /taskPOST /task/{taskId}POST /project/{projectId}/task/{taskId}/completeDELETE /project/{projectId}/task/{taskId}There is no Markdown synchronization layer.
npm install
npm run build
Copy or symlink this folder into:
<vault>/.obsidian/plugins/dida-dashboard
Then enable the plugin in Obsidian.