deftclaw / marker

Create quick-notes which comply with css-based branding standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marker

Create quick-notes which comply with css-based branding standards


Dependencies:

  • ruby installed
  • Gems:
    • commonmarker
    • github-markup

Install Missing Gems:

  • run bundle from the root 'marker' folder

Sample Image

Usage:

  1. Copy *.md files to this directory (or copy 'marker.rb' and 'lib' folder to *.md files)
  2. ruby marker.rb <file_name>.md
  3. chrome <file_name>.html
  4. File > Print > 'Save as PDF'

OR:

  1. ruby marker.rb
    • marker can find all local *.md files and build html for them

About

Create quick-notes which comply with css-based branding standards


Languages

Language:CSS 46.2%Language:Ruby 38.2%Language:Shell 15.6%