1.0.9 • Published 8 years ago

gitbook-plugin-asciitree v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

ascii directory tree plugin for GitBook

convert indented lines to ascii directory tree for gitbook.

you can see asciitree in action. https://jianglibo.gitbooks.io

in:

{% asciitree %}
app
-main.js
-helper.js
-others
--Brocfile.js
package.json
{% endasciitree %}

out:

├── app
|   ├── main.js
|   ├── helper.js
|   └── others
|       └── Brocfile.js
└── package.json

Add it to your book.json with a basic configuration:

{
    "plugins": ["asciitree"],
    "pluginsConfig": {
        "asciitree": {
            "leadingChar": "no need, because plugin will guess leadingChar.",
            "trimRight": true
        }
    }
}
1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago