Jump to content

bcometa

Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by bcometa

  1. Thanks for this great workflow! It's caused me to migrate from Evernote to Notes. To that end, is it possible to add "add to note" as a file selection action? So I can select a file in Finder and add to note or make new note and include it as attachment? TY!
  2. I was having an issue where selection hot key wasn't working. Finally realized it just doesn't work for video files (e.g., mov, m4v). Maybe Alfred update can fix this?
  3. Title says it all: I changed my sync folder (to folder with exact copy of "old" settings folder) and now 10-20 workflows are missing (and about 10 are still there). This includes various workflows I've downloaded and workflows I've created myself. Going back to old sync folder produces same result of missing workflows. I do not see the missing workflows in the Alfred.alfredpreferences files I was syncing to (although the 10 old ones remain). Where did they go? How can I get them back? Thanks!
  4. Another MailMate user (it's GREAT btw) hoping for Alfred support for sending attachments. Thanks!
  5. works for me thanks!! 10.8 here. if "am" & "pm" worked, that'd be sweet
  6. Just to chime in, more than "50" in the scroll down list would be helpful to me also. Like atomix, sometimes I don't remember exactly what I'm looking for until I see it. If there was an option to adjust that to more (even if there is a memory hit), it would be used by at least two people
  7. since brightness is probably being lowered, and until you can find out how to "save" the brightness before lowering, can you just have the "back to normal" toggle move it to around 90% or so? either way, very cool time saver!
  8. It seems a note with "&" prevents a note from being created -- text under search bar turns to "Fetching notes..." ("&" is present in some hyperlinks that I like to add to notes). Can you try to fix that? Maybe just happened with latest update since first time using notes since update and it happened (but could also be just first time I used an "&"). Thanks!
  9. Pretty nice so far! It's a bit slow, but maybe that's a TV rage issue. Just throwing it out there: I'd love to see the "next time episode will air" (maybe by holding modifier key?) and Alleyoop update support. Thanks!
  10. very quick for switching audio output to apple tv!
  11. very cool workflow! thanks! Or use Alfred: type ">" and paste command
  12. "unable to locate transmit favorites folder" --> but I have about 15 favorites sites. afaik, nothing strange in my setup i see my favorites file in library. any ideas?
  13. D'oh! It was an easy fix. The problem came from me not understanding what "Escaping" meant with all options checked. Since "Escaping" was checked for "Space" the query shortened itself. All fixed now. Thanks for your help!
  14. Thanks for your help David. Unfortunately, it also only does one word. So if I type "stick test" in alfred, that works. But "stick test test" doesn't work.
  15. thanks! "gs" and "gi" are awesome!! one problem: when searching for my company ($300 Data Recovery) it seems to have issues with the "$."
  16. Ok, I tried that but now it only works for adding single words. I'm guessing this is an applescript problem, but I can't find a work around. I also tried: set theNote to "{query}" as text tell application "Stickies" to activate tell application "System Events" set the clipboard to theNote tell process "Stickies" tell window 1 keystroke "v" using command down keystroke return keystroke "-" keystroke return end tell end tell end tell Does anyone know off-hand the solution?
  17. Link is broken and sounds like a workflow I'd really like to have. If you can fix I'd appreciate it! Thanks!
  18. Hi Forum! I have a simple script to add currently selected text to my Sticky Note. It works great using the hotkey. Then I wanted the ability to add a "Fallback Search" so whatever I have typed in Alfred will be moved to Sticky Note. The latter isn't working and I'm not sure why. Here's the working HotKey script: tell application "Stickies" to activate tell application "System Events" tell process "Stickies" tell window 1 keystroke "{query}" keystroke return keystroke "-" keystroke return end tell end tell end tell Can someone provide me with a solution for this to work with a Fallback Search?
×
×
  • Create New...