wool

Crates.iowool
lib.rswool
version0.1.3
sourcesrc
created_at2020-02-28 19:48:37.905062
updated_at2020-03-11 21:39:02.216158
descriptionPreview Github Markdown Offline
homepagehttps://github.com/grapegrip/wool
repositoryhttps://github.com/grapegrip/wool
max_upload_size
id213627
size967,187
(grapegrip)

documentation

README

wool

Wool is a modern, extensible grip clone that prefers offline-first rendering to strict Github API accuracy.

Installation

cargo install wool

Getting Started

Preview on localhost:

wool readme.md

Export to html:

wool readme.md --export mypreview.html
Experimental

Syntax highlighting using Prism:

wool readme.md -s

Equations with katex:

wool readme.md -k

Usage

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

Notes

To use the auto reload feature, must be in same directory as previewed file.

Commit count: 6

cargo fmt