Base example

This is a basic example demonstrating how to launch Redactor.

Code

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

<!-- call -->
<script>
let app = Redactor('#entry');
</script>