Moving structured .md files (Obsidian) to Apple Notes?

I have a shell script that batch converts md to HTML. I know you asked for RTF but this will also work, or you could modify it to convert to another format. I use this to import to Notes, and have had good results with hundreds of files at a time. Notes will import HTML files.

You can download it here: https://drive.google.com/file/d/1RAtI3to2z__viuxhZnYECWinc8kKNl-9/view?usp=drivesdk - note that it requires Pandoc to work. It also adds the file name as the title of the text file, you could remove/comment out line 22 to prevent this. Unfortunately, there’s currently no support for images, this would need to be added.

It can be opened with any text editor so you can see the commands. You will need to make it executable (cd to the folder and then do chmod +x ./convert) and then copy it to the folder you want to convert, then run in terminal. It will make a new folder with the HTML files. Then, use import in Notes.

Hope this helps!

The is an app called Quick Capture here is the app store. You can quickly capture your note and then send it to your Obsidian Notebook of choice.

If all you want is to get notes and images into Obsidian from you phone this might work for you.

I agree the Obsidian mobile app is very slow.

The OP and I want to moves out of Obsidian and into Apple notes. Hence the thread title “Moving structured .md files (Obsidian) to Apple Notes?”

Apple Notes reportedly gets a markdown import feature in macOS 26 , but the jury is out as whether the tool handles file attachments to notes or not.

I have over 7k notes in Obsidian , so any manual solution to migrate them into Apple Notes isn’t practical.

At this point, I’m waiting for the md file import feature to be released so that I can test it.

Interesting response.

I understood the OPs original question

However, your post said.

“I really hate having to wait 30 seconds or so for Obsidian for iOS to open just to jot down a quick thought”

Hence I suggested an app that might help with that.

Not sure why you felt the need to respond with a misplaced sarky note when, in the nature of the forum, I was simply trying to help.

Actually apple note exports — I realize you want imports — will export Apple notes to md, but the filenames are often incorrect or without an .extension_name (ie png, jpg,pdf etc). I get mostly the correct file name without extension but sometimes filenames are constants like “Fallback.pdf” where the link should be to three separate pngs. odd. I think if you are using Obsidian for your notes with a lot of pictures, moving to apple notes will (currently) become a one way affair if you’re not minded to python script the return pathway.

I finally upgraded to macOS 26 and tested the import markdown feature. The results were…

it didn’t import attachments. Not that I was surprised, but I was hoping to be proven wrong.

It put relative path links to the attachments in the note, which definitely won’t work. Maybe they’ll add attachment importing in macOS 27!

  1. Import your Obsidian notes to Bear first.
  2. Export notes from Bear to rtf.
  3. Import to Apple Notes.

Just tested this and free version of Bear should work. Hope this helps.

1 Like

Does that maintain the folder structure? I’ve put years work into the files and folder organization of my notes. I definitely cannot afford to lose it!