Notemodo Blog

Stay updated with the latest news, tips, and insights about Notemodo.

Sep 28, 2025

Waitlist

Now that there are some folks in the waitlist, I need to update them periodically. I researched tools to send emails a bit. The contenders are: MailerLite, Kit, Beehiiv, SendPulse, EmailOctopus

I asked Perplexity and ChatGPT, they both recommended MailerLite or EmailOctopus since I don’t need anything heavy to get started but have enough room to grow.
Sep 25, 2025

A New Direction

One tricky bit of Notemodo is that it has to have a local component that exports the Apple Notes db.

This is a protected file so it requires the user to install a small module and give it permissions to do so. I want to keep that bit as small as possible so fewer things can go wrong.

The rest of the functionality will be in the cloud where I can easily control/upgrade/modify without having to update the local module.
Sep 7, 2025

Publish or Not Publish

I worked on a couple of things today:

• Improved the app so it can better detect whether you just added a #publish tag or made more substantial changes to a note. If you just added the tag to publish a note, it will keep the original last modified time of the note so you don't lose that metadata.

• The MVP I built uses pandoc to convert ...

Oh wait, let me first tell you an important side-benefit you get from using Notemodo. Just like every Apple Notes user, I'm also interested in being able to export my notes. It is a pain though since Apple doesn't make that easy. Well folks, Notemodo makes it possible and easy!

Currently it will only export the notes that you want to publish, but if it proves to be as valuable as I think it will be, we can make it an offical feature we support.

Ok going back to the what I did I was saying, the MVP I built exports a note as markdown file and then uses pandoc to convert it to HTML.

Pandoc is a great, but I decided to move away from it because it makes web templates hard to implement. Instead, we'll use golang templates, which could open up the door to using things like Hugo templates.
Aug 26, 2025

Hello World

I'm excited to launch the Notemodo blog because the very MVP version of this app is complete as of today. And what is that? I can add a #publish to a note in Apple Notes and watch it go live on my blog!

It is not as polished as this could be. It is a bit manual at the moment. I need to run the app to generate the HTML files for the index of notes and the notes themselves. And then I need to manually move those files to the webserver. But that's why it is an MVP, right?

What's next? Well, more polish, such as:
• Making the app a daemon so it runs in the background instead having to be manually triggered
• A proper installation process for the app
• Automating the file transfer to the webserver
• Adding more customization options for the design of the pages.

and so on and so forth..

Stay with me and we'll get it all done and build an amazing app that will also get you blogging from your Apple Notes.