community icon indicating copy to clipboard operation
community copied to clipboard

Introduce Emmet toolkit in HTML editor

Open verheyenkoen opened this issue 6 years ago • 14 comments

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>

verheyenkoen avatar Mar 29 '18 08:03 verheyenkoen

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 avatar Apr 10 '18 12:04 drozumek

Any news about implementing emmet in Scrimba?

drozumek avatar Jul 12 '18 23:07 drozumek

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

perborgen avatar Jul 14 '18 13:07 perborgen

Please include emmet into the editor. @perborgen

iamdevabdellah avatar Apr 01 '19 03:04 iamdevabdellah

@perborgen still not considering? Would be absolutely awesome!

pedro-l9 avatar Apr 10 '19 17:04 pedro-l9

Release the emmet!

drozumek avatar Nov 25 '19 19:11 drozumek

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.

aalemayhu avatar Apr 02 '20 09:04 aalemayhu

+1

onlurking avatar Jun 18 '20 15:06 onlurking

+1 for emmet 😃

bobziroll avatar Sep 16 '20 17:09 bobziroll

+1 for emmet

bagrechaaditya avatar Jan 26 '22 11:01 bagrechaaditya

+1 for emmet

kens-visuals avatar Jan 31 '22 19:01 kens-visuals

+1 for emmet

Jermaine-Lindo avatar Nov 22 '23 03:11 Jermaine-Lindo