You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/viperx7/norg2html
cd norg2html
pip3 install -r requirements.txt
mv norg2html.py ~/.local/bin/norg2html
chmod +x ~/.local/bin/norg2html
cd ..
rm norg2html -r
Requirements
Gnome Terminal : No other terminal would work
stty : This should be already there
Usage
usage: norg2html [-h] [--output OUTPUT] [--font FONT] [--bgcolor BGCOLOR]
[--colorscheme COLORSCHEME] [--width WIDTH] [--presenter]
path
positional arguments:
path
options:
-h, --help show this help message and exit
--output OUTPUT path to output
--font FONT font to set for the output
--bgcolor BGCOLOR background color to fill
--colorscheme COLORSCHEME specify vim colorscheme
--width WIDTH specify width
--presenter Enable norg presenter mode</pre>