Jump to content

bocaboy

Member
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bocaboy

  1. Works like a charm! Thanks, "Surreal." This is perfect for creating a quick note, like when you're on the phone and someone wants to quickly give you a phone number or snippet of information that you'll want on all your iDevices. Thanks so much!

  2. I would love to use this method for creating a new note in Notes. I tried changing "reminder" to "notes" but didn't get it to work. Here's how it looks:

     

     

    on alfred_script(q)
      tell application "Notes"
    make new note with properties {name:q}
    end tell
    return {q}
    end alfred_script
     
    Can anyone tell me what needs to be changed?? Many thanks!
×
×
  • Create New...