Jump to content

jstncwlcx

Member
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    jstncwlcx got a reaction from kibbles in Search and add bookmarks to Raindrop.io   
    This workflow has been working for me for a very long time, but it suddenly stopped working correctly this morning.
     
    I had to reauthenticate, which seemed to work fine.
     
    If I do the ra command, it will still allow me to add new bookmarks.
     
    However, when I type r, to search for a bookmark, it no longer allows a search, it just says 'Search Your Raindrop.io bookmarks', and gives me an option to open the app page in my web browser.
     
    Is anyone else experiencing this?
     
    I'm using Alfred 5 with a Powerpack.
     
    I'm using 2.0.7, which is listed as the most up to date version of the workflow.
     
    Any help is greatly appreciated.
  2. Like
    jstncwlcx reacted to rhyd in Search Omnifocus: free text search your Omnifocus data   
    We're getting there...  Next is:
    1. Run Alfred command `find-of-db` to copy the path of the Omnifocus DB to your clipboard
    2. Run Alfred command `set-of-db` and then paste (⌘-V) the database path as an argument and hit return then retry.
  3. Like
    jstncwlcx got a reaction from sballin in Search Apple/iCloud Notes   
    That fixed it!
     
    I really appreciate your time and help!
  4. Like
    jstncwlcx reacted to sballin 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
  5. Like
    jstncwlcx got a reaction from vitor in Dropbox Resume/Pause Syncing Toggle   
    Wow. This is a lot. Thanks for the info! I'm stumbling through it now.
×
×
  • Create New...