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.
27 lines (26 loc) • 879 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Signatures - 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>Signatures</h1>
<div class="topic-meta">Topic: <code>signatures</code></div>
<h2>Explanation</h2>
<p><code>@signatures</code> defines reusable signature entries for contracts, approvals, protocols, and onboarding documents.</p>
<p>Each signature entry uses:</p>
<p><code>=id:name,role,date,note</code></p>
<p>The entries can be referenced with <code>@@signature=id</code> or via <code>@@ref=signatures:id:field</code>.</p>
<h2>Examples</h2>
<pre><code>@signatures
=lead:Jane Doe,Project Lead,18.04.2026,Signed digitally</code></pre>
</main>
</body>
</html>