我喜歡JCE,但是儘管配置了它,它總是去掉代碼行。joomla文章的任何好的代碼編輯器?
有人設法使用JCE而沒有它觸摸任何的代碼?
作爲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中被移除,並且風格標籤是 「作用域」。
對於_code_的意思是JavaScript?和CSS? – Michel
爲什麼不只是使用內置的Code Mirror編輯器? – Elin
@Michel,我的意思是JS,CSS和PHP。 –