Jump to content

sballin

Member
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    sballin got a reaction from olivergiangvu in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  2. Like
    sballin got a reaction from Steinway in Search Apple/iCloud Notes   
    I decided this should be the default action of alt-enter in the latest version: https://github.com/sballin/alfred-search-notes-app/releases/download/3.6/Search.Notes.alfredworkflow
     
    This new version also has the following features:
    Show enclosing folder when showing a note Use new note linking format that works on macOS and iOS (macOS >= 14 required) Use new updater script that doesn't require Python 2 (thanks vitorgalvao!) Bug fixes
  3. Like
    sballin reacted to Buchholdt in Search Apple/iCloud Notes   
    This is great news, thanks for making this change, this sets my up really well for my 2024 workflow.
    Thanks again for the great work.
  4. Like
    sballin got a reaction from Buchholdt in Search Apple/iCloud Notes   
    I decided this should be the default action of alt-enter in the latest version: https://github.com/sballin/alfred-search-notes-app/releases/download/3.6/Search.Notes.alfredworkflow
     
    This new version also has the following features:
    Show enclosing folder when showing a note Use new note linking format that works on macOS and iOS (macOS >= 14 required) Use new updater script that doesn't require Python 2 (thanks vitorgalvao!) Bug fixes
  5. Like
    sballin got a reaction from andrew610 in Search Apple/iCloud Notes   
    Glad you like it! What version of the workflow are you using? Can you post the exact result?
     
    The newer iOS/macOS Notes apps now have built-in note linking support, so I’m not sure about the future of this feature…
  6. Like
    sballin reacted to snsokstan in Search Apple/iCloud Notes   
    @sballin This workflow changes everything. I'm no longer debating the move from EN to Apple Notes. Thanks so much!
  7. Like
    sballin reacted to jstncwlcx in Search Apple/iCloud Notes   
    That fixed it!
     
    I really appreciate your time and help!
  8. Like
    sballin got a reaction from jstncwlcx in Search Apple/iCloud Notes   
    Should fix it if you double click on the block that's called "Create new note" in the workflow diagram and replace the code with this:
    on alfred_script(q) try tell application "Notes" -- Create new note from user query tell default account to make new note at default folder with properties {body:"<div><h1>" & q & "</h1></div><div><br></div>"} show first note in default account show first note in default account end tell on error errorMessage number errorNumber display alert "Create Note Error" message (errorNumber as string & ": " & errorMessage & "\n\nInput: " & q) as critical end try end alfred_script
  9. Like
    sballin got a reaction from Shauli in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  10. Like
    sballin got a reaction from GW_619 in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  11. Thanks
    sballin got a reaction from Southgirl in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  12. Like
    sballin reacted to dfay in Search Apple/iCloud Notes   
    This is great - I hadn't updated in ages so I missed the linking capabilities until now...
     
    I love that it can search for Monterey / i(pad)OS 15 hashtags on Big Sur, too.
  13. Like
    sballin reacted to metafizikal in Search Apple/iCloud Notes   
    Weird - it definitely had it before, but it must have gotten unchecked in the upgrade. Problem fixed, thank you for your quick reply!
  14. Like
    sballin got a reaction from jarrodjob in Search Apple/iCloud Notes   
    Do you have "n" set as the keyword for "Opening Files" in Alfred Preferences > Features > File Search?
  15. Thanks
    sballin got a reaction from jxxst in Search Apple/iCloud Notes   
    You could create a new "Run NSAppleScript" action with the following code:
     
    on alfred_script(q) tell application "Notes" -- Show user requested note -- Get note id which is first item in q set noteID to text 1 thru ((offset of "?" in q)-1) of q show note id noteID in default account show note id noteID in default account -- Click menu Window -> Float Selected Note tell application "System Events" to tell process "Notes" to click menu item 11 of menu 7 of menu bar 1 end tell end alfred_script  
  16. Like
    sballin reacted to buraktuyan in Search Apple/iCloud Notes   
    It works great for me without any issues and without any manual changes to the code. Thanks a LOT! 🙂👍

    And I liked the new fallbackCreateNew and fallbackSearchBodies functions -- the second one already made my life easier. 👌
  17. Like
    sballin got a reaction from buraktuyan in Search Apple/iCloud Notes   
    Here is a pre-release version where characters like that should be handled properly: https://github.com/sballin/alfred-search-notes-app/files/6168245/Search.Notes.zip
     
    Let me know if you encounter any issues!
  18. Like
    sballin got a reaction from buraktuyan in Search Apple/iCloud Notes   
    You could create a new "Run NSAppleScript" action with the following code:
     
    on alfred_script(q) tell application "Notes" -- Show user requested note -- Get note id which is first item in q set noteID to text 1 thru ((offset of "?" in q)-1) of q show note id noteID in default account show note id noteID in default account -- Click menu Window -> Float Selected Note tell application "System Events" to tell process "Notes" to click menu item 11 of menu 7 of menu bar 1 end tell end alfred_script  
  19. Like
    sballin reacted to jarrodjob in Search Apple/iCloud Notes   
    I would just like to say what a GODSEND this is for my workflow.
    This + Clipboard History for searching icloud link names = insane reference.
     
    That simple.
     
    Love from Seattle.
     
    -Jarrod
  20. Thanks
    sballin got a reaction from jarrodjob in Search Apple/iCloud Notes   
    I've created a workflow to find and open Apple/iCloud notes in Notes.app. Get it on Packal and feel free to open issues/make pull requests on GitHub.
     

  21. Thanks
    sballin got a reaction from funkymonkey in Search Apple/iCloud Notes   
    I was talking about the notes:// links you get from doing the alt-enter action on results. If you don't use that feature, everything else should be working as usual.
  22. Like
    sballin got a reaction from bivalvegruff in Search Apple/iCloud Notes   
    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
  23. Like
    sballin got a reaction from Jasondm007 in Search Apple/iCloud Notes   
    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
  24. Like
    sballin got a reaction from JJJJ in Search Apple/iCloud Notes   
    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
  25. Like
    sballin got a reaction from Acidham in Search Apple/iCloud Notes   
    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
×
×
  • Create New...