Jump to content

Yourname

Member
  • Posts

    33
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Yourname reacted to deanishe in Notion.so Instant Search Workflow   
    Uh, well that’s entirely unexpected. That’s supposed to be just a different name for /usr/bin/python, which isn’t working…
     
    But if it's working, that's all that matters.
  2. Like
    Yourname got a reaction from wrjlewis in Notion.so Instant Search Workflow   
    Couldn't find 2 in /local/bin, so ended up trying /usr/bin/python2.7 (the nearest one to what you asked, and I had available) and it worked!!!!!! Thanks soooooo much @deanishe!!!!
    Thank you so much for writing this and helping me figure out @wrjlewis!!
  3. Like
    Yourname reacted to wrjlewis in Notion.so Instant Search Workflow   
    Ok that's interesting. 

    Did a bit of research, can you please try this 
    sudo -H pip3.5 install requests[security]  
  4. Like
    Yourname reacted to shayonpal in Notion Global Quick Add Keyboard Shortcut For Alfred   
    Will this work if I set up the workflow using Chrome, and then uninstall Chrome from the system? Or is it just a keyboard shortcut for that particular extension?
     
    Edit: Ignore my comment above. I figured out that this workflow is just invoking the Chrome App, which means it's impossible to run without using Chrome. Novel idea though 🙂 
  5. Like
    Yourname reacted to wrjlewis in Notion.so Instant Search Workflow   
    Version 0.2 now out. 
     
    Probably the most useful part is that you can toggle use of the desktop client or the web app.
     
    + returns 9 search items from notion to match the number that can be displayed at once in Alfred
    + refactored into a separate python script to allow for easier diffs and version control. Now using the releases feature in GitHub.
    + Option to change the 'isNavigableOnly' search filter via the 'isNavigableOnly' env variable. I personally prefer only to search notion objects that can be navigated to, as I have a large workspace which would clutter the results, but the default search in notion has this option as false, so including this as an env variable.
    + Option to switch support to the notion web app or the notion desktop app using the useDesktopClient env variable.
     
    https://github.com/wrjlewis/notion-search-alfred-workflow/releases/latest/download/Notion.Search.alfredworkflow
  6. Thanks
    Yourname got a reaction from Andrew in Tried upgrade from v3 to v4 and migration broke   
    Thanks for all your help over email Andrew. 
    For others, it looks like my folder structure was abnormal (possibly due to user error) which is why this issue happened. FWIW, this never happened when I upgraded to Alfred 3 either. 
  7. Like
    Yourname reacted to Andrew in Tried upgrade from v3 to v4 and migration broke   
    @Yourname the migration should essentially be effortless if Alfred 3 is still installed, and from what you've described, it's difficult to know what's currently configured and where.
     
    Could you pop an email with your backup tar.gz file so I can make sure all your Alfred 3 settings are fine, then I can help you correctly migrate them to Alfred 4
     
    Cheers,
    Andrew
  8. Thanks
    Yourname reacted to Vero in Evernote Workflow 9 beta 4 (Alfred 4)   
    @Yourname Have you taken a look at the crash logs or sent them to Evernote?  The crash logs are likely to provide more information on why Evernote is crashing.
     
    Provided you're using the latest version of Evernote from their website (not the App Store version), the workflow should work normally for you
     
    Cheers,
    Vero
  9. Like
    Yourname reacted to Vero in Evernote Workflow 9 beta 4 (Alfred 4)   
    @Yourname What happens if you let Evernote complete its launch, then type your keyword and search term again? This workflow needs Evernote running in the background in order to search and present you with results.
     
    You can let Evernote launch, then close the main window, so Evernote will appear in your Dock, but you won't have the main Evernote window open. When you select a result, you'll then see the specific window for that entry pop up.
     
    Cheers,
    Vero
  10. Like
    Yourname reacted to jason0x43 in Weather workflow   
    The current version of the workflow didn't have support for apparent ("feels like") temperatures; I've added that to version 1.3.0.
     
    Regarding the discrepancy between hourly and daily forecast, that happens sometimes. The workflow isn't actually interpreting the data to generate the forecast text; the text comes directly from the service (Dark Sky or Weather Underground). Sometimes the textual descriptions may not appear to agree with the hourly data. You can double check the workflow by visiting the relevant service (Dark Sky or Weather Underground) and double checking that what the workflow says agrees with a forecast for your location (or whatever location you were checking with the workflow).
  11. Like
    Yourname reacted to CarlosNZ in TimeZones - a World Clock script filter [updated to v1.7]   
    So you're looking in the timezone_list.sh file?
     
    You want to make sure this line is as follows:
    city_time=$(date -u -j -f %s $city_epochtime +"%l:%M %p") #Create readable time expression That's the format for AM/PM time. Note that this line is in there twice — one for the main list, and one for custom times.
×
×
  • Create New...