Simplewiki is a web server that presents a folder as a wiki page. The wiki page supports viewing and editing markdown files with images.
Go to the folder you want to look at, then run simplewiki
.
For more options, run simplewiki --help
.
- Easy deployment. Add the binary to your
$PATH
, and call from anywhere. - Auto refresh using a web socket.
- Syntax highlighting.
- Auto generated table of contents.
- Built-in WYSIWYG markdown editor.
- Highly insecure. Only run on localhost.
cargo install --git https://github.com/sighol/simplewiki