Apple Notes iOS 26

Good morning All, new here and loving it so far.

I have a great deal of difficulty in moving to yet another app (Bear in this case) as it took me more than a year to move everything from Evernote to Apple Notes.

my question is: with iOS 26 there’s the possibility to import markdown files in apple notes, and so I did and it seems to work just fine, with searchability and all. Sure you have to manually sort them into categories but it takes nothing as they are numbered and it’s a one time job.

Am I missing something? Does Bear provide additional features that I’m not getting so far? (I know the site JD site has an “open in Bear” link but is that the only benefit?

Thank you all in advance for the help.

Hi, and welcome!

That’s great news if Apple has finally enabled some sort of decent import. In v1 of Life Admin, when the downloads were just a .zip file that I manually generated, I spent a lot of time trying to work out a format that would import and not look terrible. (As in, the text was all in 8pt Times New Roman. It was punitively bad.)

But if Apple now supports that natively that’s terrific. You can either create folders (per category) and move IDs into them, or you can use #hashtags to roughly the same effect.

If you’re already all-in on Apple Notes, no need to change! I want to make your life easier, not give you more busywork. :slight_smile:

1 Like

I was already in Apple Notes when I discovered JD, so just added AC.IDs (and reorganized quite a bit following JD principles). Works fine for me.

1 Like

me too! as I was saying apart the “open in Bear” option, I see really no difference.

For everyone’s information, ‘Open in Bear’ and ‘Open in Obsidian’ are possible because those apps provide a URL scheme whereby you can open a note based on the note’s title. Of course I know the note’s title, so basically (simplified):

bear://open?11.11 Birth certificate

will open a note.

Apple Notes doesn’t support this, so I have no way to give you an ‘Open in Apple Notes’ link.

You could create a shortcut that opens an Apple Note by it’s title? A shortcut can have a url and you would only need to add the title as an input parameter.

Good to know. I’ll add it to the list … near the bottom. :wink:

I thought “I’d give it a go”. It’s not that hard. Here is a link to a Shortcut I created in about 5 minutes:

You can call it from a Markdown note something like:

[Open Apple Note](shortcuts://run-shortcut?name=Open%20JDID%20Note&input=text&text=00.00%20Index)

This assumes you already have a note with the title 00.00 Index. The text should be encoded hence the %20 to replace the space character.

Ah, nice one. I’m just in the middle of a JDHQ redesign/feature upgrade, I’ll save this link and will make that Shortcut available for download if that’s okay?

Perfectly fine with me. Glad to be of help.