dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

User docsets #78

Closed kidd closed 9 years ago

kidd commented 9 years ago

Ability to download user contributed docsets. It uses kidd/dashes-to-dashes api as an adapter. In the future, probably official ones will go through there also.

The behaviour of the app should be the same, just call m-x helm-dash-install-user-docset. RET

@areina: we should test it thoughfully before merge

areina commented 9 years ago

Hey, I tried to install Arc Lisp docset and I got this message: Docset installed. Add "tar: Error is not recoverable: exiting now" to helm-dash-common-docsets or helm-dash-docsets. Terraform docset worked well, so it looks like an issue with that docset. Could we catch the exception?

kidd commented 9 years ago

Hey! Thanks for the review.

There was an issue with files with spaces. Fixed it :)

areina commented 9 years ago

Cool, Arc Lisp docset is working fine now. Merging, thanks!