Jump to content

sballin

Member
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by sballin

  1. Version 3.0.0 is out! Notes for this release: Rewritten in Go Faster searching Create a new note if none was found Shift+enter to search for query using Notes in-app search
  2. Version 2.2.0 is now released. It adds error handling, auto-updating, and fixes problems related to the toolbar search in Notes. Let me know if there are any issues!
  3. Just released version 2.1.0, which hopefully fixes some of the database problems people have been encountering lately, and is compatible with Dropbox sync.
  4. Good idea, I've updated the instructions.
  5. You can use release 1.4.3 of the workflow or install the xcode command line tools using the command xcode-select --install
  6. Is it possible to get around this in Alfred 3? I tried making my home folder custom /System/Volumes/Data/Users/me and reloading but it had no effect.
  7. Yes, you can right-click the background of the workflow, add trigger → fallback search → connect to n, nf, and nb, then in the features tab → default results → setup fallback results → plus button → workflow trigger → notes. Not as far as I know, unfortunately.
  8. Thanks! Could you try changing the first line in get_notes.py from #!/usr/bin/env python3 to #!/usr/bin/python3? If that doesn't work, you may need to install the xcode command line tools using the command xcode-select --install Sorry for the trouble, I was hoping it would work out of the box.
  9. As always, I'll need to see some debug logs before I can help.
  10. Should work pre-Catalina if the user has a python 3 installation, because it calls /usr/bin/env python3. In any case the old releases are still on github. The future is now!
  11. Version 2.0.0 released! The workflow now runs on python 3 and lets you copy note bodies with cmd+enter and search note bodies with a new keyword. Other minor changes: include version number, drop confusing .app.alfredworkflow extension, add please wait subtext. I don't think it's possible to have text indicating that no result was found.
  12. Yep, you can drag the notes url text out of the notes app or another text field, into the finder, and it will create a .inetloc file. If you double click that, the URL handler should do its job!
  13. Please send me the text in the debug log after you try to find and open a note. Take care to remove any private note contents if they show up there.
  14. @Jasondm007 in your filesystem, is Notes.app located in /Applications as well as /System/Applications? @Regluke and @Vero the basic functionality is now restored on Catalina as of version 1.4.3, which you can download on Packal or Github releases. Soon I will look into notarizing the Note Opener app that handles notes:// urls.
  15. I installed Catalina alongside Mojave and I think I've fixed it by modifying the AppleScript slightly—will upload the updated version soon. For people fully on Catalina, is the Notes icon showing up correctly next to results when you use the workflow? The icon depends on the location of the Notes app. In my installation I had both /System/Applications/Notes.app and /Applications/Notes.app.
  16. Sorry to hear it's not working, I'm still on Mojave for the time being. Could you send me the text in the debug log after you find and open a note? Take care to remove any private note contents if they show up there. The note opener app only runs when you click on a note:// link. The fact that search works but opening doesn't means there's some trouble when Alfred tries to run the applescript that opens a note.
  17. Thanks for the report! I tried it on Catalina just now and it worked for me. I think the issue is that you have contacts included in the default search results, so you could turn that (and the other defaults) off if you really want n[search string] to work for searching. An alternative that I've come to prefer is to map command-space to open Notes, and command-L to do the note search. The workflow includes empty hotkey boxes that you can set this way.
  18. It should be possible, but isn't that duplicating the functionality of Alfred snippets?
  19. @Regluke that's very kind of you, you can donate here if you like but don't worry, it didn't take long to fix your issue and I think most people would have run into it at some point, so you've already done a service by reporting it. @Jasondm007 I poked around with AppleScript to open a note in a new window and couldn't figure it out, so I don't think I'll be able to add this feature. I'll be happy to add it if anyone else figures it out.
  20. Hi all! Opening notes in a new window and supporting folders are on my to-do list. @Regluke to debug, could you open the workflow in Alfred preferences and click on the bug icon on the top right corner? That will open a little white area for debug info. Then try searching for something with n and send me what shows up in the debug window.
  21. @Jasondm007 Nice idea, I've added this feature in version 1.4. Let me know if it works for you. If it asks you to choose a program to open the notes:// links, you probably need to move [workflow directory]/Note Opener/Note Opener.app to /Applications.
  22. Gotcha. I'm hesitant to mix folders and notes in the same search results, which is why I implemented the folder-only search you suggested. You can download the latest version of the workflow to try it. I'm also fairly sure the "fallback" behavior you're describing is currently implemented. If I have a folder named Aardvark containing notes Bob and Charlie, when I do the normal "n" search for Aardvark, the results will be Bob and Charlie.
  23. @Jasondm007 Glad you're finding it useful! I chose to implement your first suggestion. In case you didn't know, the standard search already shows notes with matching folder names.
  24. @40-02 have you tried the keywords a or b instead of n to search?
×
×
  • Create New...