Docsify Interactive Checkboxes Plugin

December 7, 2025 ยท View on GitHub

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