bogdansrc Posted April 11, 2013 Share Posted April 11, 2013 (edited) Dash 2 (note: paid app) has just been released and it comes with a Alfred 2 Workflow. Dash lets users instantly search through documentation for 130+ APIs (ranging from HTML to Cocoa), for more information, check out Dash's webpage. All of the Dash-supported documentation sets are available for offline use. You can get the Dash workflow by installing Dash and going to Preferences > Integration > Alfred. Supported documentation as of the 2.0 release (documentation is constantly added so this list might go out of date): iOS, OS X, Man Pages, .NET Framework, ActionScript, Akka, Android, Angular.js, Ansible, Appcelerator Titanium, Arduino, Backbone.js, Bash, Boost, Bootstrap, Bourbon, C, C++, CakePHP, Cappuccino, Chai, Chef, Clojure, Cocos2D, Cocos2D-X, Cocos3D, CodeIgniter, CoffeeScript, ColdFusion, Common Lisp, Compass, Cordova, Corona, CSS, Django, Dojo Toolkit, Drupal, D3.js, Elixir, Emacs Lisp, Ember.js, Emmet.io, Erlang, Express.js, ExpressionEngine, ExtJS, Flask, Foundation (by Zurb), Git, GLib, Grails, Go, Groovy, Haml, Haskell, HTML, Jade, Java, JavaFX, JavaScript, Joomla, jQuery, jQuery Mobile, jQuery UI, Knockout.js, Kobold2D, Laravel, LaTeX, Less, Lua, Lo-Dash, Marionette.js, Meteor, MongoDB, Mono, MooTools, MySQL, Nginx, Node.js, Ocaml, OpenCV, OpenGL, Perl, PhoneGap, PHP, Play, PostgreSQL, Processing, Prototype.js, Puppet, Python, Qt, R, Redis, Ruby, Ruby on Rails, Sass, Scala, Sencha Touch, Smarty, Sparrow, Spring Framework, SproutCore, SQLite, Stylus, SVG, Symfony, Tcl/Tk, Twig, Twisted, TYPO3, Underscore.js, Unity 3D, Vagrant, Vim, VMware vSphere, WordPress, Xamarin, Xojo, XSLT, XUL, Yii, YUI, Zend Framework, Zepto.js. Edited March 11, 2014 by bogdansrc thec13, linuslundahl, rice.shawn and 7 others 10 Link to comment
zhaowu Posted April 11, 2013 Share Posted April 11, 2013 Great! I am amazed by the speed!!! Link to comment
lmartins Posted April 11, 2013 Share Posted April 11, 2013 The workflow only misses (or maybe is me who is missing how to do it) the possibility to select some text in the editor and directly query Dash with the selected text. Link to comment
bogdansrc Posted April 11, 2013 Author Share Posted April 11, 2013 The workflow only misses (or maybe is me who is missing how to do it) the possibility to select some text in the editor and directly query Dash with the selected text. I think you can add that using a Keyboard trigger... Here's the workflow set up with that: http://cl.ly/1K2w1N3d342c. Link to comment
ramiro.araujo Posted April 11, 2013 Share Posted April 11, 2013 Hi, thanks! I had the app in trial, ended up purchasing it after seeing it integrated with Alfred Link to comment
bogdansrc Posted April 11, 2013 Author Share Posted April 11, 2013 Hi, thanks! I had the app in trial, ended up purchasing it after seeing it integrated with Alfred Thank you! Link to comment
lmartins Posted April 11, 2013 Share Posted April 11, 2013 I think you can add that using a Keyboard trigger... Here's the workflow set up with that: http://cl.ly/1K2w1N3d342c. Nice! Any plans on a workflow to search snippets in Alfred? Link to comment
bogdansrc Posted April 11, 2013 Author Share Posted April 11, 2013 Nice! Any plans on a workflow to search snippets in Alfred? The current workflow searches snippets as well. If you want a workflow that searches only snippets, you can set up a "Snippets only" search profile in Dash, add a keyword trigger to it and then set up the current Dash workflow to search using that keyword. Link to comment
lmartins Posted April 12, 2013 Share Posted April 12, 2013 The current workflow searches snippets as well. If you want a workflow that searches only snippets, you can set up a "Snippets only" search profile in Dash, add a keyword trigger to it and then set up the current Dash workflow to search using that keyword. Oh, brilliant, didn't realized that. Thanks!. Link to comment
dntz Posted April 12, 2013 Share Posted April 12, 2013 The current workflow searches snippets as well. If you want a workflow that searches only snippets, you can set up a "Snippets only" search profile in Dash, add a keyword trigger to it and then set up the current Dash workflow to search using that keyword. Just updated Dash today and seen how great this works with Alfred, think I'll be purchasing and moving over my snippets from CodeBox. One question, I can locate snippets in Alfred but when i action them how do i stop them being opened in Dash and initiate them within the application i was in before accessing Alfred. Link to comment
lmartins Posted April 12, 2013 Share Posted April 12, 2013 Just updated Dash today and seen how great this works with Alfred, think I'll be purchasing and moving over my snippets from CodeBox. One question, I can locate snippets in Alfred but when i action them how do i stop them being opened in Dash and initiate them within the application i was in before accessing Alfred. +1 On this one, would be great. Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 (edited) ust updated Dash today and seen how great this works with Alfred, think I'll be purchasing and moving over my snippets from CodeBox. One question, I can locate snippets in Alfred but when i action them how do i stop them being opened in Dash and initiate them within the application i was in before accessing Alfred. I'm not really sure about this one... What if you want to search for a snippet to edit it and not just use it? It would definitely be useful in most of the cases, but sometimes it might be really frustrating as it would take you out of your regular workflow (using Alfred) and would cause you to open Dash and search for the snippet there. Edited April 12, 2013 by bogdansrc Link to comment
dntz Posted April 12, 2013 Share Posted April 12, 2013 (edited) I'm not really sure about this one... What if you want to search for a snippet to edit it and not just use it? It would definitely be useful in most of the cases, but sometimes it might be really frustrating as it would take you out of your regular workflow (using Alfred) and would cause you to open Dash and search for the snippet there. This situation often arises when using Alfred workflows, the solution is to create a second action, for example actioning return would open the snippet in Dash(as it does currently) but if cmd + return was actioned it would initiate the snippet in the location you were in before entering Alfred. I'm no expert with this stuff but I've seen this done in the 'Symbols' workflow by Piotr Wilczyński and it would work great with the Dash snippets. I've just purchased Dash as its gonna be much easier for me to use than CodeBox, addition of this feature would make it even more useful. P.S: here is a link to the symbols app, holding cmd,alt or fn before actioning pastes a different symbol code for each symbol. Edited April 12, 2013 by dntz Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 This situation often arises when using Alfred workflows, the solution is to create a second action, for example actioning return would open the snippet in Dash(as it does currently) but if cmd + return was actioned it would initiate the snippet in the location you were in before entering Alfred. I'm no expert with this stuff but I've seen this done in the 'Symbols' workflow by Piotr Wilczyński and it would work great with the Dash snippets. I've just purchased Dash as its gonna be much easier for me to use than CodeBox, addition of this feature would make it even more useful. P.S: here is a link to the symbols app, holding cmd,alt or fn before actioning pastes a different symbol code for each symbol. I could definitely do that! It'll be part of the next Dash update. lmartins 1 Link to comment
dntz Posted April 12, 2013 Share Posted April 12, 2013 (edited) I could definitely do that! It'll be part of the next Dash update. Thats great, looking forward to it. Thanks for creating such a great time saving application. I dont want to try turn this into a help thread but could i just ask, when the snippet panel appears for you to enter your placeholders, is there anyway to stop that panel disappearing when clicking to another application, or outside of the snippet window. I often require various urls to be inserted within my placeholders (not just the one copied to clipboard) and when i click over to my browser the snippet panel disappears. An example of this senario '<li><a title="__title__" href="@clipboard"><img src="__image-url__" alt="__title__"></a></li>' Thanks again Edited April 12, 2013 by dntz Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 That's not possible currently. Supporting that would be quite tricky and I haven't gotten to it yet (it's quite low priority) - email me if you're interested in more technical details about this. Link to comment
jonathanwiesel Posted April 12, 2013 Share Posted April 12, 2013 Love the app and now that is so greatly integrated with Alfred I love it even more =D Link to comment
bmscmoreira Posted April 12, 2013 Share Posted April 12, 2013 This looks promising. Dash itself is a must. I will buy it later tonight. However, I am not being able to use it with Alfred 2 (it says "searching for..." but no result is returned...) Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 This looks promising. Dash itself is a must. I will buy it later tonight. However, I am not being able to use it with Alfred 2 (it says "searching for..." but no result is returned...) One other user has reported this as well... I'll look into it and post more information here. Link to comment
bmscmoreira Posted April 12, 2013 Share Posted April 12, 2013 (edited) thanks, if you need info or logs please tell. In this computer I am using OS X 10.7.5, Dash 1.8.2. and Alfred 2.0.2. Edited April 12, 2013 by bmscmoreira Link to comment
lmartins Posted April 12, 2013 Share Posted April 12, 2013 Really happy about my Dash purchase today. :-) Hopping that extension update with option for applying the code directly arrives soonish :-) Link to comment
Benzi Posted April 12, 2013 Share Posted April 12, 2013 This is neat! Never used Dash before, but now I'm hooked Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 thanks, if you need info or logs please tell. In this computer I am using OS X 10.7.5, Dash 1.8.2. and Alfred 2.0.2. I think I fixed it. Redownload the workflow from http://kapeli.com/DashAlfredWorkflow.zip. Link to comment
bmscmoreira Posted April 12, 2013 Share Posted April 12, 2013 I have tested the original workflow (the one that is installed via Dash application) in OSX 10.8.3 and it runs ok. So it must be something with OSX 10.7 I think. Next monday I will be able to test the revised version in OSX 10.7.5 and I will tell how it went! Link to comment
bogdansrc Posted April 12, 2013 Author Share Posted April 12, 2013 I have tested the original workflow (the one that is installed via Dash application) in OSX 10.8.3 and it runs ok. So it must be something with OSX 10.7 I think. Next monday I will be able to test the revised version in OSX 10.7.5 and I will tell how it went! The other user that also reported the issue was using 10.7 as well. He confirmed that the issue is fixed with the updated 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