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.
26 lines (25 loc) • 805 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Tasks - 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>Tasks</h1>
<div class="topic-meta">Topic: <code>tasks</code></div>
<h2>Explanation</h2>
<p>The <code>@tasks</code> section defines a list of to-do items.</p>
<p>Tasks use <code>-[ ]</code> (open) or <code>-[x]</code> (done) syntax. Additional metadata like <code>@ptp=</code>, <code>=subjectId</code>, or <code>@tag=</code> can be attached.</p>
<h2>Examples</h2>
<pre><code>@tasks
-[ ] Renew SSL cert @ptp=pt1 =1 @tag=urgent
-[x] Review access logs</code></pre>
</main>
</body>
</html>