ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

zk-codemirror 1.0 released

mjablonskiTop Contributor
28 Mar 2011 08:13:14 GMT
28 Mar 2011 08:13:14 GMT

Hi,

I've just released zk-codemirror 1.0. CodeMirror is a JavaScript library by Marijn Haverbeke that can be used to create a relatively pleasant editor interface for code-like content - computer programs, HTML markup, and similar.

zk-codemirror is used in production for serveral months in the ZK-driven Jease-Content-Management-System and works very reliable.

Download and sources of the project are located at: http://code.google.com/p/zk-codemirror

Online-demo is located at: http://www.jease.org/codemirror

Please feel free to ping me if you have questions or suggestions.

Have fun,
Maik

TonyQ
29 May 2011 20:21:28 GMT
29 May 2011 20:21:28 GMT

lol , I just found that I have done some similar things, too.

But the one I did is base on Code mirror 2.01 .
https://github.com/tony1223/zk-codeeditor

The way you fetching JS/CSS is better then my approach I think , still thinking how to organize such a package and minify the traffic as well.. ;)