Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

mkd - Markdown Render CLI

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.

Prereqs

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 livereload

Install

make install

Usage

mkd FILENAME

Uninstall

make uninstall

About

Render Markdown into HTML on save

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages