Ownership
Your notes are files in a folder you chose.
Scratchd stores notes as files in a folder you pick. Most people leave it in
iCloud Drive so it follows them between devices, but any folder works, including one
that never leaves the machine. They are not rows in a database that only Scratchd can read.
Nearly all of them are plain text you can read anywhere: .md,
.txt, .json, .yaml, .proto and
textproto, with sticky boards and canvases stored as JSON. A drawing is the exception. Its
file points at the artwork, which is written beside it as an SVG so it opens in anything.
You can search them with grep, open them in another editor, or keep the folder in a git repo.
Edit a note somewhere else and Scratchd picks up your change rather than overwriting it.
Photos work the same way. They sit in a folder beside the note and are linked from it, so the
note still reads as Markdown anywhere else and a photo is still just a photo.
If you stop using Scratchd, the folder stays where it is and everything in it still opens in
other apps.