Scriptorium Scriptorium

Docs

User guide

Everything you need to know about Scriptorium's features.

Accounts

New account registrations are currently disabled. Existing users can still sign in and continue using Scriptorium.

Notes

A note is a markdown document with a title, body, tags, and optional frontmatter metadata.

Frontmatter

Each note includes YAML frontmatter with these fields:

---
id: <uuid>
title: My note title
createdAt: 2026-06-06T10:00:00.000Z
updatedAt: 2026-06-06T10:42:00.000Z
slug: my-note-title
isPinned: false
tags: ["writing", "draft"]
---

Note body starts here.

Frontmatter is generated and kept in sync by the app. You do not need to edit it manually.

Workflow modes

The top tab bar switches between four modes. See the Workflow guide for a full walkthrough.

Projects

A project is an ordered collection of notes that you can compile into a single draft.

Import & export

Export

Click the download button in the top bar. Scriptorium downloads a zip file containing:

Import

Click the upload button in the top bar and select a .zip export or a .json manifest file. Notes and projects are upserted by their id field, so re-importing is safe and idempotent.

Import limits: zip archives up to 20 MB, up to 2,000 files.

Feedback & support tickets

Use the Feedback link in the sidebar to submit bug reports, feature requests, or general questions. You can track the status of your tickets (Open → In Progress → Resolved) and add replies to an ongoing thread.

Keyboard shortcuts

Most actions are accessible via buttons. The editor supports standard CodeMirror shortcuts for text editing. Press Ctrl+S (or Cmd+S) to manually trigger a save at any time.

Data & privacy

All data is stored server-side in your account. No third-party cloud sync is used. See the Privacy Policy for full details.