Jump to content

natepaschall

Member
  • Posts

    2
  • Joined

  • Last visited

natepaschall's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I encountered a similar issue almost at the same time last week using the same workflow. I have had this workflow on my Alfred (current v. 4.8) for years and never had any issues until last week. The only folder listed in my "Search Scope" was "~" (preceded by a folder icon). I removed that folder so that there are no folders in my search scope (the text below the scope table says if it the search scope table is empty it will use Alfred's default search scope). The search feature began working again. Not sure if that is related to the same issue that you are experiencing. You mentioned above: Wondering if the "~" is creating issues? Just a thought...
  2. How would I return the output from javascript in a "Run Script" Action? The following code returns nothing. I tried in OS X Script Editor and it let me know that the "return" command can only be used inside a function. Is there something I'm missing? My code is below var query = "{query}"; var time = query.split(":"); var hours = time[0]; var minutes = time[1]; var seconds = time[2]; var secondsDecimal = (seconds / 60) return secondsDecimal
×
×
  • Create New...