辋川集

木末芙蓉花,山中发红萼,涧户寂无人,纷纷开且落

By - 陳 思敬

Emmet Cheatsheet

The essential toolkit for web-developers
Emmet (previously known as Zen Coding) is a plugin for many popular text editors which greatly improves HTML & CSS workflow.
快捷查询:http://emmet.evget.com/
本地镜像:http://www.chenzixin.com/static/docs/emmet/

附:
Basically, most text editors out there allow you to store and re-use commonly used code chunks, called “snippets”. While snippets are a good way to boost your productivity, all implementations have common pitfalls: you have to define the snippet first and you can’t extend them in runtime.
Emmet ( Docs ) takes the snippets idea to a whole new level: you can type CSS-like expressions that can be dynamically parsed, and produce output depending on what you type in the abbreviation. Emmet is developed and optimised for web-developers whose workflow depends on HTML/XML and CSS, but can be used with programming languages too.

Leave a Reply

Your email address will not be published.
*
*