scrimba / community

Repository for public issue-tracking and discussions
https://scrimba.com
910 stars 77 forks source link

Introduce Emmet toolkit in HTML editor #282

Open verheyenkoen opened 6 years ago

verheyenkoen commented 6 years ago

You know the drill, some coding shortcuts to quickly generate HTML tags:

ul#nav>li.item*4

Becomes (after pressing TAB key):

<ul id="nav">
    <li class="item">[cursor automatically placed here]</li>
    <li class="item"></li>
    <li class="item"></li>
    <li class="item"></li>
</ul>
drozumek commented 6 years ago

Mark it as a request. It's good idea to introduce emmet into Scrimba. You can contact to Emmet's author https://github.com/sergeche He had done implementation of emmet into a live editor (codemirror movie) as you can see here https://emmet.io/ (just click the "watch video").

drozumek commented 6 years ago

Any news about implementing emmet in Scrimba?

perborgen commented 6 years ago

This is unfortunately not something we have got time to do right now @drozumek :(

iamdevabdellah commented 5 years ago

Please include emmet into the editor. @perborgen

pedro-l9 commented 5 years ago

@perborgen still not considering? Would be absolutely awesome!

drozumek commented 4 years ago

Release the emmet!

aalemayhu commented 4 years ago

Edit: this comment was meant for another issue but keeping it here to debug later in GitSpeak.

@perborgen please close this when you deploy the z-index fix for the volume button.

Thanks.

onlurking commented 4 years ago

+1

bobziroll commented 3 years ago

+1 for emmet 😃

bagrechaaditya commented 2 years ago

+1 for emmet

kens-visuals commented 2 years ago

+1 for emmet

Jermaine-Lindo commented 8 months ago

+1 for emmet

SunnyRaj84348 commented 3 weeks ago

+1 for emmet

drozumek commented 3 weeks ago

+1 for emmet

Lol, they still haven't implemented Emeet, people asked about this 6 years ago :D