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