miztroh-zz / wysiwyg-e

A what-you-see-is-what-you-get editor created with Polymer
85 stars 18 forks source link

Editor Performance #137

Closed maxiplay closed 7 years ago

maxiplay commented 8 years ago

It seems that the more text, more is slow. Lot of other editors are like this but I think we could do better.

It seems the rendering is applied for all content each time I type a character. We could use a sort of incremental rendering.

This editors seems have a better behavior with large text =>

froala

medium

quilljs

See the video.

Video

maxiplay commented 8 years ago

An interesting list of the wysiwig eco system

https://github.com/iDoRecall/comparisons/blob/master/JavaScript-WYSIWYG-editors.md

miztroh-zz commented 7 years ago

Closing in favor of #150.