Diary app built with Druid library and Rust language.
# Linux Bash
RUST_LOG='debug' cargo watch -x run
# Windows powershell
$env:RUST_LOG='debug'; cargo watch -x run; $env:RUST_LOG=$null
- Selecting unencrypted folder.
- Saving diaries to file.
- Selecting encrypted folder.
- Open password screen when window blur.
- Markdown rendering.