TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zen Coding: A Speedy Way To Write HTML/CSS Code

13 点作者 Janteh超过 15 年前

3 条评论

jpcx01超过 15 年前
Pretty slick. Wish it worked better in TextMate though. I'll keep this in my toolbox, but for now I think it's better to think outside the box with something like HAML which can capture these shortcuts in your actual code, so its easier to traverse. HTML has a ton of useless information, seems better to strip all that out and only focus on the underlying content and structure.
评论 #955356 未加载
tyrmored超过 15 年前
It looks clever, but I don't think I'd use it. I don't really want another layer of abstraction between my keyboard and my HTML -- I'd sooner write it directly, closing tags and all.
MOdMac超过 15 年前
Here's a similar project supporting the same syntax written in python that woks in vim.<p><a href="http://github.com/rstacruz/sparkup" rel="nofollow">http://github.com/rstacruz/sparkup</a>