TinyMCE plugin + html5, img plugin and figcaption / insert

I am looking for the best approach to creating a plugin in TinyMCE to implement the insertion of an HTML5 element <figure>along one or more child <img>s and a <figcaption>.

While the HTML5 specification seems to allow other types of shapes, i.e. except <img>that we are all dealing at the moment.

Ideally, the solution will be smooth and portable.

FYI we use TinyMCE w / Django.

+3
source share
2 answers

Source: https://habr.com/ru/post/1779896/


All Articles