Sublime Forum

Zen Coding ( CSS Snippets )

#45

Hmmm,

the package version doesn’t launch the “Enter Koan” on ctrl+alt+enter

0 Likes

#46

Yep, It was definitely a html document.

I removed the previous ZenCoding folder from the packages and installed the google code one. It had the same structure as the other. Opened Sublime switched to HTML and it wouldn’t lanuch. Restart Sublime a few time and kept trying.

I’ve switched back to the bitbucket version and it’s working fine again. Strange.

0 Likes

#47

Thanks for the update sublimator! Working great so far. (Enter koan: … works fine for me)

0 Likes

#48

I see that you have updated this, but I am not sure exactly which files I need to download in order to have this newer functionality.

0 Likes

#49

I see that it has been updated on the Zen Coding Project page.

0 Likes

#50

In time many will reward you for your contribution in helping them become more productive using sublime text patience is the key.

0 Likes

#51

I’m having a wacky issue with Zen right now. It really sucks that I can’t scope html on a page in Sublime until it’s already in an HTML tag (hoping for a fix soon?) but the macro that Sublimator was a good workaround. For some reason it isn’t working now, maybe due to the latest update? Now, when I type ‘html:xs’ and hit tab, it just erases the ‘html:xs’ and does nothing. See it here.

0 Likes

#52

Haha… Well I got one problem fixed:
http://www.screencast.com/users/n00ge/folders/Jing/media/2138c26a-069d-4b31-877f-5655896d1585

0 Likes

#53

Awsesome. Works great. Thanks man.

0 Likes

#54

I’ve got Sublime Portable installed on a USB stick; how would I install Zen onto this install? This third-party system doesn’t understand the sublime-package extension, so I can’t install automatically.

Thanks in advance.

0 Likes

#55

Just stick it in the ‘Pristine Packages’ folder off the root of where you stuck Sublime. Restarting Sublime will unzip the package and make the planets align.

0 Likes

#56

Harmonic convergence achieved. Thanks for the help!

0 Likes

#57

Hi. I have a problem with zen-coding for sublime:
I created html-file with inline-styles, and want indent css-code block, press Tab-key and cursor just jumps a few lines down, and no indent my CSS-block. Any ideas?
P.S. sorry for bad english (:

0 Likes

#58

sublimator has the CSS snippet fix been pushed yet? My snippets aren’t working :stuck_out_tongue:

0 Likes

#59

I can’t find Sublime.Zen.Coding.1.2.3.zip anywhere. Just Sublime.Zen.Coding.1.2.2.zip

0 Likes

#60

Hi, i downloaded the one from here but it didn’t fix the problem sadly :frowning:

bitbucket.org/sublimator/zencoding/wiki/Home

0 Likes

#61

Now this is probably very strange but i reinstalled the version on Google then open the default keymap and looked for the change here…

bitbucket.org/sublimator/zencod … 87ff705fd8

Which had already been applied to that version but it still wasn’t working for me. So I switch it back to the massive key binding that was removed and now my custom snippets and Zen are working fine together :smile:

0 Likes

#62

Spoke too soon. It has the bug of not working with snippets containing “:” :frowning:

0 Likes

#63

Zen-coding plugin is great. Thanks for that.

I have some questions:
1) Format CSS rule doesn’t work - code.google.com/p/zen-coding/wiki/Filters

Have tryed to change alias to “html, fc” inside “Sublime Text\Packages\ZenCoding\zencoding\filters\format-css.py” - no effect.

2) Is it possible, to expand abbrreviations like “input:t” on Tab for html? Alt+E is not convenient.

3) How to add text inside link or some block, when we use ctrl+alt+enter? Like, we should get this:

[code]


sometext

someanchor
[/code] We type: div>div+(div>a) What about text, which command is used for it?

4) html:5 doesn’t work inside html files. Should I remove default sumlimetext packages for html and css?
On tab no effect, on alt+e it removes “html:5” and gives nothing.

5) How do I add for html snippet, extra edition point for #:

'a': '<a href="#"></a>'

Like ${1:#} (if we don’t change, it will keep #, else it should replace #)

6) Seems there are snippets and abbreviations for html, and none of them work on tab key? How to make them work for this key?

Thanks.

0 Likes

#64

sublimator, some of the items are bug reporting…

0 Likes