Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lx4r/gfmcheckboxes

renders checkboxes in DokuWiki based on GitHub Flavored Markdown's task lists
https://github.com/lx4r/gfmcheckboxes

dokuwiki gfm github markdown syntax wiki

Last synced: 10 days ago
JSON representation

renders checkboxes in DokuWiki based on GitHub Flavored Markdown's task lists

Awesome Lists containing this project

README

        

# GFMCheckboxes

> renders checkboxes in DokuWiki based on [GitHub Flavored Markdown's task lists](https://help.github.com/articles/about-task-lists/)

## Supported syntax

- `[ ]` renders an unchecked checkbox
- `[x]` or `[X]` renders a checked checkbox

## Usage

I recommend using this plugin together with [markdownku](https://www.dokuwiki.org/plugin:markdowku) to be able to make use of all Markdown syntax.
If markdownku is installed you can use this syntax for todo lists:

```plain
- [ ] should do this
- [ ] should do that
- [x] already did this
- [X] already did that
```

## License

GFMCheckboxes is licensed under the MIT License

----
Author: lx4r ()

If you have a question regarding GFMCheckboxes or if you want to give me feedback about my code please don't hesitate to contact me [via Twitter](https://twitter.com/lx4r).

The code of this project is 100% biodegradable and was written on happy keyboards.