Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marcus 42 posts 183 karma points
    Dec 14, 2023 @ 09:55
    Marcus
    0

    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

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Dec 14, 2023 @ 10:06
    Huw Reddick
    100

    Not that I am aware of, do you have a particular reason for wanting to change it?

  • Marcus 42 posts 183 karma points
    Dec 14, 2023 @ 10:38
    Marcus
    0

    I'm migrating a site uses wordpress to umbraco. Content is edited by wordpress's classic editor and it has different handling approach.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Dec 14, 2023 @ 11:49
    Huw Reddick
    0

    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

  • Marcus 42 posts 183 karma points
    Dec 16, 2023 @ 13:48
    Marcus
    0

    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 enter image description here

    After clicking submit they are grouped into one p tag like

    enter image description here

    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!

Please Sign in or register to post replies

Write your reply to:

Draft