Jump to content

vitor

Staff
  • Posts

    8,487
  • Joined

  • Last visited

  • Days Won

    707

Everything posted by vitor

  1. Not Action in Alfred, but Universal Action. You use it as the trigger, not as the result. To the conversation above, the Is File? Automation Task is not meant to check if a random string is a file, it checks if an existing path is a file as opposed to a folder. To check if a given path exists you could use the File Conditional. But Universal Actions, as per @Stephen_C’s suggestion, are what I’d recommend too. That way you don’t have to worry about checking what the type is, Alfred does it for you.
  2. It has a reference to the file, which Notes is interpreting and embedding. You can verify this by deleting the file after copying it. It won’t be embedded in the note. The example from Safari is one where you copied the image data itself. Which is why it says 3.0MB, that’s how much space it is taking. To save the image data to the clipboard, there’s an Automation Task for that. Or like @Stephen_C pointed out, you can open the image in Preview, then copy the image data there. This is standard behaviour which was not modified. Either way, from the behaviour you’re seeing you appear to have turned off Alfred Preferences → Features → Clipboard History → History → Keep File Lists.
  3. Use the system Python, otherwise your virtual environment will break when that Python is updated. Always prefer with input as argv over with input as {query}. Not harmful but not strictly necessary since it does not affect the rest of the script. Depending on how slow that action is, you may notice a speed increase by not including that. Another way to include a Python package with a workflow is to use the --target option and set PYTHONPATH. StackOverflow has other options. Make sure to install with /usr/bin/python3 so packages are built with the system python.
  4. The first one is “Alfred Modern”, it’s installed by default. Here’s a temporary download link for the second one.
  5. That affects speed by a good amount. Please turn it off and recheck. What do you mean?
  6. Updated to 2024.2. Updated icons.Default to Power Management option instead of System Settings.Fix for new System Settings layout.Skip Input as Universal Action.Add missing period in description.
  7. From your screenshot, it looks like you change the icons of every workflow. Are you making any other changes? It’s not clear to me from the description what were your exact steps. Try deleting both workflows, then restarting Alfred, then installing the right one from the Gallery.
  8. Type “open” (or press space) and then type Downloads. See the File Search help.
  9. I’d like to keep it simple, so could you expand on your use case? As in, what leads you to want different values frequently? In the next release the timings will be set with sliders, and you always get the counter with Large Type.
  10. As this is an advanced option which won’t be relevant to most users and can be tricky to set up correctly, I’ve split the conversation into a different thread (this one). Please continue the discussion on local models here. A moderator’s note at the top explains the situation, but the post is otherwise unchanged.
  11. That is likely. Nothing in Alfred 5 broke workflow functionally, so lack of permissions from the system is a good guess. Glad you’re sorted!
  12. Welcome @DED, When reporting issues, please include your exact installed versions of: The Workflow.Alfred.macOS. In addition to: The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. That information is crucial to understand what could be going on. Same thing for any other workflow you’re having trouble with. Also, make sure to look in the Alfred Gallery as well, as workflows which are no longer maintained may have alternatives there.
  13. One thing you did not show in the video. Are you absolutely sure you cleared the chat and started a new conversation by pressing ⌘↩, as previously asked?
  14. Not seeing it. Please upload it somewhere (transfer.sh is good temporary storage) and share the link.
  15. Fetch one result at a time and use the rerun key from the JSON to rerun the code. Keep track of what you have using environment variables, which you can set and read back. There is an example workflow with a counter which you can access from the + in the workflows list.
  16. Have you rebooted since? There may be some lingering configuration causing the issue.
  17. Please export the workflow (right-click it in the list and you’ll find the option) and share that. I need to see if anything is wrong in your local copy.
  18. Please record a short video instead. With the debugger open and starting a new conversation.
  19. @evortex I just had a thought. After changing the key did you try asking a new question? Because if not, you’re just seeing the old message that was part of the conversation. You have to try to get something new. Use ⌘↩ to clear the chat.
  20. The next Alfred build will improve on the PDF display options.
  21. Updated to 2024.1. Completely rewritten.Renamed Front Page search keyword to hnf.Show number of points and comments in subtitle.Added hns keyword to search stories.Added hnsubmit keyword to open the frontmost browser tab to submit.Uses Alfred 5.5 caching.
  22. Could you share the workflows you’re using? I see script errors in there and B seems to be referring to the JSON format. Without seeing what you’re truly doing it’s very hard to diagnose. I may also help if you share a short video of the events, with the debugger open at the time.
  23. I’m not seeing it. You’re in the position to find out since you can test with your model. You’ve poked around in the code before so you can look in the same whereabouts and try different things, like console.log the values, remove the / in the code and add it in the variable, using a replace… Until the cause is clear and can be properly addressed.
  24. You mean for PDFs? You have to right-click, yes. Is that an option you change often? Could you expand on why that is?
×
×
  • Create New...