推荐 joomla html 编辑器扩展/软件

发布于 2024-08-26 22:24:17 字数 982 浏览 2 评论 0原文

我最近开始使用 Joomla 1.5,并使用软件包附带的 TinyMCE 在线所见即所得编辑器来编辑文章。我倾向于直接编写 html 和 javascript,而不是使用 WYSIWYG 函数,我发现在第一次应用更改(页面更新)后,大多数 html 变成 4-5 个单独的大段落。在那里很难找到东西,因为内容没有格式——例如:

<p><span id="psy_ass_span" class="pink_heading">Psychometric Assessment</span></p>
<div id="psy_ass_div" class="pink_box"><img class="img_right"     
src="templates/teamwork.jpg" border="0" />
<p><strong>Emporkommen</strong> uses <strong>Psychometric assessment</strong> as a tool     
in order to gain insight into a person’s personality and psychological thinking. It can 
help develop team spirit in t
<script src="plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js"   
type="text/javascript"></script>
he workplace and assess an individual’s priorities.</p>

加上显然编辑器中没有代码突出显示,所以你无法弄清楚什么是什么。我的问题是,你们是否知道好的(最好是非商业的)扩展或其他软件或技术可以使 Joomla 1.5 文章中的 html 代码编辑更容易,即使在多次应用更改后也是如此。

I've started using Joomla 1.5 recently and am using the TinyMCE online WYSIWYG editor that comes with the package to edit articles. I tend to write direct html and javascript rather than use the WYSIWYG functions, I find that after the first time the changes are applied(page updated) most of your html becomes 4-5 separate big paragraphs. Its very hard to find stuff in there cause the content has no formatting -- eg:

<p><span id="psy_ass_span" class="pink_heading">Psychometric Assessment</span></p>
<div id="psy_ass_div" class="pink_box"><img class="img_right"     
src="templates/teamwork.jpg" border="0" />
<p><strong>Emporkommen</strong> uses <strong>Psychometric assessment</strong> as a tool     
in order to gain insight into a person’s personality and psychological thinking. It can 
help develop team spirit in t
<script src="plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js"   
type="text/javascript"></script>
he workplace and assess an individual’s priorities.</p>

Plus obviously there is no code highlighting in the editor so you can't figure out what is what. My question is, do you guys know of good(preferably non-commercial) extensions or other softwares or techniques that can make editing html code in Joomla 1.5 articles easier even after applying changes several times.

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

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

发布评论

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

评论(2

趁年轻赶紧闹 2024-09-02 22:24:17

您应该尝试 JCE - http://www.joomlacontenteditor.net
它是一个所见即所得的编辑器,但它有一个很棒的代码编辑器,具有语法突出显示等功能。

You should try JCE - http://www.joomlacontenteditor.net.
It's a WYSIWYG Editor, but it has a great Code Editor with syntax highlighting and stuff.

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