rhiokim / haroopad

Haroopad - The Next Document processor based on Markdown
http://pad.haroopress.com
GNU General Public License v3.0
1.61k stars 225 forks source link

Command Line Support for Exporting an HTML file #576

Open rubberduck203 opened 8 years ago

rubberduck203 commented 8 years ago

As of version 0.12 Haroopad started supporting opening files from the CLI. I'm proposing that we add support for exporting a markdown file to HTML from the command line, in order to support generating HTML files from markdown files as part of an automated build process.

Use Case: As a developer, I want to turn my ReadMe.md file into an HTML file automatically when I build my solution, so that my build process has no manual steps.

An example command would look something like this.

haroopad.exe -x C:\path\to\source.md C:\path\to\output.html

Willing to learn what I need to in order to submit a pull reqeust, but I don't want to put effort into it if it's unlikely to be merged.

jazd commented 7 years ago

+1

juaalta commented 7 years ago

+1

Victor-Lv commented 7 years ago

Yes, I want this function too.

rubberduck203 commented 7 years ago

I would still love to see this implemented, but I've fulfilled my needs by using Pandoc to transform into HTML.

Victor-Lv commented 7 years ago

@rubberduck203 I tried it. The style exported by pandoc isn't beautiful. I like the style of harropad better.