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.
40 lines (37 loc) • 2.3 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Reference Map - 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>Reference Map</h1>
<p>This is a map of the language surface, not a full syntax listing.</p>
<h2>Metadata and document identity</h2>
<p>Common document-level fields include <code>@author</code>, <code>@version</code>, <code>@status</code>, <code>@record_id</code>, <code>@confidentiality</code>, <code>@effective_date</code>, <code>@valid_until</code>, <code>@review_date</code>, and <code>@meta=key:value</code>.</p>
<h2>Core structure blocks</h2>
<p>Primary content blocks include <code>@participants</code>, <code>@subjects</code>, <code>@tasks</code>, <code>@notes</code>, and <code>@meeting</code>.</p>
<h2>Reuse and modularity</h2>
<p>ProtoML supports reuse through <code>@import</code>, <code>@macro</code>, <code>@macros_import</code>, <code>@tags_import</code>, and <code>@participants_import</code>.</p>
<h2>References and navigation</h2>
<p>Reference and navigation features include <code>@@e=id</code>, <code>@@ref=group:id[:field]</code>, <code>@@toc</code>, <code>@references</code>, and <code>@attachments</code>.</p>
<h2>Governance and approval surface</h2>
<p>Formal-document features include <code>@signatures</code>, <code>@approvals</code>, <code>@@signature=id</code>, and <code>@@approval=id</code>.</p>
<h2>Analysis and tooling surface</h2>
<p>CLI tooling covers rendering, validation, trust inspection, signing and verification, tag statistics, cross-file analysis, register reporting, bundling, macro inspection, scaffolding, and CHM help access.</p>
<h2>Use this map with</h2>
<ul>
<li><a href="06_concepts.html">ProtoML Concepts</a></li>
<li><a href="03_cli_workflows.html">CLI Reference</a></li>
<li><a href="08a_reuse_and_imports.html">Reuse And Imports Guide</a></li>
<li><a href="00_overview.html">Documentation Index</a></li>
</ul>
</main>
</body>
</html>