Skip to content

Instantly share code, notes, and snippets.

@dennismonsewicz
Created April 30, 2014 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennismonsewicz/09a802cf2390091f260a to your computer and use it in GitHub Desktop.
Save dennismonsewicz/09a802cf2390091f260a to your computer and use it in GitHub Desktop.
Template.postEdit.helpers({
wysiwygEditor: function() {
var txtArea = $('textarea#postEditTextArea').wysihtml5();
if(this.content)
txtArea.data("wysihtml5").editor.setValue(this.content);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment