As my observation, Tinymce RTE and wordpress classic editor have their own html script generating format. For example:
In Tinymce RTE we have 2 span tags like this when editing
After clicking submit they are grouped into one p tag like
On the other hand. Wordpress classic editor will separate them into 2 p tags if we break new line as image above
There are more different things than the one I show and hope you can understand the context I am facing. But whatever they are 2 platforms. I may have to accept that
And about functionality for Tinymce RTE. I need to enable some things that are not available in umbraco RTE configuration like Fullscreen, Change Color, etc by config in appsettings.json. There is documentation in tinymce for enabling but it's not written for umbraco so I think we don't have the official doc for umbraco. Some ones successful enabled and some ones failed.
How to use another text editor
Hi guys.
We are using Rich Text Editor (TinyMCE) as default. Is there any package or can we replace to use others?
Thanks
Not that I am aware of, do you have a particular reason for wanting to change it?
I'm migrating a site uses wordpress to umbraco. Content is edited by wordpress's classic editor and it has different handling approach.
I don't really know wordpress that well, is there some functionality missing in tinymce that you require?
Tinymce is a very good html editor
Hi Huw Reddick.
As my observation, Tinymce RTE and wordpress classic editor have their own html script generating format. For example:
In Tinymce RTE we have 2 span tags like this when editing
After clicking submit they are grouped into one p tag like
On the other hand. Wordpress classic editor will separate them into 2 p tags if we break new line as image above
There are more different things than the one I show and hope you can understand the context I am facing. But whatever they are 2 platforms. I may have to accept that
And about functionality for Tinymce RTE. I need to enable some things that are not available in umbraco RTE configuration like Fullscreen, Change Color, etc by config in appsettings.json. There is documentation in tinymce for enabling but it's not written for umbraco so I think we don't have the official doc for umbraco. Some ones successful enabled and some ones failed.
Thank you!
is working on a reply...