FoF Checklist

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 FoF Rich Text Editor but does not require it.
This extension is the successor to the abandoned askvortsov/flarum-checklist package. If you are migrating, replace askvortsov/flarum-checklist with fof/checklist in your composer.json — the packages are compatible and the setting keys have been updated automatically.

Syntax
- [ ] unchecked
- [x] checked
- [ ] Works nested
---
1. [ ] Works with ordered lists
Installation
Install with composer:
composer require fof/checklist:*
Updating
composer update fof/checklist
Links