Jump to content

LexIcon76

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by LexIcon76

  1. On 2/18/2018 at 5:41 PM, Tsunami said:

    It's a Safari bookmark, located in the Mac Software folder.

     

    That was it. Can't remember bookmarking that app. It's gone now. Thanks everyone for the help.

  2. Every time I now start up Alfred, and I type "open", there’s an app web link called “Openmenu X” that shows up as the second choice in the menu. I’ve never seen that before. I have no idea why it’s all of a sudden showing up. Any idea? Any idea how I remove it? Thank you.
     

  3. So, to get the reminder to go to a specific list, you enter that list's name here, property reminderList : "", between the quotes? I cannot get it to work. I always posts to the top list…

  4. Glad it worked for you, Bethany! I wrote lots of comments and extracted more data from the note than you may want since I figured it might help you learn.

     

    I do have one comment about automatically quitting notes once the note was created. If you use notes on your phone or another computer, you will want to make sure the application has time to sync the note to iCloud. This happens very quickly in my experience, but it may not be instantaneous. So it might be wise to insert a time delay before quitting notes. The code to do this is very simple:

     

    delay 5 

     

    where the number afterwards is the delay in seconds. I've guessed, but 5 seconds should almost certainly be enough. You can also enter fractions, so 

     

    delay 0.5
    

     

    would be half a second.

     

    Enjoy!

     

     

    Where do you add this code? 

×
×
  • Create New...