protoml-parser
Version:
ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.
42 lines (39 loc) • 1.46 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Windows Help And Development - ProtoML 1.4.2+build67</title>
<link rel="stylesheet" href="help.css">
</head>
<body>
<nav class="topnav">
<a href="../toc.html">Contents</a>
<span class="version">ProtoML 1.4.2+build67</span>
</nav>
<main class="page">
<h1>Windows Help And Development</h1>
<h2>Open the local CHM help</h2>
<pre><code>protoparser chm
protoparser chm path
protoparser chm download</code></pre>
<h2>Install HTML Help Workshop first</h2>
<p>If you want to compile the CHM on your own Windows machine, install Microsoft HTML Help Workshop first.</p>
<p>Archived installer:</p>
<pre><code>https://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe</code></pre>
<h2>Build the CHM project files</h2>
<pre><code>npm run build:chm:project</code></pre>
<h2>Compile the CHM</h2>
<pre><code>npm run build:chm</code></pre>
<h2>Other useful development commands</h2>
<pre><code>npm run build:web
npm run dev
npm run build:exe
npm run install:local</code></pre>
<h2>Related guides</h2>
<ul>
<li><a href="03_cli_workflows.html">CLI Reference</a></li>
<li><a href="00_overview.html">Documentation Index</a></li>
</ul>
</main>
</body>
</html>