Big text

This shows Redactor can handle big texts well. Even with 56,500 words, it works fine. Tip: Turn off auto-sync by setting sync to false to make it smoother.

Code

<!-- element -->
<textarea id="entry">...</textarea>

<!-- call -->
<script>
let app = Redactor('#entry', {
    sync: false
});
</script>