This example shows how to start an editor with placeholder text.
<!-- element --> <textarea id="entry" placeholder="Type something...">...</textarea> <!-- call --> <script> let app = Redactor('#entry'); </script>