We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13166
    • 24 Posts
    First: How to enable HTML5 with TinyMCE?

    Second: I found an interesting description at https://gist.github.com/551339. The question ist, how to integrate it in MODx?

    Third: I found the file »assets/components/tinymce/xconfig.js« and changed it, but it doesn’t work. Someone has an solution?

    Fourth: How to integrate new block elements in the dropdown in TinyMCE? If I add »articel« for example, the drpodown shows me an new empty line.

    Thanks
    István
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      That is a work in progress, it is not a completed official solution. At this point, TinyMCE does not support HTML 5. I work around this by making sure my HTML 5-specific tags are either in my template or in chunks. All that I have in the content field or any Rich Text TV fields is content text, or compatible element tags.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 13166
        • 24 Posts
        I know that this solution is work in progress, but to add new elements in the config should work, or is the »xconfig.js« work in progress?