sballin / alfred-search-notes-app

Use Alfred to quickly open notes in iCloud/Apple Notes.
https://www.alfredforum.com/topic/11716-search-appleicloud-notes/
MIT License
502 stars 23 forks source link

Functionality to create new note isn't working #45

Closed binarysprocket closed 3 years ago

binarysprocket commented 3 years ago

The creating a new note functionality isn't working. If I type 'n here is a new note' it just tries to Google search that text. In other words, the Alfred-search-notes-app workflow exits and alfred defaults to google search. It finds my notes with no problem but creating a new note is not working. Any ideas why? Thanks in advance.

Fill out this information if it's not already included in the error text.

binarysprocket commented 3 years ago

I'm an idiot and did not see the command needs to be 'nc' not just 'n'. Closing this issue.

sballin commented 3 years ago

Also "n" can fall back on creating a note when none are found. This option is controlled via the workflow environment variables ("[x]" button in top right corner of the workflow connection diagram). It sounds like you also have some of the Alfred default web search fallbacks, which you can disable in the general Alfred settings if you choose.

binarysprocket commented 3 years ago

Ahh gotcha. Thanks, Sean - much appreciated!