-
Notifications
You must be signed in to change notification settings - Fork 2
Zero Draft Mode
Eric R Taylor edited this page Sep 25, 2025
·
2 revisions
Zero draft mode helps you capture edits for completed scenes at Stage Zero before opening the note.
- When enabled, clicking a scene where Publish Stage is Zero and Status is Complete opens a small dialog instead of the note.
- The dialog shows a large input area prefilled from the scene’s
Pending Editsfrontmatter (if present). - You can type new edits and click OK to save back to
Pending Editsusing Obsidian’sprocessFrontMatter.
- OK: Overwrites
Pending Editswith the current input. If you cleared previously non‑empty content, a confirmation asks to delete it (the key remains with an empty string). - Cancel: Closes the dialog. If there are unsaved changes, you’ll be asked to confirm discarding them.
- Override (red): Opens the note without saving. If there are unsaved changes, you’ll be asked to confirm discarding them first.
- Case‑insensitive for both keys and values.
- Default values if missing:
Publish Stage→Zero,Status→Todo. - Intercepts only when
Publish Stage=ZeroANDStatus=Complete.
- Go to Settings → Zero draft mode and toggle it on or off.
-
Pending Edits(read/write) -
Publish Stage(read) -
Status(read)
All frontmatter writes are performed via app.fileManager.processFrontMatter, following Obsidian’s standards.
- Home
- Getting Started
- How to
- Settings
- Radial Timeline View
- Inquiry View
- Commands
- Reference
- Support & Legal