Skip to content

Instantly share code, notes, and snippets.

@gmochid
Created November 17, 2015 08:34
Show Gist options
  • Save gmochid/b75933785ccae9224c82 to your computer and use it in GitHub Desktop.
Save gmochid/b75933785ccae9224c82 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Example 1 - Embedded Installation</title>
<script src="tinymce/js/tinymce/tinymce.min.js"></script>
<script>
tinymce.init({
selector:'textarea',
plugins :['eqneditor'],
toolbar: "undo redo | eqneditor link image | styleselect | bold italic | bullist numlist outdent indent "
});
</script>
</head>
<body>
<textarea>Easy! You should check out MoxieManager!</textarea>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment