Crates.io | wool |
lib.rs | wool |
version | 0.1.3 |
source | src |
created_at | 2020-02-28 19:48:37.905062 |
updated_at | 2020-03-11 21:39:02.216158 |
description | Preview Github Markdown Offline |
homepage | https://github.com/grapegrip/wool |
repository | https://github.com/grapegrip/wool |
max_upload_size | |
id | 213627 |
size | 967,187 |
Wool is a modern, extensible grip clone that prefers offline-first rendering to strict Github API accuracy.
cargo install wool
Preview on localhost:
wool readme.md
Export to html:
wool readme.md --export mypreview.html
Syntax highlighting using Prism:
wool readme.md -s
Equations with katex:
wool readme.md -k
USAGE:
wool [FLAGS] <infile> [outfile]
FLAGS:
-b, --browser Open in browser
-e, --export Export html
-h, --help Prints help information
-s, --highlight Syntax highlighting
-k, --katex Include katex in rendering
-n, --no-preview-frame Don't render the preview frame
-V, --version Prints version information
ARGS:
<infile> Sets the input file to use
<outfile> Sets the output file to use
To use the auto reload feature, must be in same directory as previewed file.