A simple task-list plugin

I made a very simple task-list plugin.

The plugin enables the inclusion of github style task lists in Kirby content pages.

Task lists are lists with items marked as either [ ] for incomplete tasks or [x] for complete tasks.
This does not work outside lists. (the item must begin with a dash)

For example:

- [x] this is a complete item
- [ ] this is an incomplete item

I hope this will be of use to someone else.

6 Likes

This is really good, thank you!