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.
Daryl source
share