UNPKG

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.

28 lines (27 loc) 1.2 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Protoml Viewer - 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 Viewer</h1> <div class="topic-meta">Topic: <code>protoml-viewer</code></div> <h2>Explanation</h2> <p><code>protoml-viewer</code> (alias <code>protoviewer</code>) is a lightweight Electron-based GUI application for viewing ProtoML <code>.pml</code> files.</p> <p>It renders the HTML output of your parsed <code>.pml</code> file and is intended as a simple standalone tool for viewing without requiring a web browser or terminal.</p> <p>Only HTML rendering is supported.</p> <p>For the independent browser-style workspace and standalone workbench window, see <code>protoml-webviewer</code>. For the integrated Help/Docs viewer, see <code>protoml-chm</code>.</p> <p>It is recommended to wrap the file path in double quotes.</p> <h2>Examples</h2> <pre><code>protoviewer &quot;Meeting.pml&quot; protoviewer &quot;Meeting.pml&quot; dark</code></pre> </main> </body> </html>