Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gitbook-plugin-todos-list

m0n0l0c03MIT0.2.0

A ToDo plugin for GitBook

readme

Gitbook Plugin Todos List

A gitbook plugin to automatically create a list of todos.

Install

Add this to your book.json, then run gitbook install:

{
    "plugins": ["todos-list"]
}

Setup

No configuration is needed.

Usage

When you want to create a todo called Buy apples you can do it like this:

{{ "Buy apples" | todo }}

Then, to obtain a list of todos:

{% todos %} {% endtodos %}

To mark a todo as done:

{{ "Buy apples" | todo(true) }}

Then it will appear as ToDo:= Buy apples and checked in the list of todos

I think is better to keep this list in a Todos.md file or something like that, but is up to you.

Notes

The key todo here is also parsed as ToDo and TODO, so you can write it as you want, the same applies to todos.