parksb / typesetter

A galley for converting markdown to anything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typesetter

Mural mosaic "Typesetter" at John A. Prior Health Sciences Library in Ohio

Mural mosaic "Typesetter" at John A. Prior Health Sciences Library in Ohio (CC BY-SA 3.0)

$ cd ~
$ git clone https://github.com/parksb/typesetter.git
$ cd typesetter
# Add the following lines to the shell config file, such as `~/.zshrc` or `~/.bashrc`
export TYPESETTER_PATH="$HOME/typesetter"
export PATH="$PATH:$TYPESETTER_PATH/bin"

# If you're using a fish shell, just run the following scripts
$ set -Ux TYPESETTER_PATH "$HOME/typesetter"
$ fish_add_path "$TYPESETTER_PATH/bin"
$ ls
text.md

$ typeset html text.md

$ ls
text.md text.html

$ typeset pdf text.md

$ ls
text.md text.html text.pdf

About

A galley for converting markdown to anything


Languages

Language:EJS 51.1%Language:TypeScript 34.1%Language:Shell 14.8%