
Save longform writing as Markdown or plain text using UTF‑8, attach images as standard PNG or JPEG, and archive scans as PDFs with embedded text layers. Human‑readable formats reduce future friction, survive app sunsets, and allow simple diffing, syncing, and recovery without specialized software, licenses, or forgotten subscriptions.

Schedule recurring exports before emergencies force rushed decisions. Store signed checksums alongside archives to confirm integrity, and keep at least two copies in different places. If your app supports bulk export, test a partial restore quarterly to verify filenames, links, tags, and attachments still behave exactly as expected.

Choose sync methods that can be swapped without rewriting your life. WebDAV, iCloud Drive, Dropbox, or a private Git remote can carry folders of Markdown and media across ecosystems. Favor broadly supported bridges over opaque proprietary pipes, so your exit door remains open, well‑lit, and comfortably wide.

Keep your working notebook on your device, mirror it to an external drive or home server, and ship an encrypted copy off‑site to cloud storage or a trusted friend’s NAS. This simple constellation withstands mishaps, because not everything fails together on the same unlucky afternoon.

Use built‑in schedulers, launchd, cron, or platform backup tools like Time Machine, File History, or restic timers to remove human forgetfulness. Each month, spot‑check logs and storage capacity, rotate keys if needed, and confirm alerts will actually reach you when something breaks.

Pick a random note set, delete the local copy, and fully restore from backup while timing the process. Verify attachments, links, and search still work. Record steps in a runbook so future you can recover calmly when stress and stakes spike unexpectedly.
Adopt ISO‑style dates, short slugs, and clear separators, for example 2026‑03‑31‑meeting‑notes.md. Avoid spaces that break shells, and keep titles within reasonable lengths for portable filesystems. Consistent names simplify sync, make diffs decipherable, and ensure future migrations do not stumble over quirks you forgot years ago.
Resist creating dozens of near‑duplicates. Define a small, stable vocabulary, document it in a pinned note, and periodically prune. Good tags accelerate retrieval and analytics, while messy sprawl erodes privacy by revealing patterns you never meant to share through careless overspecification.
All Rights Reserved.