语法荧光笔和 Tiny MCE

发布于 2024-10-21 20:52:13 字数 633 浏览 1 评论 0原文

我使用了这个插件: https://github.com/RichGuk/syntaxhl 通过获取语法高亮支持蒂姆塞。这工作正常(我在编辑时看不到荧光笔,但这没问题)

我将整个内容异步发送到我的服务器,并在编辑器之后在 div 中更新整个内容。 但如果我得到这个更新,我已经这样做了

SyntaxHighlighter.all();

,所以我的问题是,当我收到新帖子时,是否可以运行此命令两次(当然不是,但有其他方法可以从头开始渲染整个网站)吗?我尝试调用 .all();每次更新都这样,但这行不通。

还有第二个小问题:

如果我在一行中添加包含大量文本的代码,因此需要换行,则 SyntaxHighlighter 不会向我显示正确的行数。这是一个小图 http://www.myimg.de/?img=Unbenannt7292d.png(屏幕截图中的代码不属于问题)

请帮助我!谢谢!!

I've used this plugin: https://github.com/RichGuk/syntaxhl to get syntaxhighlighter support via tinymce. this works fine (i dont see the highlighter at time of editing, but thats no problem)

i send the whole thing asynchron to my server and get the whoile thing updated in a div after the editor.
but if i get this update, i have already done

SyntaxHighlighter.all();

so my question is, is it possible to run this command twice (well its not, but is there an other way to render the whole site from start) when i recieve a new post? i tried calling .all(); on every update but that doesnt work.

and a second small question:

if i add code with much text in a line, so a linebreak is needed, the SyntaxHighlighter doens't show me the right row count. heres a small figure http://www.myimg.de/?img=Unbenannt7292d.png (the code in the screenshoot doesn't belong to the problem)

please help me! thanks!!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文