Skip to main content
The Notion connector mounts content shared with the Locality integration.

Connect

Development token fallback:

Mount

Workspace mount:
Specific root page:

Projection

  • pages are directories;
  • page bodies live in page.md;
  • child pages live under parent page directories;
  • databases are directories;
  • database schemas live in _schema.yaml;
  • database rows are page directories.

Supported writes

Locality currently supports conservative Notion writes:
  • update, append, archive, and move selected simple blocks;
  • update supported page properties;
  • create new rows in single-data-source databases;
  • update local file-like media for supported media blocks;
  • reconcile changed pages after push.
Unsupported or lossy Notion structures are preserved as ::loc{...} directives and block unsafe pushes when needed.

Databases

The word database in Locality UI means a Notion database-like object. It is projected as a directory, not as a hidden Locality database. Before pushing row property edits, Locality validates supported properties against _schema.yaml.

Common Notion errors

Agent rule

When creating or moving content, the containing directory determines the Notion parent. Do not choose a parent by matching titles from search results.