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.