Jump to content

erusev

Member
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    1

erusev last won the day on December 1 2018

erusev had the most liked content!

Contact Methods

  • Twitter
    https://twitter.com/erusev

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

erusev's Achievements

Member

Member (4/5)

4

Reputation

  1. @vitor Thanks for the response! I think I know what's going on -- it does restore the previous item in the clipboard, but this is not reflected in the clipboard history -- the (Alfred's) clipboard history shows the selected text at the top, which is why I thought the features doesn't work. Btw, this expected? It feels like a mismatch b/w clipboard history and the actual clipboard.
  2. When I use Universal Actions or any other workflow that uses the selection the selection gets on top of the clipboard -- the previous clipboard contents doesn't seem to get restored. Here's the option in the GUI:
  3. When I paste a screenshot to GitHub issues, GitHub recognizes that it is a retina image and it adds a width and height attributes to make it 50%. But, if I paste the same image from Alfred's clipboard history, this doesn't happen -- image get pasted as non-retina and it looks bad. The same is true for Figma -- it fails to recognize it is a retina image if you paste it from the clipboard history. Any ideas why or how I can fix this?
  4. 1️⃣ You select some text. 2️⃣ You open Universal Actions. 3️⃣ You type an action that does not exist. 4️⃣ This shows a fallback action. The fallback action would get passed the selected text (that you triggered Universal Actions with).
  5. Is there a naming conventions for vars that you intend to use as env vars? I imagine it'd be useful to distinguish them when "reading" the workflow.
  6. It worked! I had no idea alfred vars are available as env vars. > Which in turn is used as the argument. Well, it becomes the search input, and is not an arg I can read from the script. Could it be because I have "Alfred filters results" checked?
  7. Ok, I think what happens is that the output of the "Run Script" object gets passed to the "Script Filter" as input instead of an argument -- that is, the it becomes the text that shows in the input field.
  8. The value gets passed to the next object, the problem is, I don't know how to read it from the Script Filter. Here's a screenshot of what my Script Filter looks like inside.
  9. I'd like to pass a value from a "Run Script" object to a "Script Filter" object and use that value in the code the "Script Filter". How can I do that?
  10. Yes, but reading diffs of .plist is not easy, and being able to edit workflows in plain text has lots of other benefits, it's not just about version control.
  11. I'm looking for the window title of VSCode from any context. Ex: I could be in the browser, and the workflow should be able to get the title of the window of VSCode.
  12. Use the same "objects" but define the workflow as text file, that you can version-control, comment on, etc.
  13. The file it creates is named "{date}.md" -- not replacing {date} with the actual date. Is this expected?
  14. Hi Stephen, no, because it needs to be able to work with any macOS app, not just Chrome -- for the particular workflow I have in mind, I need it to work with VSCode -- I should have used VSCode as an example to avoid confusion.
×
×
  • Create New...