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.
36 lines (35 loc) • 1.38 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Protoml Chm - 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>Protoml Chm</h1>
<div class="topic-meta">Topic: <code>protoml-chm</code></div>
<h2>Explanation</h2>
<p><code>protoparser chm</code> opens the ProtoML help viewer with the generated Help/Docs content.</p>
<p>The default app mode opens a native Electron help window with the generated HTML reference pages and integrated contents tree. This works independently of Windows CHM support and avoids separate documentation maintenance.</p>
<p><code>protoparser chm browser</code> opens the same help content in the system browser. <code>protoparser chm path</code> prints the generated HTML help viewer path.</p>
<p>For Windows-native compiled help there is still a separate compiled CHM flow:</p>
<ul>
<li><code>protoparser chm compiled</code></li>
<li><code>protoparser chm compiled_path</code></li>
<li><code>protoparser chm download</code></li>
</ul>
<h2>Examples</h2>
<pre><code>protoparser chm
protoparser chm browser
protoparser chm path
protoparser chm compiled
protoparser chm compiled_path
protoparser chm download</code></pre>
</main>
</body>
</html>