docsify-interactive-checkboxes
v2.0.2
Published
A lightweight Docsify plugin that transforms standard markdown checkboxes into interactive, persistent task lists
Downloads
343
Maintainers
Readme
Docsify Interactive Checkboxes Plugin
A lightweight Docsify plugin that transforms standard markdown checkboxes into interactive, persistent task lists.
✨ Features
- 🖱️ 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
📖 Documentation
View Full Documentation & Demo →
🚀 Quick Start
Add to your index.html before closing </body>:
<script src="https://cdn.jsdelivr.net/gh/andreferra/docsify-plugin-interactive-checkboxes/src/plugin.js"></script>📝 Usage
Standard markdown syntax:
- [ ] Unchecked task
- [x] Completed task
- [ ] Another task📄 License
MIT License - see LICENSE
