Earlier quoted context omitted.
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.
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 t…
Apple Notes Expected to Gain Markdown Support in iOS 26
61–70 of 277 posts
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#62I 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.
Agree. iOS notes is only good for throwaway thoughts or ephemeral notes
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#63I 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.
You can get at them with AppleScript. I wrote a tool for that a while ago: https://github.com/dogsheep/apple-notes-to-sqlite
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#64I 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!
They must be doing version numbers based on marketing. From OS X, to macOS 11...15, and now macOS 26.
(Wait, I am.)
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#65I would have killed for this back in 2022. I take all of my notes on ChatGPT now, and for more structured data I have built specialized tools/agents, and even small front ends like for my portfolio management track. It’s crazy how different my world used to be back then; note apps feel so primitive now.
I'm sorry, are you saying that you sent all your notes to ChatGPT as prompts? How do you recall or get your notes back?
If I need to just write and don’t want feedback, i tell ChatGPT to not reply until I say so, and I will just write in the most lazy and disparaged way, a true brain dump, When I am ready, ChatGPT will sort out my thoughts.
If conversations get too large I summarize everything that’s important and migrate to another conversation.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#66Earlier quoted context omitted.
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 t…
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. https://github.com/dunhamsteve/notesutils
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#67I 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.
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#68Earlier quoted context omitted.
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.
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 t…
Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#69Re: Apple Notes Expected to Gain Markdown Support in iOS 26
#70Earlier quoted context omitted.
You can get at them with AppleScript. I wrote a tool for that a while ago: https://github.com/dogsheep/apple-notes-to-sqlite
Which iOS doesn't support.
I applaud the effort simonw put into this, it works great on macOS... the platform AppleScript runs on.