Connect
Mount
Workspace mount: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.
::loc{...} directives and block unsafe pushes when needed.
Databases
The worddatabase 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
| Error | Meaning | Fix |
|---|---|---|
object_not_found | The page ID is not visible to the integration, or the pasted URL is not a Notion page/database URL. | Share the page with the integration, reconnect, or use the right connector. |
unresolved_conflict_markers | The file still contains conflict marker lines. | Edit to the intended final content and remove every marker. |
unsupported_operations | The diff contains a change the connector cannot safely apply. | Narrow the edit or keep the unsupported block unchanged. |