Emmet (previously known as Zen Coding) is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow.

learn more… | top users | synonyms (3)

0
votes
1answer
7 views

What is the shortest syntax of zen coding/ emmet for writing following html?

What is the shortest syntax of zen coding/ emmet for writing following html? <div id="main-wrapper"> <div id="left"> <div class="inner-wrapper"> <div ...
0
votes
0answers
20 views

change all at once emmett notepad++ [closed]

I know this is a simple question but I have looked everywhere and cant figure it out. I am building lots of forms and sometimes i need to change the input element names. What i want to do is if the ...
0
votes
1answer
22 views

Emmet overwritten snippet

I have been following the lessons on HTML and CSS provided by Jeffery Way on Tuts+: http://learncss.tutsplus.com/ I got to the video on Zen Coding: http://learncss.tutsplus.com/lesson/zen-coding/ ...
0
votes
3answers
14 views

How to add siblings to a parent element?

I'm using Sublime Text 2 with the Emmet plug-in. This is the target HTML: </html <head> <title></title> </head> <body> </body> ...
0
votes
1answer
21 views

Zen code- writing style - image src change

How can i get this output from zencoding <div class="span1"><img src="/images/1.png" alt="" /></div> <div class="span2"><img src="/images/2.png" alt="" /></div>
1
vote
1answer
24 views

Zen-coding child numbering

I was searching a lot for this, maybe someone know a good answer for this. I tried to use this: (.span3>img[src="/images/img_$.png"])*4 But this creates: <div class="span3"><img ...
1
vote
1answer
45 views

Add space after colon zencoding-vim for .scss files

I am using the ZenCoding plugin for vim and I want it to expand CSS abbreviations by adding a space after every colon, which is not the current default behaviour for SCSS files. I checked both ...
0
votes
1answer
41 views

jade template engine - defining new operators

Is is possible to define new operators using jade? Similar to the abbreviations in emmet. I would like to define something like k=v to be <op key="k" value="v"/> and k eq 1 to be ...
0
votes
1answer
101 views

Sublime Text: Emmet tab handler in other files than HTML without CTRL + E?

I'd like to use Emmet inside other filetypes/syntax modes than HTML. Especially in .tpl files from Smarty and other template files of different CMS. Is there any way I can use the tab handler in those ...
0
votes
1answer
91 views

aptana 2.0.5 & emmet plugin

after installing emmet (from http://emmet.io/eclipse/updates/ ) i received this message below: Cannot complete the install because one or more required items could not be found. Software being ...
1
vote
1answer
993 views

Sublime Text 2 using Zen coding aka Emmet inside a script area

When are are using Sublime Text 2 with Zen coding aka Emmet inside a script area (for Moustache.js) we lose the quick-codes and kb shortcuts. The auto complete is replaced the HTML markup in to ...
0
votes
0answers
55 views

How to changing text.ruble in Aptana

Hello I like to change the trigger of the copyright snippet in the text.ruble or give precedence to Emmet (Zen Coding). I have changed s.trigger = 'cop' of text.ruble in two locations; ...
2
votes
1answer
115 views

generate Emmet code from HTML

I am talking about Emmet.io (former Zen Coding) Is there a Javascript code or JQuery plugin that does that in reverse? Example: emmet('ul > li*3') => ...
0
votes
1answer
572 views

sublime text 2 emmet plugin issues

I just got the message of the new released plugin from Emmet in sublime text 2. I tried it out but i still get the same issue as before meaning I can't make the wrapping action work. None of the ...
1
vote
0answers
34 views

Zen Coding in ASP.net webforms

I've installed the Web Essential for VS 2012 and trying out ZenCoding in ASP.net webforms project specifically in .ascx. However, it did not produce any HTML code. For example, this "ul>li*5>lorem3" ...
1
vote
2answers
241 views

Nested abbreviation expansion with emmet in sublime text

In sublime text with emmet plugin I can write To get But if I want to generate some lorem or other tag after pressing tab I go to the next list item how can I avoid this?
1
vote
1answer
73 views

CodeMirror with Zen Coding not working

I'm trying to get Zen Coding working for CodeMirror (for a project already using CodeMirror successfully). Following the demo, I'm initializing the CodeMirror instance like so: var myCodeMirror = ...
0
votes
1answer
140 views

Zen Coding worng abbreviations in Aptana

Hello I am using Zen Coding in Aptana, but some abbreviations are not working correctly. When I type w TAB I get white-space: instead of width: Can someone tell me how I can set up correct ...
1
vote
1answer
48 views

Does emmet allow boolean attributes?

When I type the following text into an editor that understands emmet: div.fragment>pre>code.javascript[contenteditable] it expands to: <div class="fragment"> <pre><code ...
2
votes
1answer
218 views

Zen coding support for CSS in Web Essentials 2012 for Visual Studio

i'Ve installed web essentials 2012 for VS2012. But it seems it doesen't support zen coding for css?? or am i missing something?? please help.. thanks.
2
votes
3answers
441 views

What is the shortcut to use Zen Coding for Notepad++?

What is the shortcut key (Tab?) to activate Zen Coding within Notepad++ once Zen is installed? Could it be F1? Tab is not working. Nothing in Preferences under Editing.
1
vote
0answers
29 views

How to make a reverse way in ZenCoding

Is possible in Zencoding in the opposite way? For example, i have the HTML code <div id="test"><span></span></div> => i mark this block of code , push some shortcut and ...
0
votes
1answer
68 views

How to split lines in Zen Coding for vim

Whenever I use Zen Coding for vim I usually have the same issue: When I want to wrap a paragraph with p the output would look like this: <p>Text</p> However, I'd like it to output like ...
4
votes
3answers
504 views

Zen Coding updated emacs mode

It seems that the GitHub repo for Zen Coding in emacs is not actively maintained (last commit was a year ago), and there are some features missing, e.g. the html:5 "tag". I couldn't find any other ...
1
vote
1answer
104 views

Unset key binding in emacs

For example, in the codes of zen-coding, the "C-j" shadows the normal behavior of "C-j" (newline-and-indent) (define-key zencoding-mode-keymap (kbd "C-j") 'zencoding-expand-line) Then how can I ...
0
votes
1answer
37 views

Using Enmet with ERB

I'm wondering if it is possible to easily mark up ERB templates using the Enmet/ZenCoding plugin for SublimeText2. For example, you can normally do: span.goodbye{hi there!} --> tab --> <span ...
0
votes
0answers
105 views

Bluefish+Zencoding - CSS does not expand properly

My setup. OS - LinuxMint 13 Maya Bluefish 2.2.2 with Zencoding integrated. The problem: I create a new file, set document language mode to CSS save it with .css extension. However, when i type any ...
1
vote
2answers
182 views

How to put text into the tabs - Zen Coding

With ul>li*3 I achieve <ul> <li></li> <li></li> <li></li> </ul> but what I ...
0
votes
1answer
1k views

Sublime text 2 - zen coding change key binding

I need the TAB to switch between highlights in my css snippets. I'm using css snippets and #FFF+tab => I want to change zen-coding key biding from tab to CTRL+, (comma) I've changed (the last line ...
0
votes
1answer
330 views

Sublime Text 2 key settings override zen coding settings

I have installed zen coding in Sublime Text 2 on windows 7. But the shortcuts for html and css are not working as it works on my mac. For eg: if we expand rz, the result should be resize: but the ST2 ...
1
vote
1answer
38 views

Zen Coding interval on producing N elements

here's a quick question on Zen Coding. If: div.foo-$*3 produces this: <div class="foo-1"></div> <div class="foo-2"></div> <div class="foo-3"></div> What if I ...
1
vote
1answer
476 views

How to programmatically install zen coding on sublime 2?

I was wondering if there is a programmatically way to install zen coding plugin. I did the research but the only manner I found was through Sublime Console. I'm struggling for this answer but it never ...
1
vote
1answer
472 views

Can zen coding go back to the previous level?

zen coding is a nice tool. But can zen coding go back to the previous level? Look at this example: <p> <span class="footnote1"></span> <p> <p> <span ...
0
votes
1answer
216 views

Zen Coding CSS in TextMate doesn't expand anything

I've installed … TextMate.Zen.CSS.1.3.1.zip TextMate.Zen.HTML.1.3.1.zip Zen.Coding-TextMate.v0.7.zip … and using version 1.5.11 (1635) HTML expansion seems to work fine. But no CSS abbreviation ...
0
votes
1answer
377 views

Display dropdown menu in zen cart

I require help of you in zen cart. i have menu like this in my project I have tho add drop-down option menu in the product and it display some the product like New Arrival product a product b ...
0
votes
1answer
289 views

How to get Zencoding to add a closing comment to divs in Sublime Text 2?

I had previously managed to get Zencoding in ST2 to autocomment closing tags eg: I'd type div.my_div and hit tab and as well as creating the div, it would also add a closing comment so that I can ...
0
votes
1answer
102 views

Is it possible to use zen coding indexes within a parent element to apply to a child?

Say you have the zen snippet: div#container>(div.panel>h2{this is the header inside panel $})*3 it will evaluate to: <div id="container"> <div class="panel"> ...
0
votes
0answers
232 views

PhpStorm - can't enable zen coding

Since i've just installed PhpStorm yesterday, I'm trying to get zen coding feature to work. I have looked through here: http://www.jetbrains.com/phpstorm/webhelp/zen-coding-support.html So it looks ...
0
votes
1answer
49 views

Zen nth element

I've been using zen coding and I love it. There's just one thing I can't figure out how to do (or if it's even possible.) Say I typed: ul#navigation>li*3 Which would output: <ul ...
0
votes
2answers
1k views

Zen conding for Sublime text 2 , how can I set the shortcuts?

As You Know ,Sublime text 2 is a wonderful text Editor .We can use the package control to install package .Zen coding is best one of these packages .But how can I change the key settings ? Now I just ...
1
vote
0answers
324 views

Vim + zencoding: Both tab and <c-y> expand tags

I have gVim 7.2 and recently added Zencoding to help with my web programming. I changed the keymapping from <c-y>, to <c-y> for expanding tags. Then, while editing my files in Vim's ...
2
votes
2answers
303 views

ZenCoding in PHPStorm: how to make XML tags self-closing?

I am using the Zen coding-alike stuff in PHPStorm for my XML documents. I find it to be very useful. The only thing is that most of the tags I write should be short (self-closing) tags. Zen however, ...
0
votes
1answer
179 views

Zen Code to create html layout for a sudoku solver

I'm making a sudoku solver in html/css/js the layout i'm going for is: a main container div . . . end main container div I've gotten this far in ...
3
votes
3answers
2k views

Sublime Text 2 and Zen Coding CSS Abbreviation

I'm unable to use Zen Coding CSS in Sublime Text 2. I installed Zen Coding on Sublime Text 2 via Package Control and I'm trying to use css abbreviations but I can't. If I write "v:v + tab" in .css ...
0
votes
1answer
279 views

Modifying abbreviations in Zencoding

I use notepad++ with Zen Coding. I would like to add a new abbreviation script:jquery17 which does the following <script type="text/javascript" ...
1
vote
0answers
35 views

Textmate Wrap with Abbreviation throws error

While using Wrap with Abbreviation feature of Zen Coding Bundle in Textmate it throws Index Out of Range Error and do nothing.
1
vote
4answers
1k views

Zen Coding + wrap with abbreviation in Sublime Text 2

Seems like this should be simple. I'm just trying to wrap with abbreviation in Sublime Text 2. For example, I'd like to wrap the following Zen Coding tags around some list items: nav>ul.example>li*4 ...
0
votes
1answer
529 views

notepad++ zen coding 'wrap with abreviation'

i am using NP++ and zen coding when i try to wrap with abreviation a word, this is the result im looking for: Zynga shares opened <i>slightly<i/> higher Friday but instead, i get ...
0
votes
1answer
396 views

Zen Coding (Selected Text) in Aptana Studio 3

How can I do zen-coding with selected text? I was able to do it in Aptana Studio 2 but now I can't do it Studio 3.. I can type p*3, select that and run 'Expand Abbreviation' -- that works. it gives ...
1
vote
3answers
1k views

Zen coding in .php extension with Sublime Text 2

Im used to doing zen coding in .html file and it works! But I cant figure out how to do the same when im in .php file, tried ctrl+alt+enter too but nothing happend. Im working on a Joomla website so ...

1 2 3