Plaza

Docs

Projects & sync

A project is a folder. Everything Plaza knows about it travels inside it.

Creating a project doesn't create a place your files move to — it points Plaza at the folder they're already in. Adopt an existing folder or create one in place; either way the folder stays yours, arranged your way.

What Plaza actually writes

One hidden folder at the project root — .plaza/ — plus one visible YourProject.plaza marker file you can double-click to open the project. Inside .plaza/:

Everything derived or personal — the file index, thumbnails, your open tabs, your favorites — is kept per-machine in the app's own cache, deliberately outside the synced folder. Two people sharing a project never write the same per-user file, which is what keeps sync clients from forking "conflicted copies".

Syncing between machines and people

Put the project folder in Dropbox, Google Drive, Syncthing — whatever you already use. Metadata written on one machine appears on the other, and a teammate's changes show up live in your open window. All writes are atomic (a temp file swapped into place), items are sharded as above, and when a sync engine does produce a conflicted copy, Plaza folds it back in automatically and keeps the losing version archived in .plaza/conflicts/ rather than losing it.

Prefer to keep your notes to yourself on a shared folder? A project can be created with private metadata: .plaza/ lives in your app data instead of the project folder, so nothing of yours syncs to the team.

Everyday project operations

Uninstalling Plaza leaves every folder exactly as it was. Deleting a project's .plaza/ folder (and the .plaza marker file) removes every trace of Plaza from it — that reversibility is the deal.