Skip to content

Instantly share code, notes, and snippets.

@oskarcalvo
Created August 31, 2016 09:35
Show Gist options
  • Save oskarcalvo/91f7b51c558e7f4d5fc3fda042656214 to your computer and use it in GitHub Desktop.
Save oskarcalvo/91f7b51c558e7f4d5fc3fda042656214 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
var simplemde = new SimpleMDE({
autofocus: true,
toolbar: ["bold", "italic", "heading", "|", "quote","code", "|", "unordered-list","ordered-list","table"],
element: document.getElementById("textarea_notes"),
showIcons: ["code", "table"],
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment