WHAT: Render Markdown file into HTML on save
WHY: I take notes in Markdown format. I frequently sent notes to other people. Using this I can quickly copy/paste pretty HTML formatted text into chat windows and emails.
Set up NPM for local, non-root installs: StackOverflow.
# Provides generate-md for rendering Markdown to HTML
npm install -g markdown-styles
# Provides fswatch for auto-rendering Markdown to HTML on file write
sudo dnf install fswatch
# Provides livereload for auto-reloading browser when HTML file is changed
pip install --user livereloadmake installmkd FILENAMEmake uninstall