How do I add placeholder text to TinyMCE?

jquery, tinymce, tinymce-4

Solution

The placeholder plugin worked great for me. This plugin brings HTML5 placeholder attribute functionality for the TinyMCE editor.

Problem

For standard textareas, I use `placeholder=""` . How can I extend tinymce so that it also works in this way. Similar to this for CKEditor: http://alfonsoml.blogspot.com.es/2012/04/placeholder-text-in-ckeditor.html

Original source

Related problems