最好的 HTML 代码共享应用程序
我在 google 上搜索了一段时间,以确定最适合编码器的示例框。
我想分享不同形式的 ECMA 脚本(例如 JS)等,为用户提供颜色编码和复制代码的简单方法。我知道有几个,但我想从 SOF 那里得到一些意见,因为你们可能有很好的代码经验。
那么-您[会]使用什么代码共享工具?
解决方案
我最终使用Gist来 >完整代码片段,并使用语法荧光笔来处理*不完整的*代码示例。有一个用于语法荧光笔的 Drupal
插件,但我敢说弄清楚这个插件比仅以老式方式做事更痛苦(老式方式就像 5 年前一样。 .)
I've been searching google for a while to determine the most coder-friendly example boxes.
I'm wanting to share varying forms of ECMA script (JS for example) etc that provides the user with color coding and a simple way of copying the code. I know there are several out there, but I wanted to get some opinions from SOF since you guys probably have good experience with code.
so- What's the code-sharing tool you [would] use?
the solution
I ended up using Gist for complete snippets and am using Syntax Highlighter for *incomplete * code samples. There's a Drupal
plugin for the Syntax Highlighter, but I dare say it's more of a pain to figure out the plugin than it is to just do things the old fashioned way (old fashioned being like 5 years ago..)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 http://jsfiddle.net/
颜色编码 — 检查
HTML、CSS、JS — 检查
现场演示 — 检查
I use http://jsfiddle.net/
Color coding — check
HTML, CSS, JS — check
Live demo — check
gist 具有语法突出显示功能,用户可以单独下载文件、作为 zip 存档或使用 git。您可以轻松地将文件嵌入到其他站点。
此外,该网站会跟踪更改,其他用户可以添加评论或分叉要点来自行更改。
gist has syntax highlighting and users can download the files separately, as a zip archive or using git. You can embed the files easily on other sites.
Additionally, the site tracks changes and other users can add comments or fork a gist to change it themselves.