web编辑器 WebVI

fmms 13年前
     <p>WebVI是linux下著名web编辑器,vi的html实现。它可以通过简单设置textarea域的class属性将现有的网页或是单一的javascript文件转换为vi文本域。</p>    <p>在线演示:<br /> https://sites.google.com/site/damyonwiese/code/web-vi</p>    <p>使用方法:</p>    <pre class="brush:html; toolbar: true; auto-links: false;"><script type="text/javascript" src="webvi.js"></script>  <textarea rows="30" cols="80" class="webvi">Some text to go in the text area</textarea></pre>项目地址:    <a href="/misc/goto?guid=4958190734097991502" target="_blank">http://code.google.com/p/webvi/</a>    <p></p>