tungdang Posted February 2, 2015 Share Posted February 2, 2015 I wrote a nodejs module which providing helpers to create Alfred Workflow - Workflow & Item - Helper to build and generate feedbacks - Storage - Helper to CRUD data - Settings - Helper to CRUD settings, store password securely - Utils Document and usage are put in here: https://github.com/giangvo/alfred-workflow-nodejs. Hope it will help! P/S: I don't know if this is good place to put my thread. If it is not, please help to move it into correct place. Thanks mod. Link to comment
AndreasB Posted February 25, 2015 Share Posted February 25, 2015 Thanks for making this! Since I mostly make Workflows for my own sake, I don't find it much of an hassle that Node doesn't come pre-installed on Macs. I guess if I am to publish my Workflows, it's not worse than having an installation of Node.js as a requirement to use the Workflow. Link to comment
tungdang Posted February 27, 2015 Author Share Posted February 27, 2015 I updated my module to add more feature and update code to add default workflow file. You can just download it, import to Alfred, and start writing your workflow. More details are in here: https://github.com/giangvo/alfred-workflow-nodejs. AndreasB 1 Link to comment
AndreasB Posted February 27, 2015 Share Posted February 27, 2015 (edited) I updated my module to add more feature and update code to add default workflow file. You can just download it, import to Alfred, and start writing your workflow. More details are in here: https://github.com/giangvo/alfred-workflow-nodejs. Great! Any ideas on how to make a 'menu system', such as the Spotify Mini Player has? I've tried a few different techniques, but nothing that has ended up working... Edited February 27, 2015 by AndreasB vdesabou 1 Link to comment
rice.shawn Posted February 28, 2015 Share Posted February 28, 2015 Great! Any ideas on how to make a 'menu system', such as the Spotify Mini Player has? I've tried a few different techniques, but nothing that has ended up working... There is a pinned thread that explains how to do this sort of thing. Basically, you save previous steps in text files and call alfred to search with new terms. twinpeaks 1 Link to comment
tungdang Posted March 2, 2015 Author Share Posted March 2, 2015 @AndreasB, I am implementing that feature. I am trying to make that menu system easiest to use. I will release it soon and update to you Link to comment
AndreasB Posted March 6, 2015 Share Posted March 6, 2015 I used the second demo in @Shawn Rice's post, and it works great! And cool thing, @Tungdang! Great work Link to comment
AndreasB Posted April 15, 2015 Share Posted April 15, 2015 @AndreasB, I am implementing that feature. I am trying to make that menu system easiest to use. I will release it soon and update to you Did you continue the work on this? Link to comment
tungdang Posted June 27, 2015 Author Share Posted June 27, 2015 Hi AndreasB, I've released a new version which has menu system. Let's have a try. Document can be found here: https://github.com/g...workflow-nodejs. You also can download example workflow for more details Link to comment
zusatzstoff Posted June 28, 2015 Share Posted June 28, 2015 Big thanks for this nice framework. Did a quite good job bringing this to life: http://www.alfredforum.com/topic/5980-lingueede-german-englishenglish-german-dictionary-workflow/ Link to comment
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