任何好的 joomla 文章代码编辑器?

Any good code editor for joomla articles?

我喜欢 JCE,但尽管配置了它,它总是会删除代码行。

有人设法使用 JCE 而不用它来触及代码的 any 吗?

或者您在 Joomla 文章中作为代码编辑器的最佳选择是什么?

edit1:JCE 转换

<iframe class="clarity-widget" data-c-id="63193" data-c-width="" frameborder="0"></iframe>
<script src="https://clarity.fm/assets/widget_loader.js"></script>
<style scoped="scoped" type="text/css">
        <!-- iframe {
            width:345px;
        }
        -->
    </style>

进入

<script src="https://clarity.fm/assets/widget_loader.js" type="text/javascript"></script>
<style scoped="scoped" type="text/css">
    <!-- iframe {
        width:345px;
    }
    -->
</style>

iframe被移除,样式标签为"scoped".

点击"Components"->"JCE Editor" -> "Profiles"。然后单击 "Default" 行,单击 "Editor Parameters" 选项卡(如果需要,可以指示 JCE 不要验证该页面上的 HTML),然后单击"Advanced" 选项卡(左侧),然后单击 "Allow JavaScript" 旁边的 "Yes" 并单击 "Allow CSS" 旁边的 "Yes",然后单击 "Save"在左上角。

如果仍有问题,请post返回这里。

@Elin 提到的代码镜像是一个很好的选择,内置于 Joomla 3。