Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by xilopaint

  1. @vitordo you have Python 2 installed? If so, could you check if this code works with deanishe's library?
  2. Hey@giovanniI see you're using this fork of the Alfred-Workflow library in the workflows you ported to Python 3. There's an issue in this fork regarding the default_settings parameter of the Workflow class which doesn’t seem to work. You get a KeyError by running this code: from workflow import Workflow wf = Workflow(default_settings={"arg1": "value1"}) print(wf.settings["arg1"]) Have you ever faced this issue or have any idea on how to fix it? I have my own fork of deanishe's library which is being used by some people and I'm interested to fix this issue.
  3. You can download it from the GitHub releases page: https://github.com/xilopaint/alfred-pdf-tools/releases/latest
  4. @TomBenzthis workflow is intended to cover broad PDF manipulation needs. With that in mind, I avoid implementing features that are too specific and therefore cannot be leveraged by a large user base. Anyway, I'm happy to know you were able to make the script work via Alfred.
  5. You just need to install Command Line Tools. Run this command in Terminal: xcode-select --install
  6. It’s possible. The Optimize file action is intended to improve the appearance of low quality PDF files that are made from images (e.g. scanned documents). But I would say if the input PDF file has a higher resolution in comparison to the selected resolution it’s more likely that the output PDF will have a smaller size. Could you explain further how the feature would work and why you need it? Would the text file be a simple .txt file?
  7. @Vero@vitor Please, add a developer tag in Gallery. Also, the documentation tag is used in the Dash workflow but not in the Python Online Resources workflow.
  8. @Vero@Andrew@vitor Is an official Gallery workflow in the roadmap?
  9. Thanks @Andrew! I updated README's image so @vitorcan do the same in Gallery. Btw, I was not aware there's an option to disable auto-highlight for the top result. It's cool and makes the UI cleaner.
  10. @vitorI updated the workflow a couple days ago to v1.4.1 but I still can't see the new version in the Gallery.
  11. Sorry for the late response. Could you share the PDF file via PM? I don't have any issues with Optimize file action.
  12. Oh, I'm sorry. Now I see I got confused about the purpose of your workflow. It's not intended to provide tools just for workflow developers, but for developers in general. Anyway, I still think your sentence is not well worded, perhaps it should be better phrased as "A Swiss Army knife for developers". The way you wrote ("for developers for Alfred") sounds odd in English, at least for me.
  13. Never mind I just pushed an update with 256px images for macOS icons from 10.15 to 13 and used a 240px image just for 10.14 which I couldn't find a larger version.
  14. @vitordo you know where I can find 256px or larger icons of macOS versions? I can only find 240px images at apple.support.com. My plan is to replace all 128px images in my workflows with 256px ones.
  15. This is useful. It would be a nice workflow for the Gallery, @vitor.
  16. I adopted 128 px because of this @Andrew's old post: But that was written 9 years ago, I understand things have changed since then.
  17. Too small just for the Gallery or even for the workflow?
  18. Thanks for the fix. Now we have the Gallery, what's the recommend size for the workflow icon? I've been using 128px for my workflows. Is that enough? I see you using 256px or even higher in some of your workflows.
  19. @vitorthe Gallery shows the old workflow icon. Could you update?
  20. @giovanni I see you ported some of deanishe’s workflows to Python 3. Have you already done this with the Reddit workflow?
  21. This is one of my most used workflows. Is the creator a forum user? It would be nice if it could be conformed for the Gallery.
  22. My English is far from great, but the description in the workflow and README would be more accurate and better worded if you replaced "for developers for Alfred" with "for workflow developers".
  23. Add the workflow file as a release asset. You don't need to do it in the repo itself.
×
×
  • Create New...