Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.59 KB

File metadata and controls

53 lines (34 loc) · 1.59 KB

Docsify Interactive Checkboxes Plugin

GitHub Pages npm version License: MIT

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 →

📦 Installation

NPM

npm install docsify-interactive-checkboxes

CDN

Add the script to your index.html after the Docsify script:

<script src="//cdn.jsdelivr.net/npm/docsify-interactive-checkboxes/dist/plugin.min.js"></script>

📝 Usage

Standard markdown syntax:

- [ ] Unchecked task
- [x] Completed task
- [ ] Another task

📄 License

MIT License - see LICENSE