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.
29 lines (28 loc) • 1.31 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Protoml Webviewer - 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 Webviewer</h1>
<div class="topic-meta">Topic: <code>protoml-webviewer</code></div>
<h2>Explanation</h2>
<p><code>protoparser viewer</code> opens the independent browser-based ProtoML viewer.</p>
<p>It can open the viewer in the default browser or as a standalone Electron window. The standalone window is also available directly as <code>protowebviewer</code> or <code>protoml-webviewer</code>.</p>
<p>It is an authoring and rendering workbench for editing, previewing, and checking <code>.pml</code> files. It is not the counterpart to CHM help itself, because the Windows CHM is the bundled Help/Docs experience.</p>
<p>When a <code>.pml</code> file path is passed, the browser viewer loads that file content into the editor on startup.</p>
<h2>Examples</h2>
<pre><code>protoparser viewer
protoparser viewer browser "./meeting.pml"
protoparser viewer app "./meeting.pml"
protowebviewer "./meeting.pml"</code></pre>
</main>
</body>
</html>