alexesdev22 downloadsMark the first uncompleted task in the current note with timestamp. Your monkey should just do a next task.
A simple Obsidian plugin that helps you complete tasks one by one with automatic timestamps.
HH:MM format- [ ] and * [ ] task formatsBefore:
- [ ] First task
- [ ] Second task
- [ ] Third task
After clicking the button:
- [x] 14:30 First task
- [ ] Second task
- [ ] Third task
main.js and manifest.json from the latest releaseVaultFolder/.obsidian/plugins/donext/.obsidian/plugins/donext/npm i to install dependenciesnpm run dev to start compilation in watch modeMIT