Text Documents

Monaco-powered docs with revision history.

Text documents are Markdown-friendly briefs and notes stored per project, edited with the Monaco code editor.

In your project

Route: /projects/[id]/docs/[docId]

Created from project home alongside boards and canvas files.

Monaco editor

Uses @monaco-editor/react with hub-themed chrome. Document body is searchable via global search.

text
lib/documents/     — load, save, revision snapshots
components/documents/ — editor shell

Revisions

Migration 020 adds version history for assets; text docs support revision snapshots for rollback (see lib/documents/).