r/u_cebedev

SteelNote
▲ 2 r/u_cebedev+4 crossposts

SteelNote

SteelNote, a notes app that feels like Apple Notes, but every note is a plain Markdown file is available for iOS, iPad, and macOS

testflight.apple.com
u/cebedev — 1 day ago
▲ 11 r/u_cebedev+4 crossposts

Retrieval is quietly replacing organization and it changes what “owning your notes” actually means

A French Apple account posted something that stuck with me: since getting the new Siri, they’ve stopped filing documents and just ask Siri to find them. Faster than digging through folders.

They called it the start of a new way to organize personal data. I think they’re right and it has a consequence most note apps aren’t ready for.

Once retrieval replaces filing, the question stops being “how do I organize?” and becomes “who can reach my data, and for how long?” That’s where storage architecture quietly decides everything.

Two honest models. Database apps (notes in the app’s own store) great sync, collaboration, no file-conflict headaches; genuinely liberating cross-device.

Open-file apps (plain .md in a folder) your notes sit on disk as readable text. Both are fine day to day.
The split shows up at retrieval. A database app can expose content to Siri/Spotlight if the vendor builds and maintains that bridge. An open folder is natively readable by Spotlight, Siri, Claude, ripgrep, git, and whatever comes next no bridge, no permission, no dependency on the app still existing.

Which is why “you can export to Markdown” isn’t the same as portability. Export is a frozen copy at a moment in time, often lossy. Open files are the live thing, continuously, in every tool at once. In the agent era especially: an agent reads a .md folder natively; a database has to be exported first a dead snapshot, not a living context.

Neither model is “right.” If you want magical sync and collaboration, the database bet buys you that, at the cost of depending on a vendor. If you want your data reachable by everything, forever, open files buy you that, at the cost of solving sync yourself. Pick your trade-off knowingly.

(Disclosure: I build an open-file notes app, so I’ve clearly picked a side but this distinction holds regardless of my app, and I’d say the same to someone happy in a database tool.)

reddit.com
u/cebedev — 13 days ago