gitbook-plugin-todos

0.1.4 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gitbook-plugin-todos

    Weekly Downloads

    3

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    3.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • iceli