webinspectinc42 downloadsRoll the dice, complete your chores! Based on work by Simone Giertz.
A simplified checklist plugin for Obsidian.
I stumbled across Simone Giertz's chore chart and wanted something similar, so I built this!
Currently only works on a single file (you choose which file), and gives you the ability to randomly select your next chore.
In my experience this greatly reduces the "barrier to entry" and allows me to knock out chores very rapidly.
Install from the community plugins.
Use standard markdown task syntax. Add inline tags or emojis to set metadata:
🟢, 🟡, 🔴 — difficulty (easy, medium, hard)#weekly, #monthly, #yearly — recurrence📅 YYYY-MM-DD — due dateExample file:
- [ ] Water plants 🟢
- [ ] Take out trash 🟡 #weekly
- [ ] Wash dishes 🔴 📅 2024-12-25
- [x] Call dentist 🟢
npm install
npm run dev # Watch for changes and rebuild automatically
npm run build # Type-check and build for production
The plugin is written in TypeScript and bundled with esbuild. main.ts is the entry point.
MIT