Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.28 KB

File metadata and controls

41 lines (27 loc) · 1.28 KB

Docsify Interactive Checkboxes Plugin

GitHub Pages

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