Jump to content

Tobi from Munich

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Tobi from Munich

  1. Hi, I can't quite figure out, how to check and conditionally move on. Depending on that, one or the other URL should be opened: //pseudo code if {query} is empty { open URL #1 } elseif { open URL #2 } → my workflow But I'm confused with the setup of the conditional:
  2. For any poor crusader running into the same issue. Here is the → solution 😉 :
  3. For any poor crusader running into the same issue. Here is the → solution 😉
  4. I tried it with ⌘Q (quit) or ⌘W (close window). Neither of these work either. Thanks, I replaced the second Copy to Clipboard to have {clipboard}, instead of {query}. Any other ideas? Are you sure it can't be anything about permissions or else? Where do I go from here?
  5. Thanks a ton, vitor. This helped, but still the workflow (see download link below 🤓) doesn't do a thing within the browser. Literally nothing, no key is pressed. Tried other combinations → nothing. Any chance there's a problem with system permissions? → Current Workflow WIP thanks a lot Tobi
  6. Hey guys, I just don't know what I'm doing wrong here. Please have a look at the screenshot attached. I'm trying to open the website (that works just fine) and there I'd like the script to hit CMD+K (to open the search bar) and then CMD+V to paste the query I copied earlier. Well, NONE of my script actually does ANYTHING. The query doesn't go to the clipboard and the system events don't hit any shortcuts. I'd appreciate some help. I'm sure for a Pro, this is just a tiny hint to give me a hand. Thanks a lot!! 🤓 tell application "System Events" set {query} to the clipboard as string delay 10 keystroke "k" using {command down} keystroke "v" using {command down} end tell
  7. Ah, I see. Right. My idea is to get all uncompleted tasks and uncompleted subtasks of uncompleted tasks within all projects of one certain workspace. (If nothing can be found it'd be great to have the option, to create a new task. But I understand this is a totally different scope, so never mind.) Does that work for you or shall we document things more detailed? 👋🏻
  8. Hi @deanishe, thanks for looking into it. But I'm not sure, what your mean. If I go to the link you provided and search for "comment", I get 64 hits on the page, mostly in this section about how to create a task's story and in the definition of the story. I think in their terminology, the "comments" within a certain task form its "story". Also, have a look at the attached image. This is what a typical task looks like with all its comments. Does this make it more clear?
  9. Is there really nobody who can help – or maybe at least give me a hint if this is possible at all? Please.
  10. Hi dear Alfred people! This is my first post, even though I've been using Alfred Workflows for many years now. I'm on a journey to easily integrate my ever expanding number of client communication channels into my task management workflow. After trying really many systems I give up – almost! Finally I thought: Wait a moment, there's one tool that might hold the power to solve that issue. What I dream of: I copy text (or maybe even an image!?) from anywhere (mail, whatsapp, skype, slack, etc.) I open Alfred and start typing to find the task Fuzzy search results show Asana tasks I decide for one of them and that's it: My content is pasted as a comment into that task. I'm no coder, I don't have the patience or time. But I would pay somebody to solve that for me. Let's say US $ 200,– ? Very kind regards Tobi
×
×
  • Create New...