0.1.1 • Published 6 years ago

vampire-markdown-printer v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vampire Markdown Printer

warn: this project currently only works with vampire-os.

Convert any markdown to a single pretty HTML with all images inline.

Usage:

npx vampire-markdown-printer mdFiles [--outputDir dir] [--base resourceBase]

//TODOs:

  • Customize scss and section color
  • Detect title as html title
  • Compile scss to CSS
  • Markdown, Options, HTML
  • Compile javascript by babel
  • Inline all image
  • TOC optimize
  • Configure TOC, markdown-it
  • Custom scripts
  • --base, image by path
  • --config, .markdownrc
  • --input, --output
  • --inputDir, --outputDir
  • uglify CSS and scripts
  • Test extend markdown features
  • Convert markdown online to HTML
  • Make a Visual Studio Code / Atom plugin