Is there an API to create Notes on OS X ?

Hello,


The same way there is a framework and API to add events and reminders to the Mac calendars, I'd like to know if there is an API to create notes from a custom application, so that they will later be accessible through the OS X Notes application ?


Thank you.

Answered by bob133 in 68456022

I haven't heard of anything like this, so chances are there isn't a framework to do what you're thinking about. However, Apple does accept and consider specific enhancement requests. You can file those using the Bug Reporter tool (bugreport.apple.com); just create an new bug report and choose the "Enhancement" category.

Accepted Answer

I haven't heard of anything like this, so chances are there isn't a framework to do what you're thinking about. However, Apple does accept and consider specific enhancement requests. You can file those using the Bug Reporter tool (bugreport.apple.com); just create an new bug report and choose the "Enhancement" category.

Correct, there isn't an API for this. Please do file a bug report for this if you would like to see it.

Thank you for your replies. I just filed the bug report as Enhancement request.

Additionally, it would be good if a future Notes API had two way syncing of notes in certain folders with other apps that might offer more functionality around notes, i.e. auto reminders, filter by contact name and other tags.

If your application is in Electron or has access to Web APIs you can use the Web Share API to share text to the native Share Cards interface and then to Notes (or any app that can Share Cards)

You can find a demo here: https://codepen.io/ThatGuySam/pen/NWaevbg

I Found a better Notes app. TSNotes it's cross platform and OSS.

https://github.com/glushchenko/fsnotes

I installed on macOS using brew. not sure how to install on my iOS devices… i can buy it but not sure about free installation process yet.

Apple Notes can be made to work with e.g. Google account, which does have an API.

Really? It's 2025 and APple doesn't have a basic API to create Notes or deal with Notes? Apple keeps adding features makes it walled off from many apps that coudl use acess. So devleopers are evidently required to re-invent the wheel or force user to download a 3rd party app. How short sighted can you get.

Is there an API to create Notes on OS X ?
 
 
Q