0.1.4 • Published 5 years ago

gitbook-plugin-todos v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

gitbook-plugin-todos

Fork from ly-tools/gitbook-plugin-todo

Build Status Dependency Status devDependency Status NPM version node License npm download

Install

$ npm install --save gitbook-plugin-todos

Usage

Add the plugin to your book.json like this:

{
    "plugins": ["todos"]
}

then in your markdown file, you can embed readonly todo list like this:

- [ ] write some articles
    - [ ] write some articles
    - [x] drink a cup of tea
- [x] drink a cup of tea
    - [x] write some articles
    - [x] drink a cup of tea