Apple Notes Expected to Gain Markdown Support in iOS 26
269 comments
·June 4, 2025wltr
Terretta
To be fair, the news didn't get a ton of interest here last week:
Apple is reportedly going to rename all of its operating systems (theverge.com)
13 points by thesuperbigfrog 7 days ago | 7 comments
> Instead of just notching up the version number, Apple will instead mark them by year. However, the numbers will apparently align with the year after the one the update is actually released in, similar to cars. That means that the next big iOS update will be iOS 26 instead of iOS 19.wodenokoto
I also thought the article would be a joke about an obvious feature never arriving.
tonyedgecombe
>Okay, am I the only one who didn’t know that (apparently) the next iOS version is going to be 26, not 19?
It's speculation at the moment (macrumors.com), it hasn't been officially announced yet.
WA
I looked for April 1st as a date. Next thought: the "news" is about an LLM writing these articles and messed something up.
But thanks for clarifying!
zimpenfish
> Okay, am I the only one who didn’t know that (apparently) the next iOS version is going to be 26, not 19?
I only found out yesterday if that helps. Makes some kind of sense now they're on a regular yearly update cycle.
piperswe
Haven't they been on a yearly update cycle since the start?
AdamN
It will continue to be yearly but now all the OS numbers will be the same (the most important part) and require little inside knowledge to know if it's new or old (only a geek would know that iOS 15 was released in 2024 for instance, the new method will be more like car model years).
zimpenfish
According to [0], "pretty much", yeah.
Argonaut998
I’m pretty sure Samsung did the same with their S series phones a few years back. Nobody seemed to mind.
basisword
Nobody knows yet, it's just a rumour. But year-based versioning makes sense as these products continue to develop and the version numbers get higher. Even as an iOS developer, I've lost track of the phone versions at this point. Year-based versioning would be so much easier. Saying that I hope it's "iOS '26" and not "iOS 26".
Terretta
We'd made this change before, then dropped it when we hit the "year zero" problem.
We were doing years without abbreviation before the numbers went from 80s and 90s to 00s.
Everyone knew what "Product 95" was, or "Product 97".
But then "Product 0" or "Product 2" didn't work, so vendors switched to major versions instead of years.
A quarter century later, we're reviving the year as version thing.
basisword
We had Windows 2000 :) I look forward to Window 95 (v2) in 70 years. Number versioning is fine until you are releasing a new OS every year. Same with the phones. It's just too hard to keep track of at a certain point for consumers. yyyy.mm.dd style versioning is much better when you're releasing at the rate companies do these days imo.
SSLy
> Saying that I hope it's "iOS '26" and not "iOS 26".
that's not going to happen
lurk2
I would not recommend investing in the iOS Notes ecosystem. There is no way to export these notes with their metadata and media intact without using iCloud. If you need a note-taking app, go with Joplin instead; it supports Markdown, has both iOS and desktop clients, and supports self-hosted syncing.
simonw
You can get at them with AppleScript. I wrote a tool for that a while ago: https://github.com/dogsheep/apple-notes-to-sqlite
paxys
Which iOS doesn't support.
nozzlegear
The shortcuts app can access the text from your Apple Notes on iOS. You can set up a shortcut to export all of your notes to files, Dropbox, etc.
leakycap
Of course not, no developer has access to Notes on iOS for export except
I applaud the effort simonw put into this, it works great on macOS... the platform AppleScript runs on.
divbzero
You can connect iOS Notes with any IMAP server. This supports a reduced feature set (no embedded images, tables, or audio) but does allow for self-hosting.
leakycap
This is great until you edit your notes on IMAP from more than one app. Apple Notes, Outlook, Gmail, and others with access to IMAP notes will corrupt one another's entries very easily. Style is also very difficult to control in this setup.
Apple Notes is not intended for people who want to own their data and have control over export
lurk2
Interesting. Did they add this feature recently? How do you set it up?
Embedded files (photos, video, audio, PDFs, etc.) and bullet hierarchies were the two things that I remember being the most trouble; you can copy bullet hierarchies from iOS Notes and paste them into another app, but they aren’t detected when copying the note via Shortcuts. Embedded files had to be manually saved. I think you could Airdrop notes to a MacOS device, but it would wipe the date created metadata from what I remember.
lblume
No, in fact it is available since iOS 4 (2010).
You just connect the account and turn on the notes synchronisation (right below calendar synchronisation).
dunham
I wrote python code to extract the notes years ago[1], but it's bit-rotted, so it no longer supports tables, raw stroke data, or the newer features like equations. Maybe I'll update it someday, but I'm not using notes at the moment and have too many other things going one.
spike021
I just checked and my google account’s earliest synced note is from 2011. it shows up in the Notes app as a separate section from the iCloud one.
Spooky23
It’s been there for several years.
OptionOfT
But for some reason the action center quick note create button doesn't work when your default notes account is not iCloud.
Which PM comes up with this? And what does a developer thing when they implement this?
zimpenfish
> This supports a reduced feature set (no embedded images, tables, or audio)
Just tested and embedded images do seem to be supported?
("insert photo" -> add photo -> photo is stored as a MIME part on the note)
lxgr
And no formatting whatsoever.
I really wish Apple would revisit third-party server support with something more modern, such as a Markdown + file hosting backend (over WebDAV or whatever they currently consider the cool way of file sharing), but I'm not holding my breath.
Brajeshwar
I love Apple Notes for being easy and “just works” within the Apple Ecosystem. Easy to share with family, notes updated across devices, etc.
Markdown support is a nice addition and hope this makes it easy to transfer notes with other app faster and an intact formatting across the journey.
However, I use it as a starting entry point for my notes, which are mostly temporary, rough, and ephemeral. These notes are the ones I won’t mind losing and can walk out. Anything important or critical that is added here is eventually moved to a plain-text note (Markdown) elsewhere.
Gigachad
I just use it like I would a physical notepad. Throwaway notes, shopping lists, measurements, etc.
plufz
I use Obsidian these days, I found the switch from Apple Notes pain free. I still think Apple Notes is a great app for almost everyone. Not perfect but really good.
_thisdot
I went this way as well. I used to try and make all my notes in Notion. But found the lack of offline support and the mobile app very limiting. Then I tried Apple Notes with a framework called "Forever Notes". Obsidian does everything Forever Notes does but better.
Adaptive
I've been using this app for years to export Apple Notes to markdown backups (no affiliation, just a user): https://apps.apple.com/us/app/exporter/id1099120373
nicce
Just a sidenote: you can use Git in iOS as well if you are brave enough.
E.g. with Obsidian your notes are stored into specific directory and it stores files as Markdown in hierarchical way. Then mount this app-specific directory to iSH and use git. Downside is that automatic syncing can be difficult since there is limited amount of time iSH can run in the background.
zimpenfish
> There is no way to export these notes with their metadata and media intact without using iCloud.
You can have an Apple Notes folder backed by IMAP which lets you get at the notes as `multipart/related; type="text/html"` emails (including media). I use it on my servers for family-controlled email allow/deny lists.
(Definitely more faff to deal with than something like Obsidian or Joplin's Markdown notes though.)
beagle3
Since when? Last time I tried in iOS 16, notes backed by imap were plaintext only.
zimpenfish
Can't give a definitive answer but my allow/deny list parser has always used `MIME::QuotedPrint` through `html2text` to convert them from MIME'd HTML into plain text and that was last updated September 2021.
I've also got a test note from late 2020 which is also `text/html; quoted-printable` which suggests at least iOS 14 (I don't think the 15 alphas would have been out by then.)
ale42
I first thought it was some kind of extrapolation like... at the rate features are currently being added, Markdown will land in ~2032 with iOS 26... just noticed about the new version numbering, I missed that news!
krackers
They must be doing version numbers based on marketing. From OS X, to macOS 11...15, and now macOS 26.
plufz
I think the version number from year is quite good. I keep forgetting which version is new and old with the current system. Now it will be easy to remember if you are lagging behind one year, or two or whatever.
jeeyoungk
Yes; Ubuntu did this from the beginning; (6.06 is the first I've used, and I still remember _when_ I used it), Python's introducing CalVer too (aptly numbered PEP https://peps.python.org/pep-2026/)
JKCalhoun
That or I'm getting really old.
(Wait, I am.)
idk-92
what do you mean by marketing? it's based on the year the version is pushed now. Which makes alot more sense at the end of the day and helps to know which version came when
al_borland
I’m a fan of year based versioning, but this change is likely a response to Samsung doing this, which makes their Galaxy S25 sound newer and more advanced than the iPhone 16.
It’s a silly game to play. Firefox did something similar. Their versioning moved famously slow, then all the sudden they started releasing major versions every other week until their version numbering was compatible to Chrome’s version.
tlhunter
Microsoft notepad is also getting markdown support. It's a very interesting coincidence!
Overall, I'm surprised to see markdown become mainstream so quickly.
https://blogs.windows.com/windows-insider/2025/05/30/text-fo...
ttoinou
It took “only” 20 years
LordDragonfang
It's not a coincidence at all. Markdown is the "native" language for most LLMs, and the hype around it requires even low-level tools to support it (for both legitimate and marketing reasons)
90s_dev
I thought this was huge news so I posted it here and it got no eyes.
zombot
If you post something even slightly outside the current hype, it's very much hit-and-miss whether it gets eyes. It also depends on day of week and time of day when it was posted. Repeated reposts used to take care of that but they've been made impossible, probably because of spam and abuse.
rk06
I wish they stopped adding feature to notepad. Or if they really wanted to, create a new app note.exe and add features to it instead.
dmkolobov
Quite honestly, I’m surprised it’s taken this long. It’s been 21 years since one of their biggest evangelists wrote the format!
afavour
Kind of amazed that this was the way I found out about Apple’s new OS versioning system
solardev
You mean you don't bump your semver by 8 major versions when you add markdown exports?
zombot
Not semver any more, it's year numbers now.
yborg
They haven't officially announced it.
nozzlegear
As another commenter said, they haven't officially announced it yet. That said, it's all I've heard about in the Apple world for the last couple of days¹, so it may just be that you don't follow Apple news closely.
¹ well that and the iOS redesign.
zombot
There is an iOS redesign?
nozzlegear
Yeah, also just an unconfirmed rumor until next week, but supposedly it's going to be "glassy."
https://daringfireball.net/linked/2025/06/03/sdw-physicality...
keyboardJones
I made a feature request for this very thing within the latest version cycle. I imagine others have as well. Maybe they listened, maybe they didn’t, but here’s hoping!
Edit: I fell for the headline. This is only to export in markdown, not directly write in markdown. So close, yet so far.
al_borland
Apple Shortcuts already has a Rich Text to Markdown converter out of the box. It was already a quick jump to Markdown using only built-in Apple tools, but maybe this will be a cleaner export.
I’ve been converting from Apple Notes to Obsidian and it’s been pretty painful. Everything is just slightly off, in inconsistent ways, where I need to clean up every note manually. I’m deep enough into it that adding the feature now won’t do me much good, but might be helpful if I want to use notes for quick capture and then maybe export to Obsidian if I want to save it.
jonhohle
I should probably go back to Notational Velocity, but am spoiled by iCloud. It’s effectively the perfect scratch pad notes app. Markdown for all content, search is also document creation, great key bindings, sorting by all relevant fields, and fast.
al_borland
I was just thinking about Notational Velocity last week. I went and looked and it seems the latest release is from 2011.
It mentions it’s a universal binary, but considering it mentions support for OS X 10.4 - 10.7, I have a feeling it is PPC/Intel universal, not Intel/ARM.
I see the GitHub has some more recent updates, but still 5 years old.
lxgr
> This is only to export in markdown, not directly write in markdown.
Oof, I got really excited about this for half a day or so...
Maybe worth changing the headline?
promiseofbeans
I thought the title was an Onion-esque joke at first, not realising they've changed the naming scheme
qingcharles
I thought it was just a typo, but I assume they've switched to years? Please tell me this won't end up like the Xbox naming scheme.
rootsudo
Me too, me too.
mdeeks
I really hope Apple Notes makes this something that's opt-in and I don't have to see. Thankfully it sounds like it is an export only feature.
I think there is a bifurcation of people who like markdown and people who like rich text. And both groups have strong opinions. Apple Notes was my goto rich text editor. Fingers crossed that they aren't making this worse for us.
Related: I switched away from Bear notes because personally I find markdown hideous to look at. This post made me go back and check on it today and it looks like Bear notes now supports hiding markdown right after you type it. This seems like a really good compromise, though I still don't like that I see it when I place my cursor on it. Worth a shot if you're a "never markdown" person like me.
candiddevmike
You hate reading unrendered markdown? I've looked at markdown so much that my brain renders it in my head.
mdeeks
URL are particularly egregious. In rich text it is just a word with a blue highlight or underline. In markdown my sentence with a [link](https://myfavorite.site.com/article/blah/whatever/something....) looks like this.
jen20
Or, preferably, a [link][1].
[1]: https://whatever.com
bobbylarrybobby
Bear’s implementation is great. One thing I hate about rich text is that it's basically impossible to not inherit the formatting of adjacent text if you move your cursor around, nor is it possible to see the current formatting state. If your cursor is between whitespace and an italic word, will inserted text be normal or italic? Markdown’s formatting characters solve this by creating a boundary that the cursor can be on either side of.
eviks
This is a solved problem, but not implemented almost nowhere. Your text cursor can simply show whether text is going to be italic with an indicator. And moving cursor an extra step away from the italicized word will reset the formatting to that of the space char. But also panels in many apps show current formatting in their formatting button state
mdeeks
Interesting, because I find that very intuitive. If my cursor is on or next to formatting, it'll inherit it.
I find formatting after the fact a lot easier too. Bold a line? cmd+shift-right and then cmd+b. Trying to add formatting after the fact with markdown isn't fun. Though many editors try to helpfully insert markdown for you with hotkeys, it often fails on multi-line things.
bobbylarrybobby
What does “next to formatting” mean? There's always some formatting on both sides of the cursor.
delduca
Bear app is so damn good at markdown (by default) https://bear.app
bonaldi
> Instead of tapping buttons to bold text or create headers, users could type *bold* or # Header directly into their notes.
Which will be more keystrokes, not fewer – it's faster to get to the formatting buttons than it is the punctuation keyboard on iOS, and even on Mac the shortcut commands are often faster too.
Notes was a fanastic example of a rich-text environment, but if Markdown input helps the die-hards that is great, so long as I don't have to ever see, use or be aware of it.
BrandonSmith
I tend to copy Markdown content from other sources into Apple Notes. Being able to paste into Notes and have it format in the view is a big win.
It is possible reporting is getting this wrong and the Markdown feature and it is just to serve use case above. As an example, Google Docs recently enabled "Paste from Markdown" that also is a huge convenience.
candiddevmike
> I tend to copy Markdown content from other sources into Apple Notes. Being able to paste into Notes and have it format in the view is a big win.
AIUI it's only Markdown export support for now
geerlingguy
Yeah, this would be huge for me; I often toss a bunch of notes into an Apple Notepad note just to have it in my pocket, and everything I write with a keyboard is markdown.
This just makes it so I don't have to stare at a bunch of random characters and can have actual formatting. A win in my book!
divbzero
Apple Notes is used not only with onscreen keyboards in iOS, but also with physical keyboards in iPadOS and macOS, where familiarity with Markdown input could make it faster than shortcut commands.
markbao
I think it’s user preference. For me it’s easier to get to the punctuation asterisk (basically muscle memory and <0.5s) than to tap the formatting menu, wait for the keyboard sheet to go down and the formatting sheet to go up, tap Bold, then tap the X and wait for animations to complete again (which I have no muscle memory for and need to look at every UI element that I’m tapping).
derefr
But formatting already-typed text on iOS is incredibly fiddly (as you have to select a text span first, and iOS fights you every step of the way when you do this — especially if the span starts or stops at something iOS doesn't consider a "whole token.")
Meanwhile, inserting punctuation representing formatting into already-typed text, merely requires placing the insertion caret, which is much less fiddly.
ninkendo
I was just typing a reply to gush about how much I agree with you and how awful iOS text editing is (I’m on my iPhone at the moment) and decided to play with editing text to get some example complaints, when I had an epiphany:
iOS lets you double tap to start a text selection now. I don’t know when this started. I’m 99% sure I used to long-press to start a text selection, and that it would start highlighting the word under the little preview bubble. My muscle memory is still to do this when I want to highlight text; it just never works and I always get frustrated.
Maybe if I start remembering to double tap to highlight text, the text editing experience might actually start to be passable? :shrug:
(Yes, I know about long pressing the keyboard to use it as a trackpad. I do that most of the time, but it’s still fiddly, it very very often misinterprets a tap and starts text selection wildly off from where I wanted it to, and the only fix is to tap around in the text area.)
eviks
How can you be 99% sure when long press in *edited text* like when writing notes doesn't select, but instead moves the caret with a magnifying glass?
al_borland
I don’t know if it’s just me, but it feels like it’s gotten more fiddly with time. Either that or I notice it more, because I’m using the thing more as time goes on.
I can’t understand people who use an iPad full time. My dad does this and I don’t know how he does drive himself mad with all the taps required to do basic things.
eviks
> iOS fights you every step of the way when you do this
oh, indeed, that's true even for simple movements: you tap somewhere, the cursors jumps there momentarily and then jumps back. You tap again, same thing. So the system knows what you want, but just "competently" engineered in a way to ignore you...
eviks
Current
- Tap Aa
- Tap Italic
- Tap close
- Type
- Tap Aa
- Tap Italic (to reset)
- Tap close
Future - Hold a key to insert asterisk
- Type
- Hold a key to insert asterisk
devinprater
This will be pretty nice for accessibility too. Hopefully this leads to Markdown everywhere in the OS, and that follower-OS' add it too. For accessibility, it's great because I can have my screen reader announce punctuation, so it reads star star this star star, instead of no indication of italics at all. Granted, that could always be made better, using speech parameters like pitch and speed to indicate formatting, but that's not found a good home outside of Emacspeak.
amai
Which of the many dialects of Markdown will it support?
https://gist.github.com/vimtaai/99f8c89e7d3d02a362117284684b...
But my guess is Apple will invent a new dialect called
iDown oder AppleDown.
;-)
Okay, am I the only one who didn’t know that (apparently) the next iOS version is going to be 26, not 19?
I assume, they’ll start following a year of release both for macOS and iOS, so it would be easier to know for non-techies. But my first reaction was ‘em, 8 years into the future? Looks weird, isn’t it? Maybe that’s some kind of a joke.’