Skip to main content

Editor basics

The Scribe window is divided into three vertical panes: the document tree, the editor, and the live preview. You can resize each pane by dragging the divider, or collapse the side panes for a distraction-free writing mode.

Three-pane Scribe window: document tree on the left, Markdown editor in the centre, live preview on the right

The document tree

The leftmost pane shows your project as a tree of folders and documents. Each entry has a display name you choose — not a filename — so you can title chapters however you like.

  • Click a document to open it in the editor.
  • Drag a document to reorder it, or drag it into a folder to move it.
  • Right-click a folder or document for actions that apply to that item, such as renaming or deleting it. Folder menus can also create content below that folder, while document menus include document and template actions.

Use the controls around the document tree and the File menu to create or import content.

The order in the tree is the order in which chapters appear when you export the project as a single EPUB, Word file, or PDF, so arrange your documents in reading order.

The editor

The editor is a rich-text writing surface that understands common Markdown shortcuts. Check final typography and pagination in the corresponding preview.

What you can type

  • Type # , ## , ### , or #### at the start of a line to create a heading.
  • **bold**, *italic*, ~~strikethrough~~.
  • > for a blockquote — handy for pull quotes and letter excerpts.
  • [text](https://example.com) for an inline link.

Pasting Markdown text is converted to formatted content automatically. Image insertion is covered on the next page, Images, and the advanced typographic syntax (ruby, LaTeX, shortcodes, references) is documented under Advanced.

Word count

A live word count appears in the status bar at the bottom of the window.

Keyboard shortcuts

These are the default bindings. You can change any of them under Function → Keyboard Shortcuts….

ActionWindows / LinuxmacOS
New projectCtrl + N⌘N
Open projectCtrl + O⌘O
SaveCtrl + S⌘S
Save allCtrl + Shift + S⌘⇧S
UndoCtrl + Z⌘Z
RedoCtrl + Shift + Z⌘⇧Z
Select allCtrl + A⌘A
Find & replaceCtrl + F⌘F
Editor onlyCtrl + 1⌘1
Editor + previewCtrl + 2⌘2
Preview onlyCtrl + 3⌘3
Toggle left sidebarCtrl + -⌘-
Toggle right sidebarCtrl + =⌘=

Autosave and backups

Turn on Auto Save under Function → Global Settings and Scribe saves your work on a regular interval; you can also save at any time with Ctrl/⌘ + S. To keep a portable backup of an entire project, use File → Export Project…, which writes a single ZIP archive you can re-import later with File → Import Project….