A cross-platform markdown previewer.
- slides
- syntax highlighting on code snippets
- config.toml file
- 📂 PDF Export - Printable markdown preview. 📂
- 📂 HTML Export. 📂
- 🦀 Rusty - Built with Rust, frontend and backend. 🦀
at the moment. building from source is the only option
git clone --depth=1 https://github.com/mahmoud-eltahawy/Iquity.git
cd iquity
cargo install trunk
rustup target add wasm32-unknown-unknown
cargo install tauri-cli --version "^2.0.0-rc"
cargo tauri build
- the builded program is called iquity located at ./target/release/iquity
- you just move it to a directory that is in your path
iquity # will print help messge
# you should use it like this
iquity PATH_TO_README_FILE.md
# or like this
iquity PATH_TO_DIRECTORY_THAT_CONTAINS_FILE_NAMED_index.md
- after the window is launched you can press slash key for help