Editing an entry

Open an entry to rename it, edit its properties, write a body, and delete it from one place.


Every entry has a detail page — open it by tapping the entry's title on the Chat board. The page reads top-to-bottom like a Notion page: a title, a small meta line, your properties, any trackers, and a free-form body at the bottom. Edits autosave.

What you'll see

  • Title — large, editable. By default it shows the Type's name (e.g. "Push-ups"). Type anything to rename this specific entry — "Morning push-ups," "Set after coffee," whatever.
  • Meta line — sits right below the title in muted text. The type's icon and name always appear here as a small chip so you can tell what kind of entry this is at a glance, even if you've left the title as the default. Click the chip to jump to the Type's page. The event time lives in the same line; click it to change when this happened.
  • Properties — the structured fields you defined on this Type (reps, weight, mood, etc.). Listed as [icon] [label] [value] rows. Click a value to edit it.
  • Trackers — Stopwatch and Timer properties get their own card-style blocks below the properties.
  • Body — a full-width markdown area at the bottom. Write anything: a note, a story, a long reflection. Every Type has one body automatically.

Autosave, no buttons

There's no "Save" button. Edits save themselves about half a second after you stop typing. The top bar shows the status:

  • Saving… — your change is being written.
  • Saved — it's safe to close the tab.
  • Save failed (in red) — something went wrong. A toast will tell you why; try again or check your connection.

Deleting an entry

Tap the button in the top right of the page → Delete entry. The entry moves to Trash and you're sent back to the Chat board. A toast appears with an Undo button — tap it to bring the entry right back. You can also restore it later from the Trash sidebar item.

A note on the body

The body is yours. It doesn't show up in the Chat feed — the feed stays scannable. Whatever you put in the body lives on the entry's detail page, ready when you come back.

Slash commands

Inside the body, press / to open a small menu of formatting and insert commands — Notion-style. The menu opens when / is the first character on a line or comes right after a space. (path/to/file and fractions like 3/4 don't trigger it.)

Start typing to filter the list. You can search by name (heading, quote) or by short aliases (h1, h2, ul, ol, todo, hr, ---). Move the selection with the up/down arrows, commit with Enter, or click an item with the mouse. Press Escape — or just keep typing past the slash with a space — to close the menu without changing anything.

What's in the menu:

  • Turn into: Heading 1 (h1), Heading 2 (h2), Heading 3 (h3), Bullet list (ul), Numbered list (ol), To-do list (todo), Quote, Code block, Toggle (>).
  • Insert: Divider (hr, ---), Table (a fresh 3×3 with a header row).
  • Format: Bold (b), Italic (i), Strikethrough (strike), Inline code.

The block commands ("Turn into") convert the current line into that block type. The format commands wrap any text you have selected — or, with no selection, set the format active for the next thing you type. The body stays markdown under the hood, so anything you create here saves and reloads cleanly.

Drag and Turn into

Once you've written a few blocks, hover over any one of them. A small ⋮⋮ handle fades in to the left of the block. The handle is the entry point to two affordances Notion users will recognise:

  • Drag to reorder. Press and hold the handle, then drag the block up or down. A blue line shows where the block will land; release to drop. Inside a list, you can drag individual items to reorder them within their parent list.
  • Click to open a small menu. Click the handle and a popover appears with two options:
    • Turn into… — convert this block to a different type without retyping it. Pick from Paragraph, Heading 1/2/3, Bullet list, Numbered list, To-do list, Quote, or Code block. If the block is a list with multiple items, "Turn into Paragraph" splits each item into its own paragraph.
    • Delete block — removes the whole block in one go (undoable with ⌘Z / Ctrl+Z).

If you're keyboard-first, ⌘/ on Mac (Ctrl+/ elsewhere) opens the same Turn-into menu wherever your cursor is — no need to grab the handle.

Pasting images

Copy a screenshot, an image from a website, or anything on your clipboard that's an image, then paste with ⌘V (Mac) / Ctrl+V (Windows / Linux) into the body. The image appears immediately — there's no upload progress bar blocking you, no "wait while we send this to the server" pause. Just paste and keep typing.

A small Uploading… caption sits under the image while it syncs in the background. Once that disappears, the image is on every device you're signed in to.

See Images in the body for the full walkthrough — what formats work, what the size limit is, what happens when your connection drops, and how to remove an image.

Collapsible toggles

When an entry gets long, it's nice to tuck a section behind a one-line header. Type /toggle (alias >) or use Turn into → Toggle to create one. A small chevron appears to the left of the header line; click it to collapse or expand the body underneath.

  • The first line you type is the summary — the part that's always visible.
  • Press Enter at the end of the summary to drop into the body. Anything you put there — paragraphs, lists, even another toggle — collapses with the section.
  • Click the chevron (or ) to fold the body away. Click again to reveal it.
  • Whether each toggle is open or collapsed saves with the page, so the state you left is the state you come back to.

A couple of edge cases worth noting:

  • Tables can be moved and deleted via the handle, but can't be "Turned into" something else — converting a table to a paragraph would lose every cell, so the menu hides that option.
  • To-do lists converting back to a bullet or numbered list loses the check states. The app asks you to confirm before doing it.

Everything you do here saves to the same markdown body — drag-reorder a paragraph, refresh the page, and the new order is still there.