Skip to content

Glossary

Terms used across TongueToQuill, its templates, and the Quillmark format.

Account pairing. Binding an MCP-created document to a user account after the fact, via a claim handshake: create_document returns a claim token and a claim link; the user opens the link, signs in, and relays the six-digit device code; the AI calls claim_document to bind it. Structurally similar to device pairing. Its resistance to a prompt-injected model depends on the delivery mode. See Account Pairing.

Advanced Mode. Raw-markdown editing surface, with syntax highlighting. The alternative to Rich Text Mode. The underlying document is identical in both modes.

Card. A single ~~~ (card-yaml) frontmatter block plus its prose body. A Quillmark document is a sequence of one or more cards. The first card is the root card; subsequent cards are typically indorsements or attachments-as-sections.

card-yaml. The fenced YAML block format used in Quillmark frontmatter. The canonical fence is bare ~~~ (three tildes, no info string) for both open and close, at column zero; ~~~card-yaml is accepted as a legacy alias for the opener.

Claim link. The short /claim/<code> URL (R) returned by create_document. It resolves to the draft, hosts the sign-in and device-code page, and after the claim redirects the owner to the document. Pre-claim it serves no document content.

Claim token. The model-carried secret (S, claim_token) from create_document. Resolves the draft at claim_document to bind it, and again at update_document to revise it, until the draft expires. Never shown to the user.

Classification banner. A color-coded marking at the top and bottom of every page, derived from the document's classification frontmatter field. Per the usaf_memo Quill's DoD/CAPCO-aligned colors: green for UNCLASSIFIED, black for CUI and CONFIDENTIAL, red for SECRET, orange for TOP SECRET. Blank classification produces no banner.

Community template. A template published by a non-official user on this deployment. Appears in the gallery's Popular section.

CUI. Controlled Unclassified Information per DoDM 5200.48. A classification level supported by the USAF / USSF memo Quills.

Device code. The six-digit code (C) the server mints for the signed-in session that opens a claim link. The user relays it to the AI, which passes it to claim_document. Single-use and rate-limited; the only element of account pairing a human transcribes.

Ephemeral document. A document created over MCP that has no owner yet. Unclaimed it lives for a short window (typically 5 min); once a signed-in user completes account pairing it becomes theirs.

Fork. Create an independent, editable copy of a public document (the in-app action is labeled Save Copy). The original is untouched. Anyone reading a public document can do it.

Frontmatter. The structured metadata at the top of a card. In Quillmark, frontmatter is YAML inside a ~~~ (card-yaml) fence.

Indorsement. A chained response or routing block appended to a memorandum. Each indorsement is its own card with $kind: indorsement. See Indorsements.

MCP. Model Context Protocol. The protocol used by TongueToQuill's AI integration endpoint at /mcp. See AI Integration.

Memorandum For Record (MFR). A memo with no specific recipient — used to document something for the file. Rendered from a USAF memo with memo_from omitted.

Metadata widget. The form in the editor that renders a template's frontmatter as a structured form. Each field corresponds to a frontmatter key.

Office symbol. The short form of a unit and function — e.g., 20 FW/CC for 20th Fighter Wing Commander. The renderer uppercases office symbols on MEMORANDUM FOR lines.

Publish (template). Take a snapshot of a document and expose it in the template gallery. Subsequent edits to the document don't change the template until you republish.

Quill. A template package — frontmatter schema + Typst layout + assets — bound to a document via $quill. The Quill defines the contract: if frontmatter validates, the layout is correct.

Quillmark. The format (CommonMark + card-yaml frontmatter) and the rendering engine (Rust workspace, also published as WASM/Python/CLI) used by TongueToQuill. See Quillmark Format.

Quiver. A bundle of Quills shipped together. Each TongueToQuill deployment picks one Quiver at install time (e.g., @airmark/quiver for the Airmark deployment).

Recents. Per-user (or per-device, for guests) row in the template gallery showing the templates you've imported most recently.

Reset to Published. Roll a document back to the content of its associated published template's last snapshot. Available only for documents created from a template.

Rich Text Mode. The default rich-text editing surface (the editor toggle labels it "Rich Text"). The alternative is Advanced Mode.

Schema. The set of allowed frontmatter fields, their types, defaults, and constraints for a given Quill. Retrievable via the MCP get_specs tool.

Star. Bookmark a template. Starred templates appear in the gallery's starred row across all your devices and contribute to the template's public star count.

Template. A published document snapshot in the gallery. Importing a template produces a new document seeded with the template's content. Distinct from a Quill (which is the format package).

Template short code. The identifier for a published template (e.g., HeLiBeKrXeFeCoNiZnAr), shown in the template library. Copying it with Copy for AI chat produces an instruction that drives the MCP get_template tool, so an AI assistant can load that exact template.

Visual Mode. Older name for Rich Text Mode (the app's editor toggle labels this surface "Rich Text").