๐ŸŒ US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

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

Stars

4 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages