🌐 AI搜索 & 代理 主页
Skip to content

andreferra/docsify-plugin-interactive-checkboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight Docsify plugin for interactive, persistent checkboxes in markdown documentation

Resources

License

Stars

Watchers

Forks