Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lx4r/gfmcheckboxes
- Owner: lx4r
- License: mit
- Created: 2017-03-15T20:37:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T15:37:56.000Z (over 6 years ago)
- Last Synced: 2024-10-26T09:28:53.112Z (20 days ago)
- Topics: dokuwiki, gfm, github, markdown, syntax, wiki
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.