Alfred Apple Notes Alternative = Hot Notes

If you are looking to search and open your Apple Notes using Alfred, it seems you have two options:

1. Golang based third party plugin

https://github.com/sballin/alfred-search-notes-app

2. Official plugin

https://alfred.app/workflows/alfredapp/notes/

The plugin models of Alfred and Raycast

Note: In Alfred, plugins/extensions are called "workflows".

Alfred is the original "launcher" app for macOS. Raycast is an alternative to Alfred that follows the same general model of "parent app shows the input box and list UI, plugins read and map data from diverse systems APIs into the list". This allows Alfred/Raycast to provide a fast UI and offer APIs which the plugin authors then use.

Alfred starts very fast, and workflows are flexible and customizable. But I feel standalone macOS apps can offer faster fuzzy search for huge lists as they do not have the parent app <=> plugin API boundary.

Hot Notes