A lightweight Docsify plugin that transforms standard markdown checkboxes into interactive, persistent task lists.
- 🖱️ Interactive Checkboxes - Click to toggle completion
- 💾 Persistent State - Saved in localStorage with stable IDs (v2)
- 📄 Per-Page Storage - Each page has its own states
- 🎨 Visual Feedback - Strikethrough + fade effect
- 📤 Import/Export - Backup your progress easily
- ⚡ Zero Dependencies - Pure JavaScript
- 🚀 Easy Integration - Drop-in solution
View Full Documentation & Demo →
npm install docsify-interactive-checkboxesAdd the script to your index.html after the Docsify script:
<script src="//cdn.jsdelivr.net/npm/docsify-interactive-checkboxes/dist/plugin.min.js"></script>Standard markdown syntax:
- [ ] Unchecked task
- [x] Completed task
- [ ] Another taskMIT License - see LICENSE