Notes

Rich-text documents with version history, embedded charts, full-text search, and iCloud sync — accessible to both you and your AI agents.

Notes are rich-text documents powered by a Lexical editor. Use them for project documentation, meeting notes, research findings, or any structured content that your AI agents can also read and write.

Creating a note

Open the Creation Picker (Cmd+N) and select Note, or use the create_note MCP tool from an agent session.

Notes open in Scape's editor pane with full rich-text editing — headings, lists, tables, code blocks, and inline formatting.

Key features

Sections

Notes are organized into sections — block-level units (headings, paragraphs, lists, tables, code blocks, charts). Agents can target individual sections for surgical updates without rewriting the entire note.

Version history

Every edit creates a snapshot in the version history. You can browse previous versions and restore any earlier state. Versions are stored locally in the note_versions table.

All notes are indexed for full-text search. Use the search_notes MCP tool or the in-app search to find content across all notes.

Embedded charts

Data query and chart nodes can be embedded inline in notes. These render live charts (bar, line, area, pie) sourced from your tables — the note auto-refreshes when the underlying data changes.

Attachments

Paste or drop images directly into notes. Attachments are content-addressed and stored locally.

PDF export

Export any note — including embedded charts — to a paginated PDF via export_note_to_pdf.

iCloud sync

Notes sync across your devices via iCloud using CKSyncEngine with Yjs CRDT for conflict-free collaborative merge.

MCP tools

ToolDescription
create_noteCreate a new note
update_noteReplace a note's content
append_to_noteAppend a Markdown block (safe for concurrent writes)
delete_noteDelete a note
list_notesList all notes
search_notesFull-text search across notes
get_noteGet a note's content
list_note_sectionsList sections in a note
add_note_sectionAdd a section
update_note_sectionUpdate a specific section
delete_note_sectionRemove a section
list_note_versionsList version history
restore_note_versionRestore a previous version
embed_chart_in_noteEmbed a live chart
export_note_to_pdfExport to PDF