#mdbook #back-end #filename #twiki

app mdbook-twiki

twiki backend for mdbook

2 releases

0.1.1 Jul 18, 2022
0.1.0 Jul 18, 2022

#76 in #filename

MIT license

17KB
286 lines

mdbook-twiki

A backend for mdbook to render to Twiki.

Installation

If you want to use only this preprocessor, install the tool:

cargo install mdbook-twiki

Add an output table to your book.toml:

[output.twiki]

Finally, build your book as normal:

mdbook path/to/book

Configuration

Filename

By default, the output will be written to index.twiki. Set filename to customize.

[output.twiki]
filename = "article.twiki"

License

MIT. See LICENSE.

Dependencies

~11–24MB
~330K SLoC