New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docsify-interactive-checkboxes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-interactive-checkboxes

A lightweight Docsify plugin that transforms standard markdown checkboxes into interactive, persistent task lists

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

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 →

🚀 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

Keywords

docsify

FAQs

Package last updated on 07 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts