“代码” CKEditor 中的按钮

发布于 2024-10-11 22:20:36 字数 629 浏览 1 评论 0原文

我正在使用 CKEditor(当前使用版本 3.4.1 - 如果有必要,我可以升级)并且我缺少使用 标记的可能性,无论是从格式下拉列表还是通过工具栏上的按钮。

我找不到可以实现这一点的插件。我也没有经验或知识如何为此编写自己的插件。

您知道有一个插件可以帮助我启用“代码”按钮/格式(将选定的文本包装到 标签中)吗?如果没有,如果您指导我访问有关 CKEditor 插件开发的在线资源(某种解释基本基础知识的教程),我将不胜感激。

如果它有用,我的网站正在使用 Drupal 6.19,CKEditor 模块,CKEditor 3.4.1。至于插件开发教程,我已经找到了这个,但是大部分都是似乎超出了我的掌握范围。

I'm using CKEditor (currently using ver. 3.4.1 - I can upgrade if it's necessary) and I'm missing a possibility to use the <code> tag, either from the Format dropdown or via a button on the toolbar.

I couldn't find a plugin that would make this possible. I have also no experience or knowledge of how to write my own plugin for that.

Do you know of a plugin that might help me enable the "code" button/format (wrapping selected text into <code> tags)? If there is none, I would appreciate if you directed me to online resources about CKEditor plugin development (some sort of tutorial explaining the bare basics).

In case it's useful, my site's using Drupal 6.19, CKEditor module, CKEditor 3.4.1. As for plugin development tutorials, I have already found this, but most of it seems to beyond my grasp.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花之痕靓丽 2024-10-18 22:20:37

我用这个 ckeditor 插件解决了:
http://code.google.com/p/ckeditor-syntaxhighlight/

这也是兼容jquery插件SyntaxHighlighter
http://alexgorbatchev.com/SyntaxHighlighter/

I solved with this ckeditor plugin:
http://code.google.com/p/ckeditor-syntaxhighlight/

It's also compatible with the jquery plugin SyntaxHighlighter
http://alexgorbatchev.com/SyntaxHighlighter/

ヤ经典坏疍 2024-10-18 22:20:37

尝试 https://ckeditor.com/cke4/addon/codeTag

config.extraPlugins = 'codeTag';

没有其他依赖项。

Try https://ckeditor.com/cke4/addon/codeTag

config.extraPlugins = 'codeTag';

No additional dependencies.

二智少女 2024-10-18 22:20:37

所见即所得
浏览配置>所见即所得

...
启用“来源”按钮。

Get wysiwyg
Browse configuration>wysiwyg

...
Enable the 'source' button.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文