daaain / Handlebars

Fullest Handlebars.js templating support for Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://packagecontrol.io/packages/Handlebars.
MIT License
301 stars 48 forks source link

Atom not working #62

Closed tomitrescak closed 9 years ago

tomitrescak commented 9 years ago

How do you make this work in atom? Activating your plugin does not show up Handlebars in the list of possible editors.

daaain commented 9 years ago

Which operating system are you using?

It's definitely working for me: screen shot 2015-05-27 at 18 47 44

tomitrescak commented 9 years ago

OS X, same as you. When I click on the bottom right kf the window to change from html to handlebars it does not I'm up in the list.

daaain commented 9 years ago

Hmm, strange...

Are you using the latest version of OS X (10.10.3) and Atom (0.202.0)?

Can you see the package installed and enabled under Community Packages?

image

thewalkingtoast commented 9 years ago

I am experiencing the same issue. I am using 1.1.0 of this package and it is enabled in Atom. I did have https://github.com/Sneagan/atom-handlebars installed but disabled. I removed both and reinstalled this one, no luck (restarting Atom in-between). I am using OS X 10.10.3 and Atom 0.204.0. Let me know if there anything else I can do to assist. Thank you!

tomitrescak commented 9 years ago

Same configuration for me. On Sun, 31 May 2015 at 12:58 Adam Radabaugh notifications@github.com wrote:

I am experiencing the same issue. I did have https://github.com/Sneagan/atom-handlebars installed but disabled. I removed both and reinstalled this one, no luck (restarting Atom in-between). I am using OS X 10.10.3 and Atom 0.204.0. Let me know if there anything else I can do to assist. Thank you!

Reply to this email directly or view it on GitHub https://github.com/daaain/Handlebars/issues/62#issuecomment-107113393.

daaain commented 9 years ago

OK, I found the problem, apparently Atom is not checking out the symlink to the grammar syntax JSON file so as far as it's concerned it's an empty package. The reason it worked for me is because I had my local development folder symlinked into the Atom packages folder.

Anyway, as a workaround I'll just duplicate the file for now until there's a cleaner solution in the build system in Sublime's AAAPackageDev: https://github.com/SublimeText/AAAPackageDev/issues/59

daaain commented 9 years ago

@tomitrescak @thewalkingtoast please update to v1.1.1 and let me know if that fixes the issue for you!

thewalkingtoast commented 9 years ago

@daaain That did. Thank you! I had to restart Atom (updating wasn't enough on its own) but everything is great now. :+1:

tomitrescak commented 9 years ago

Works for me as well. Thanks for the fix.

On Mon, 1 Jun 2015 at 5:53 am Adam Radabaugh notifications@github.com wrote:

@daaain https://github.com/daaain That did. Thank you! I had to restart Atom (updating wasn't enough on its own) but everything is great now. [image: :+1:]

Reply to this email directly or view it on GitHub https://github.com/daaain/Handlebars/issues/62#issuecomment-107240060.

~ Tomi Trescak / Researcher tomi.trescak@gmail.com / 0487 261 213

daaain commented 9 years ago

Closing as it seems everyone's Atom is happy now :)