You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* It automatically embeds any referenced local image via data URI
32
+
* It has supports for text snippets
31
33
32
34
### What can I use it for?
33
35
34
-
_HastyScribe_ is best suited to produce standalone, mainly-textual documents such as meeting notes, project status documents, and articles.
36
+
_HastyScribe_ is best suited to produce self-contained documents such as essays, meeting notes, project status documents, and articles.
35
37
36
38
### What language is _HastyScribe_ implemented in?
37
39
38
40
HastyScribe is implemented in [Nimrod][nimrod], a very expressive language that compiles to C and is able to generate small, standalone and self-contained executable files.
39
41
40
42
### How do I build _HastyScribe_ from source?
41
43
42
-
43
44
First of all you need a **libmarkdown.a** static library. You can either grab one precompiled (for Windows x64 or OSX x64) from the [vendor](https://github.com/h3rald/hastyscribe/blob/master/vendor) folder of the HastyScribe repository or build your own.
44
45
45
46
If you choose to build your own:
@@ -57,13 +58,9 @@ If you choose to build your own:
57
58
58
59
Once you have a **libmarkdown.a** static library for your platform:
59
60
60
-
1. Download and install [Nimrod][nimrod]. On OSX you can also <tt>brew install nimrod</tt> if you have [HomeBrew](http://brew.sh/) installed.
61
+
1. Download and install [Nimrod][nimrod].
61
62
2. Download/clone the HastyScribe [repository](https://github.com/h3rald/hastyscribe).
62
63
3. Put your **libmarkdown.a** file in the **vendor** directory.
63
-
4. Run **osxbuild** (if you are on OSX) or **winbuild.bat** (if you are on windows) or the following:
64
-
65
-
```
66
-
nimrod --clibdir:vendor --clib:markdown c hastyscribe.nim
67
-
```
64
+
4. Run **nixbuild** (if you are on OSX, Linux or other UNIX-like operating systems) or **winbuild.bat** (if you are on Windows)
0 commit comments