Skip to main content
FlowDesk logoFlowDesk

The Cross-Platform Note-Taking App Buyer's Guide: Pick by Your Device Mix, Then Migrate Without Losing Notes

Most cross-platform note-taking apps aren't equally great on every device. This guide helps knowledge workers and students choose the right app based on their specific platform combination, then provides concrete migration paths from Apple Notes, Evernote, or OneNote.

Migration Manifest

Departure

Unspecified

Arrival

Unspecified

Low risk

Most apps that call themselves cross-platform are not equally usable on every device. I have seen colleagues pick Notion because it works on their Mac and iPhone, then discover the Android app is a web wrapper that loads three seconds slower and has no offline mode. “Cross-platform” on the label often means “great on two or three platforms, mediocre on the others.”

The real differentiator is platform parity — whether the app offers a native, feature-complete client on every operating system you use. I have checked, and only four apps deliver that: Obsidian, Joplin, Standard Notes, and Logseq. Notion has native apps on four platforms but no native Linux client. OneNote is the same. If you use Linux anywhere in your mix, your shortlist shrinks immediately.

Native Parity, Not Marketing

Platform count alone is deceptive. An app can claim support for macOS, Windows, iOS, Android, and the web, but the web app is often a browser tab that cannot do offline caching, while the native macOS app is a first-class citizen. What matters is whether the engineering team actually built a native client for each platform you use.

Consider the numbers. According to a recent test, only Obsidian, Joplin, Standard Notes, and Logseq have native apps on all five major platforms: macOS, Windows, Linux, iOS, and Android. Four apps out of the dozen you might consider. Notion has native apps on Mac, Windows, iOS, and Android, plus a web app, but no native Linux client. OneNote is free and has native apps on the same four, but Linux users are stuck with the browser. If you use Linux anywhere in your mix, your shortlist shrinks immediately.

I do not trust a “best overall” pick that ignores this distinction. The label “cross-platform” on a product page costs nothing to write; what matters is which platforms got a dedicated engineering team.

The Shortlist: Apps That Pass the Native Test

Here are the apps that have a native client on macOS, Windows, Linux, iOS, and Android.

Platform coverage and base pricing for major cross-platform note-taking apps. Pricing verified May 2026 — always check official pages.
AppNative appsPricing startSync model
Obsidian5 platformsFree; Sync $4/moFile-based (optional official sync)
Joplin5 platformsFree; Cloud €2.99/moFile-based (E2E encryption)
Standard Notes5 platformsFree; Pro $9/moServer-authoritative (E2E by default)
Logseq5 platformsFree; Sync $5/moFile-based (optional sync)
Notion4 (no native Linux)Free; Plus $10/moServer-authoritative
OneNote4 (Linux browser only)Free (5GB storage)Server-authoritative

If you need Linux, your options are Obsidian, Joplin, Standard Notes, and Logseq. If you do not, Notion and OneNote join the list, but you still need to check mobile app quality. I have seen the Notion Android app lag behind the iOS version by several features.

Sync Architecture: The Daily Friction You Can't Work Around

Most buyer's guides skip this part, but sync architecture is the single biggest daily friction point after you choose an app. There are two models, and they force a trade-off you cannot work around.

Server-authoritative sync (Notion, OneNote, Google Keep) means the canonical copy lives on the vendor’s server. When you make a change on one device, the server resolves conflicts automatically and pushes the result to all devices. The experience is seamless — no conflict files, no sync errors — but if the vendor has an outage, you cannot access or edit your notes on any device. Your data is locked in until they come back.

File-based sync (Obsidian, Joplin, Logseq) means the canonical copy lives on your disk as plain text. The app reads local files; syncing is handled by a separate service (Obsidian Sync, Dropbox, Nextcloud, Syncthing). This gives you full data ownership — you can open the folder with any text editor — but when two devices edit the same note at the same time, the sync service may produce conflict files like “note (conflicted copy).md” that you have to merge manually.

There is also a security difference. Standard Notes is the only major cross-platform app with end-to-end encryption by default on all tiers, including the free plan. Obsidian Sync adds opt-in E2E as a paid add-on ($4/month). Server-authoritative sync apps like Notion and OneNote use encryption in transit and at rest, but the server holds the keys. If you are handling sensitive notes, E2E matters.

Your Device Mix, Your Pick

A flat vector decision matrix showing five platform profile rows (Apple-only, Windows+Android, Mac+Windows+iOS, Linux+Everything, Chromebook+Android) connected by arrows to generic app recommendation icons.
The decision matrix: which profile matches your devices?

The following recommendations are based on platform parity, sync model, and pricing. Find your device mix and read the notes.

Device mix profiles and recommended apps. Pricing verified May 2026.
ProfileDevices in mixTop picksKey trade-off
Apple‑onlyMac, iPhone, iPadApple Notes (free) Obsidian (power use)Apple Notes locks you in; Obsidian gives portability but needs sync setup.
Windows + AndroidWindows PC, Android phoneOneNote (free) Joplin (open source)OneNote is free and works well; Joplin gives offline-first and E2E.
Mac + Windows + iOSMac, Windows laptop, iPhoneNotion ObsidianNotion is best for collaboration; Obsidian if you want local files.
Linux + EverythingLinux desktop + any mobileObsidian Standard NotesOnly four apps have native Linux clients. Obsidian is most flexible; Standard Notes if E2E is critical.
Chromebook + AndroidChromebook, Android phoneStandard Notes OneNote (web + app)Standard Notes has a native Android app; OneNote works via the web but offline is limited.

For the Chromebook profile, see the deeper dive in Best Note-Taking Apps for Chromebook by Use Case [2026]. For the Apple‑only profile, the MacBook Note-Taking Stack article covers pairing Apple Notes with a second app for long-term knowledge management.

Migration: Where Most People Lose Data

A flat vector migration workflow illustration showing three document icons with an export arrow leading to a file format icon and then three app icons with a checkmark.
The migration path: export from legacy, convert, import into new app.

The decision is only half the work. Moving existing notes is where most people lose data — tags, image attachments, backlinks — because they assume the export from their current app is lossless. It rarely is.

Here are the most common loss points you need to watch for:

  • Evernote’s ENEX export preserves note content and most tags, but Evernote does not allow exporting notes as plain text, which may cause loss of metadata and tags when moving to other tools. The Obsidian Importer plugin handles ENEX directly and converts tags and images in a few clicks.
  • Apple Notes has no bulk export to a portable format. You can share individual notes as PDF or text, but notebooks, tags, and formatting do not transfer. You may need to combine Apple Notes with a second app that can capture via share sheet.
  • OneNote’s export to PDF is fine for static archives, but to move notes into a Markdown-based app you need a third-party tool (OneNote2Markdown) and manual reformatting.

The smoothest migration paths I have used:

  1. Evernote → Obsidian: Use the Obsidian Importer plugin directly. It converts ENEX files to Markdown, preserves tags, and imports images. This is the fastest path.
  2. Evernote → Notion → Obsidian (backup path): Import Evernote notebooks into Notion, then export from Notion as Markdown & CSV. Open the exported folder as a vault in Obsidian. Note: images must be transferred manually. This is a fallback if the Importer plugin does not handle your specific ENEX file.
  3. Apple Notes → plain text: Use a share-to-text approach on individual notes, or consider keeping Apple Notes for quick capture and routing those notes into your main app via a Zapier or Shortcuts automation.
  4. OneNote → Joplin: Joplin has a built-in OneNote importer that pulls in notebooks and sections. The formatting is decent, but complex tables may be simplified.

For a deeper look at Evernote export pitfalls, see How to Export Your Evernote Notes Safely — it covers the exact problems with ENEX metadata and how to verify a clean export.

Three Tests Before You Delete Your Old App

Do not assume everything works after you move your notes. Run these three tests before you delete your old app.

  • Sync conflict test: Create a note on two devices at the same time — edit different sentences. Check what shows up on the third device. If you see a conflict file, you know how your app handles it.
  • Export round-trip test: Export one note as Markdown (or the app's portable format), then re-import it into a fresh test account. Compare the original and the imported version. Did tags survive? Did images display? Did backlinks break?
  • Mobile feature parity check: Open the app on your phone. Can you search, create a new note, and access offline content without frustration? If your mobile app is a web wrapper that takes several seconds to load, that will be your daily reality.

These tests take twenty minutes. Skipping them is how you discover a missing tag structure after you have already deleted the original source.

No App Is Perfect. Here's What to Do.

Notion is excellent on Mac and Windows but frustrating on a Chromebook. Obsidian gives you full ownership but will occasionally make you manually resolve a conflict. Standard Notes is the most secure but has a smaller plugin ecosystem.

When you see a “best overall” label from a review site, ask: which devices did they test it on? If the answer is not in the article, the recommendation is incomplete. Your notes should follow you to every device you use — including the Linux laptop in your bag and the Chromebook on your desk.

Evaluate your own list, pick a candidate from the matrix, run the migration steps, and test before you commit. The tool that serves you across all your devices is worth the extra day of setup.

For a broader view of pricing and free tiers, see Free vs. Paid Note-Taking Apps in 2026. And if you are a Windows user concerned about data protection, Offline-First vs. Cloud Note-Taking Apps on Windows dives into the local vs. cloud trade-off.

What didn't transfer

We didn't document any losses for this specific move — everything we tested carried across intact. If your setup hits something different, tell us below.

Keep researching

App profiles

No linked app profiles yet.

Related comparisons

No matching comparison published yet.

Next step: setup guide

No setup guide for this app yet.

Comments

Join the discussion with an anonymous comment.

Loading comments...
Blogarama - Blog Directory