This plugin extends Kirby 2 with some basic and extremely easy to use taks-list formatting. The plugin enables the inclusion of github style task lists in Kirby content.
Copy the site/plugins/task-list
directory to your site/plugins/
directory
Task lists are lists with items marked as either [ ] for incomplete tasks or [x] for complete tasks. This does not work outside lists : each item must begin with a dash.
For example:
- [x] this is a complete item
- [ ] this is an incomplete item
Task lists can be nested to better structure your tasks:
- [ ] a bigger project
- [ ] first subtask
- [ ] follow up subtask
- [ ] final subtask
- [ ] a separate task
This plugin is brought to you by Kirby Project Hub