piwind / flarum-checklist
Checklists for Flarum!
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
- flarum/markdown: ^1.0.0
This package is auto-updated.
Last update: 2025-05-22 09:12:58 UTC
README
A Flarum extension. Checklists for Flarum! If you can edit posts with checklists, you can click them to toggle without having to open the edit composer. Integrates particularly well with Flarum Rich Text Editor but does not require it.
Syntax
- [ ] unchecked
- [x] checked
- [ ] Works nested
---
1. [ ] Works with ordered lists
About This Fork
This repository is a fork of askvortsov1/flarum-checklist, with some bugfix.
TODO
- **BUG:**子清单不论是否checked,都会因为其父级checked而被添加删除线样式
Installation & Updating
Install with composer:
composer require piwind/flarum-checklist:*
Updating:
composer update piwind/flarum-checklist