all repos — h3rald @ 23a5f82df1d1e5494437cc0412a2788d873c9f3a

The sources of https://h3rald.com

contents/hastyscribe.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
-----
title: "HastyScribe"
content-type: project
github: hastyscribe
subtitle: "A self-contained markdown compiler"
active: true
home: /hastyscribe/
docs: /hastyscribe/HastyScribe_UserGuide.htm
summary: "A self-contained Markdown compiler that can generate self-contained HTML files, useful for writing essays, reports, meeting notes, etc."
version: "1.7.1"
download: "https://github.com/h3rald/hastyscribe/releases/download/"
-----
{{download => https://github.com/h3rald/hastyscribe/releases/download/}}

[](class:hastyscribe) is a simple, self-contained, command-line program able to convert [markdown](http://daringfireball.net/projects/markdown) files into self-contained HTML pages, automatically embedding all the needed fonts, stylesheets and images.

HastyScribe is:

* **cross-platform**, you can download precompiled binaries for macOS, Linux and Windows.
* **self-contained**, it's a command-line application that doesn't require installing or prerequisites: it's all in a single, small, executable file.
* a **powerful markdown compiler**, which leverages the feature-rich [Discount](https://www.pell.portland.or.us/~orc/Code/discount/) markdown engine, and adds even more features like snippets, custom fields, and substitution macros.
* able to generate **self-contained, responsive HTML5 documents** that can be viewed with any major modern broswer, and look great on any device.

For more information and a sample of HastyScribe's power, you can download and read the [HastyScribe User Guide](/hastyscribe/HastyScribe_UserGuide.htm) – generated with HastyScribe of course.

### Downloads

* [macOS (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_macosx_x64.zip)
* [Linux (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_x64.zip)
* [Linux (x86)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_x86.zip)
* [Linux (ARM)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_arm.zip)
* [Windows (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_windows_x64.zip)

### Resources

* [Introducing HastyScribe](/articles/hastyscribe/)