DIDA is a powerful to-do & task management app with seamless cloud synchronization across all your devices.
This plugin integrates with DIDA, allowing you to easily transform and sync data between DIDA and Obsidian.
git clone git@github.com:how2051/dida-obsidian.git
cd dida-obsidian
npm install
npm run dev
copy main.js
, manifest.json
, styles.css
to your .obsidian/plugins
To use the plugin, you should first log into DIDA via the plugin settings. Once that’s done, you can access the commands as needed.
you can bind the commands to hotkeys you like
- Create task: select some text and create a task
- Complete task: select the same text and complete the task
Make sure your NodeJS is at least v16 (node --version
)