magobaol Posted March 28 Share Posted March 28 I'm the author of the plugin. There's no thread on the forum. This is the Github page: https://github.com/magobaol/alfred-phil Dependencies and screenshots are in the README. This is my first attempt at creating a workflow for Alfred (well, it's my first attempt at many other things... 😆) The workflow uses the Node.js module "phil", also developed by me: https://github.com/magobaol/phil, but that's totally transparent to the user, as that module is packaged inside the workflow itself during the build process. The workflow itself check if Node.js is installed and, if not, it provides a message and opens the README page on Github.  Link to comment Share on other sites More sharing options...
vitor Posted March 30 Share Posted March 30 Thank you for the submission.  It seems that during the build process you’re mushing together some libraries, processing them with typescript and minifying them. That leads to a large file blob of unreadable code, which is thus impossible to review, thus cannot be added to the Gallery.  To be up for consideration, the code needs to be understandable. Link to comment Share on other sites More sharing options...
magobaol Posted April 1 Author Share Posted April 1 (edited) Hi @vitor, thanks for reviewing this! Â I changed the build process, now the output code should be easy to read. The new version is 1.0.1 Â Thanks, Francesco Edited April 1 by magobaol Link to comment Share on other sites More sharing options...
magobaol Posted April 29 Author Share Posted April 29 Hi @vitor, just a gentle reminder, I'm very curious to know if the new build process is better for you. Â Thanks, Francesco Link to comment Share on other sites More sharing options...
vitor Posted May 8 Share Posted May 8 @magobaol The new build is significantly better, yes. This is almost ready to go in but one thing remains: please simplify the version string. Right now it’s a large 1.0.1-make-build-readable.0 but it should be something simpler like 1.0.1. Link to comment Share on other sites More sharing options...
vitor Posted May 20 Share Posted May 20 @magobaol The page is written and ready to go, but without the corrected version I cannot proceed. Link to comment Share on other sites More sharing options...
magobaol Posted Saturday at 10:50 AM Author Share Posted Saturday at 10:50 AM Hi @vitor, sorry but I've been busy with other stuff for a while. The version should be ok now, there's a new release `1.0.2` Â Thanks, Francesco Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now