Command Palette

Search for a command to run...

Docs/Documents/Block Types

Block Types

A guide to every content block available in the Wyatt document editor.

Overview

Documents are made of blocks. Each block is a self-contained piece of content with its own type, formatting, and behavior. You can insert any block type using the slash menu (press / on an empty line) or by typing a markdown shortcut.

Text Blocks

Text

The default block type. Start typing on any empty line and you are writing in a text block. Text blocks support rich formatting including bold, italic, underline, strikethrough, inline code, and links.

Headings

Three levels of headings help you structure your document:

LevelSlash menuMarkdown shortcut
Heading 1/Heading 1# + space
Heading 2/Heading 2## + space
Heading 3/Heading 3### + space

Quote

A styled blockquote for callouts, citations, or highlighted passages.

  • Slash menu: /Quote
  • Markdown shortcut: > + space

Callout

A highlighted box with an icon, useful for tips, warnings, or important notes. Callouts stand out visually from the rest of your content.

  • Slash menu: /Callout

List Blocks

Bullet List

An unordered list item. Each item is its own block. Nest items by pressing Tab to indent or Shift+Tab to outdent.

  • Slash menu: /Bullet List
  • Markdown shortcut: -, *, or + followed by space

To-do

A checkbox list item for tasks and checklists. Click the checkbox to mark an item as complete.

  • Slash menu: /To-do
  • Markdown shortcut: [] or [ ] followed by space
Tip

You can nest to-do items up to six levels deep using Tab and Shift+Tab, making it easy to break tasks into sub-tasks.

Rich Content Blocks

Code

A code block with syntax highlighting. Ideal for code snippets, configuration files, or any preformatted text.

  • Slash menu: /Code
  • Markdown shortcut: ``` + space

Image

Upload or embed an image directly in your document. Images support captions for additional context.

  • Slash menu: /Image

Table

A structured table for organizing data in rows and columns.

  • Slash menu: /Table

Database

Embed a linked database view directly in your document. This connects to a Wyatt database and displays its data inline.

  • Slash menu: /Database

Divider

A horizontal line that visually separates sections of your document.

  • Slash menu: /Divider
  • Markdown shortcut: --- + space

Form Fields

Wyatt documents also support form fields for contracts and signing workflows. These are specialized blocks that collect input from recipients:

Field TypeDescription
Signature FieldA signature capture area
Initials FieldA smaller field for initials
Date FieldA date picker
Text FieldA free-text input
Checkbox FieldA single checkbox
Dropdown FieldA dropdown selector
Radio ButtonsA set of radio button options
Number FieldA numeric input
Email FieldAn email address input
Attachment FieldA file upload area
Note

Form fields are primarily used in contract and envelope documents. They appear in the slash menu under a separate "Form Fields" section.

Inserting Blocks

There are three main ways to add a new block:

  1. Slash menu -- press / on an empty line to browse and search all block types.
  2. Markdown shortcuts -- type a shortcut (like # or -) followed by a space to instantly convert the current block.
  3. Enter key -- press Enter at the end of any block to create a new text block below it.

Rearranging Blocks

  • Drag and drop -- grab the handle on the left side of a block and drag it to a new position.
  • Keyboard shortcuts -- press Cmd+Shift+Up or Cmd+Shift+Down (Mac) to move a block up or down.
  • AI assistant -- ask the AI to rearrange sections for you: "Move the summary to the top."