TypedMark Typed Markdown note systems
Essentials

TypedMark

Audience: everyone.

See also:

TypedMark is an open specification for typed Markdown note systems.

Current edition: 0.1.0 draft. This edition is under development and is not yet released. The refocusing work is tracked in #123. See the 0.1.0 migration checklist for intentional compatibility changes.

Changes in this draft#

  • Pre-1.0 minor lines are separate compatibility boundaries. Implementing 0.1.x does not imply support for the prior 0.0.1 contract; patch changes remain compatible.
  • Templates take their specification version from their referencing concrete schema rather than storing it in starter note frontmatter.
  • Required extensions use an exact-version map; validation reports distinguish complete interpretation from unsupported or deliberately limited evaluation.
  • Unknown artifact-structure keys are errors under implemented contracts; explicitly scoped x_* metadata provides an inert carrier instead.

The authoritative rules are in Specification Versioning, Extensions and Capabilities, and Validation Reports. Other decisions recorded in the epic remain planned until their corresponding contracts land; this summary does not itself change those contracts.

New here? Read the Manifesto for the why, then follow Getting Started to build your first Core Profile collection in five minutes. The Quick Reference maps terms and everyday tasks to the rules that govern them.

The Pages#

Reading Paths#

Core Profile — the shortest conforming path:

  1. Manifesto
  2. Getting Started
  3. Foundations
  4. Collection Model for typedmark.md identity and defaults
  5. Note Type Schemas for one concrete note type and the effective schema
  6. Managed Notes and Properties, with the Field Definition Reference at hand
  7. Note Links and Relationships, Headings, and Templates for links, headings, and starter templates

Essentials plus reuse — for larger personal or team collections:

  1. Collection Model for mappings and vocabularies, then Property Sets when shared blocks are needed
  2. Schema Reuse for abstract inheritance and conditions; query and presentation contracts are separate optional reading

Advanced — for publishing, composing, and migrating systems:

  1. Systems, Composition, and Evolution
  2. Migration Effects

Tool authors — for implementing validators, importers, and editors:

  1. Conformance and Roadmap
  2. The parsing and matching baselines in Foundations and the machine-readable schemas
  3. Extensions and Capabilities for interpreting declarations and reporting unsupported contracts

Machine-Readable Schemas#

The governed artifacts have machine-readable JSON Schemas, fixtures, and a boundary document under schema/. The prose specification remains the single source of truth.

  • TypedMark: the tooling, website, and documentation around the specification
  • TypedMarkExample: a concrete system example built on this specification
  • TypedMarkSystemsMarketplace: the systems marketplace, hosting systems, a browsing and composition website under docs/, and the marketplace.json catalog of known systems defined by this specification
Rendered from index.md — the Markdown sources are the specification.