6 ms·
We are trying to revive and modernise a once popular open source editor xing/wysihtml5. It is configurable to be used with and without an iframe. The editable a
by olla 12y ago
We are trying to revive and modernise a once popular open source editor xing/wysihtml5. It is configurable to be used with and without an iframe. The editable area API is separated from the toolbar so it would be easy to customise or completely rebuild the toolbar logic for your own app.
The Voog team
- titusjohnson 12y agoI glanced through the parser rules, and it looks like you guys have implemented some kind of named filters in addition to the per-tag-per-attribute rule set from wysihtml5. Having just spent too much time fighting wysihtml5's overly opinionated rules trying to allow <a> tags to allow any value for href, changes in this area are of great interest to me. Could you touch on what changed in the parser rules?
- olla 12y agoI will try to update the wiki of our github repo soon with the additional options.
- chrislgrigg 12y agoI'm a big fan of WYSIHTML5, really happy to see someone working on this!