We have allot of source code examples in our CMS-content and need to be able to show these in TinyMCE. But we haven't found a way to enable the code-plugin in Umbraco heartcore.
Our current best attempt is to add code as an element in editor.css. But this made all the source code be on one line and was served as a div-element by the API.
/**umb_name:Source code*/
code {
}
TinyMCE already has a code plugin, please add/enable it in Heartcore 😊
While the code plugin in itself would be fantastic we would also love the ability to specify which language we are writing in. Our code examples are often in different languages, even on the same page.
It would be fantastic if Umbraco Heartcore let us install any TinyMCE plugin we wanted, even once we write ourselves.
Code-plugin for TinyMCE in Heartcore
We have allot of source code examples in our CMS-content and need to be able to show these in TinyMCE. But we haven't found a way to enable the code-plugin in Umbraco heartcore.
Our current best attempt is to add code as an element in editor.css. But this made all the source code be on one line and was served as a div-element by the API.
TinyMCE already has a code plugin, please add/enable it in Heartcore 😊
While the code plugin in itself would be fantastic we would also love the ability to specify which language we are writing in. Our code examples are often in different languages, even on the same page. It would be fantastic if Umbraco Heartcore let us install any TinyMCE plugin we wanted, even once we write ourselves.
Hi there
Thanks for the feature request.
It would be great if you could log it on our Heartcore issue tracker as a feature request :)
Here's the link https://github.com/umbraco/Umbraco.Heartcore.Issues/issues
is working on a reply...