-
Notifications
You must be signed in to change notification settings - Fork 7.6k
HTML generation from CSS selectors #2029
Comments
Hi Adam, This looks pretty cool. Let me know if you would like to try to write an extension for Brackets with this functionality and I can help get you going. Thanks, |
Reviewed -- move to Trello; |
@DennisKehrig has started work on an Emmet plugin for Brackets: https://github.com/sergeche/zen-coding/tree/v0.7.1/plugins/brackets |
Yeah, I have a plugin for Brackets but I can’t release it because Bracket’s RequireJS lib conflicts with Emmet modules: #1495 Somebody (maybe me) should update RequireJS in Brackets. |
I think we actually did recently... |
Indeed: #1968 |
Oh, great! I’ll check Emmet plugin today and if everything works as expected, I’ll release it. |
Internally, I'm jumping up and down a bit :) |
Great! It was nice to see this unfold after creating a simple issue |
Hey @adam-lynch, long overdue: on https://github.com/emmetio/emmet/downloads you'll find the Emmets plugin for Brackets. To install, start Brackets, open the Help menu, click "Show Extensions Folder", open the "user" subfolder and extract the Good luck and have fun! :) |
Great! Thanks. FYI, extracting the ZIP into that directory wasn't enough. When it extracted, it just extracted the individual files there. I needed to create an "Emmet-Brackets-v1.0" directory for it to work. |
Ooooh, thanks and sorry! You're right of course. I was too focused on mentioning the user part because that was the most common cause for trouble when installing extensions recently. You can just rename "Emmet-Brackets-v1.0" to "emmet", though, the exact name is irrelevant. Glad you got it to run anyway :) |
Cool, thanks. |
This doesn't work for me with Brackets 22. The shorcuts & menu actions don't do anything |
you'll have to open a bug in the emmet extension repo because some shortcuts were previously overwritten by the extension which is no longer possible as of Sprint 22. |
@WebsiteDeveloper You're right. There's an existing issue for that. But the more interesting error is a |
I just came across Emmet. It would be really cool if this could be integrated into Brackets or something similar was achievable.
It translates stuff like:
into:
The text was updated successfully, but these errors were encountered: