posts/plugins/markdown-tasklists
grav 72f4f306e9 (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
..
assets (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
CHANGELOG.md (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
LICENSE (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
README.md (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
blueprints.yaml (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
markdown-tasklists.php (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00
markdown-tasklists.yaml (Grav GitSync) Automatic Commit from grav 2021-04-20 18:50:33 +00:00

README.md

Grav Markdown Task Lists Plugin

The markdown-tasklists plugin for Grav allows generation of task lists via markdown:

Installation

This plugin is easy to install with GPM.

$ bin/gpm install markdown-tasklists

Configuration

Simply copy the user/plugins/markdown-tasklists/markdown-tasklists.yaml into user/config/plugins/markdown-tasklists.yaml and make your modifications.

enabled: true

Examples

To create a task list, preface list items with [ ]. To mark a task as complete, use [x].

- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request