The editor

How to write and format a draft in Alchex, what the slash palette offers, and what "saved" means for your work.

The editor is where you write the draft of a document. It has no toolbar across the top: formatting comes from typing, from a slash palette, and from a small bar that appears when you select text. Everything you type goes into the working draft, never straight to the version readers see.

The writing surface

Open Governance → a document and the editor fills the middle of the workspace. Select some text and a formatting bar appears over it. Hover a block and a handle appears in the margin for moving or acting on that block.

The usual shortcuts work while you type:

ShortcutResult
Ctrl/Cmd + BBold
Ctrl/Cmd + IItalic
Ctrl/Cmd + UUnderline
Ctrl/Cmd + EInline code
Ctrl/Cmd + Shift + XStrikethrough
Ctrl/Cmd + ZUndo
Ctrl/Cmd + Shift + ZRedo

Markdown as you type

Structure is created by typing, at the start of a line. The characters disappear and the block changes as soon as you press space.

Type this at the start of a lineYou get
#, ## or ### then a spaceHeading 1, 2 or 3
- or * then a spaceBullet list
1. then a spaceNumbered list
> then a spaceQuote
[] or [x] then a spaceTask item, unchecked or checked
Three backticksCode block
---, *** or ___Divider

These only fire at the start of a block. Mid-sentence they stay as plain characters.

The slash palette

Type / anywhere in the body and a menu opens. Keep typing to filter — items match on synonyms as well as their names, so "kanban" finds Collection and "policy" finds Reference. Press Enter to insert, Escape to close.

GroupItems
WriteText, Heading 1, Heading 2, Heading 3, Bullet list, Numbered list, Task list, Quote
InsertImage, Table, File, Divider, Page break, Code block
OrganizeCallout, Columns, Table of contents, Collection
ReferencesReference
ComplianceDocument header, Approval matrix, Revision table

A few worth knowing:

  • Table drops a plain 3×3 grid. Collection is different: a table of rows you can track and group, with grouping toggled from its header.
  • Table of contents is live — it rebuilds itself from your headings as you write.
  • Document header pins owner, status and version at the top of the document. Approval matrix records who signs off. Revision table keeps version history inside the document body.
  • Reference inserts an inline link to a document, control or connection label. See References.
  • Page break only shows up when the document is printed or exported. See Export.

How saving works

There is no Save button for the body. The document opens in a live editing session, and your typing is sent to the server as you go — the same session everyone else editing that document is joined to. See Collaboration.

The word next to the state chip — Saved, Saving… or Save failed — reports the document's details: title, type, font. The body has its own path and is not what that word is tracking.

Saving the body does not publish anything. Readers keep seeing the last published version until the draft is approved and published. The state chip says so directly: "Draft — readers see v1.2". See Publishing.

Not losing work

Three things can interrupt an editing session, and each says so on screen:

What you seeWhat it meansWhat to do
"Reconnecting…" with "your edits are safe and will sync when the connection returns"The connection dropped. The editor stays open and holds your edits.Leave the tab open. Do not close it until the ribbon clears.
"Live editing is unavailable right now — showing the latest saved version, read-only."The live editing service is unreachable.You cannot type. Wait and reload.
"You have unsynced changes from an earlier draft"Edits from a previous session never reached the server.Use View or Copy to rescue the text, then Discard.

Discard on that stranded-changes dialog is permanent — the local copy is gone and cannot be recovered. Copy the text out first.

When you cannot type

The editor goes read-only, and the chrome recedes, whenever the draft is not yours to change:

SituationWhy
The draft is in reviewIt is sealed while an owner decides. Nobody can edit it, including the person who submitted it.
The document is archivedArchived documents are read-only. Restore it to edit again.
You are viewing an older versionHistory views are read-only copies.
You have Reader accessEditing the draft needs Author access in the team that owns the document.

The same gate applies to edits the AI proposes and you approve: if the draft is sealed the apply is refused with "The document is in review — edits are frozen until it reopens". See AI review and Permissions.