Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 795 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 795 Bytes

Build Status

Simplewiki

Simplewiki is a web server that presents a folder as a wiki page. The wiki page supports viewing and editing markdown files with images.

Screenshot

Usage

Go to the folder you want to look at, then run simplewiki.

For more options, run simplewiki --help.

Features

  • 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.

Installation

cargo install --git https://github.com/sighol/simplewiki