rusty-notes 1.1.0

A markdown web-interface reader.
rusty-notes-1.1.0 is not a library.

Rusty Notes

A local simple Markdown web interface.

rusty-notes

Install & Setup

cargo install -f rusty-notes

Run Server

export RUSTY_SERVER_ADDR=127.0.0.1:7777
export RUSTY_DIR_NOTES="$HOME/rusty-notes"
export RUSTY_DIR_TEMPLATES="$HOME/rusty-notes/static/templates"
nohup rusty-notes > /tmp/rusty-notes.log &