A
A
Artur Panteleev2013-11-30 17:34:01
HTML
Artur Panteleev, 2013-11-30 17:34:01

How to edit Emmet-ZenCoding snippets in NotePad++?

Hello. I use the Emmet plugin - very convenient and cool. But it would be even more convenient if I could edit snippets and create my own)
For example, if you enter A, I would like to get
div.cont
:
<div class = 'cont'><div>

<div class = 'cont'>

<div>

Plus, I want to add my attributes to some tags (img, input)
I love this possibility, there were thoughts to configure via json. Help, who knows how to do it!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kudlayko, 2014-01-13
@kudlayko

Attributes are added like this
Result:

<div class="cont" attr1="attr1" attr2="attr2"></div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question