Wordgard: The new in-browser rich-text editor from the creator of ProseMirror
Wordgard [wΙrd-gΙrd] noun A garden for cultivating words. Open-source JavaScript library implementing an in-browser rich-text editor.
Wordgard provides a set of tools for building content editors. It is not a free-form HTML editor, but one where you control precisely what kind of content you support.
Its main distinguishing feature is a powerful programming interface that makes the library a good foundation for customized editorsβeven complex, demanding ones.
Precisely define the structure of your documents. Create custom document elements.
The editor's programming interface has been obsessively designed for generality and versatility.
Most editor features are implemented as extensions, which means you can replace or modify them when they don't work for you.