Problem
Cloud Page will soon be able to preview Markdown files (#262), but previewing is read-only. There is no way to actually write or maintain notes and documents inside Vault Web. For a private workspace this is a gap: users have to edit Markdown somewhere else and re-upload, and there is no notebook or wiki experience over the files they already store.
Example: a user keeps project notes as Markdown in their cloud. They want to open a note, edit it with live preview, jump between headings, and link to a related note, all without leaving Vault Web.
Proposed solution
Add a Markdown workspace mode that turns Markdown files in the cloud into an editing and note-taking experience, not just a preview.
Scope:
Notes:
- Everything stays as plain Markdown files in the existing cloud storage. No new document store, no database format, so files remain portable.
- Real-time multi-user co-editing is explicitly out of scope for this issue; this is single-user editing of shared, portable files.
Acceptance criteria
Related: extends the Markdown preview (#262) and the unsaved-changes warning (#261); hosted by the workspace file viewer shell (Vault-Web/cloud-page#98).
Problem
Cloud Page will soon be able to preview Markdown files (#262), but previewing is read-only. There is no way to actually write or maintain notes and documents inside Vault Web. For a private workspace this is a gap: users have to edit Markdown somewhere else and re-upload, and there is no notebook or wiki experience over the files they already store.
Example: a user keeps project notes as Markdown in their cloud. They want to open a note, edit it with live preview, jump between headings, and link to a related note, all without leaving Vault Web.
Proposed solution
Add a Markdown workspace mode that turns Markdown files in the cloud into an editing and note-taking experience, not just a preview.
Scope:
Notes:
Acceptance criteria
Related: extends the Markdown preview (#262) and the unsaved-changes warning (#261); hosted by the workspace file viewer shell (Vault-Web/cloud-page#98).