Skip to content

Instantly share code, notes, and snippets.

@stanwmusic
Created May 10, 2026 06:57
Show Gist options
  • Select an option

  • Save stanwmusic/6d2af01c73481a030370785be377f55a to your computer and use it in GitHub Desktop.

Select an option

Save stanwmusic/6d2af01c73481a030370785be377f55a to your computer and use it in GitHub Desktop.
tinymce_Instance
<textarea id="default">Howdy, World!</textarea>
tinymce.init({
selector: "textarea", // change this value according to the HTML
toolbar:
"undo redo | styles | bold italic | alignleft aligncenter alignright alignjustify | outdent indent"
});
<script src="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment