tinymce
TinyMCE format dropdown no longer showing style previews
In the past, by adding the editor stylesheet, I was able to see the options in both the Format and Styles drop-downs, as they would appear in the post. That is, the entry in the menu would be styled according the the CSS rules that were placed in the editor stylesheet.
Restrict file uploads by extension?
Is there a way in WordPress 3.1 to restrict allowed file uploads by extension (images only) and file size?
Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
Thanks to this answer here, I am able to use different instances of wp_editor to determine which buttons each of my differing TinyMCE instances use.
TinyMCE Editor Set Default Tab
I removed the tabs from the WP editor using
How to use tinyMCE for user “biographical info” without messing with any core file?
I noticed when you typein the user’s “biographical info” on the profile, it shows up in one page! Looks really terrible. So:
How to provide translations for a WordPress TinyMCE plugin?
I know that I can get my translations into JavaScript doing:
WordPress 3.2 has broken my TinyMCE code
My code was working up until the 3.2 update, where I noticed that tinyMCE has been updated too.
Instantiate TinyMCE via JS ( rather than PHP/wp_editor )
Once a page has loaded, how do I create a TinyMCE editor?
Remove tinyMCE from admin and replace with textarea
I have created a plugin wherein I have a custom post type. I am using post_content for some simple text. I do not need to offer any fancy editing or insertion of data for this field, so I looked for a way to remove the buttons from the tinyMCE editor.