The first few you listed are not WordPress specific, and information about them can be found as follows:
As for the WordPress specific plugins, their source code is here (trac). There are no comments, but here’s my take based on a very cursory read through:
- wordpress: seems to setup the editor with default buttons, classes, size, etc
- wpeditimage: seems to add the insert media dialog
- wpgallery: launches tb_show(“”,tinymce.documentBaseURL+”/media-upload.php?post_id=”+f+”&tab=gallery&TB_iframe=true&width=”+d+”&height=”+g) which adds the gallery dialog
- wplink: seems to add the insert link dialog
- wpdialogs: adds tinyMCEPopup js function, probably used by the other dialogs
- wpfullscreen: puts the editor in wordpress ‘distraction free’ full screen mode. Not sure why this one and the standard fullscreen plugin both exist.
Related Posts:
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- TinyMCE Anchor Button not showing
- Add Shortcode inline inside Gutenberg block
- Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
- TinyMCE editor – new lines not rendered on front end
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- TinyMCE Editor change underline button behavior – u tag instead of span text-decoration underline
- Is it possible to disable the image alignment options in the post editor?
- How to dynamically generate wordpress editor on frontend?
- Change syntax styling of TinyMCE HTML Text Editor
- TinyMCE Advances is removing blanks (” “)
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Creating a wp_editor instance with custom tinyMCE buttons
- Remove HTML editor and visual/HTML tabs from TinyMCE
- How to get the input of a TinyMCE editor when using on the front-end?
- Load wp_editor via ajax [duplicate]
- Why did multiple line breaks stop working in text editor?
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- How i can i add a split button or list box to the WordPress TinyMCE instance
- When switching from html to visual editor the tag gets corrupted
- Markup of oEmbed codes in the editor?
- How to use the new Dashicons for custom TinyMCE buttons?
- Add unique class or ID information to tinyMCE
- How can I stop TinyMCE from converting my HTML entities to characters?
- Secure Validation of wp_editor in Theme Options
- Tiny MCE not adding p tag when saving theme option
- TinyMCE Editor Set Default Tab
- Using post ID in custom tinyMCE button
- Remove quicktag buttons but not Visual / Text editor and tabs
- TinyMCE Autoresize
- How to get WP editors tinyMCE instances
- WordPress tinymce prints empty P tag and break html format
- TinyMCE strips line breaks on mceAddControl
- Count Words using tinymce in the front-end
- WP 3.3 my rich text category editor toolbar is gone!
- tinyMCE.activeEditor = null WP editor loaded in ‘Text’ mode?
- Customising the WordPress TinyMce editor and it’s buttons
- Deprecated TinyMCE API call: windowManager.createInstance(..)
- wordpress 3.5 tinymce height
- 2nd button row from WP Super Edit or TinyMCE Advanced doesn’t show to 2nd admin
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- How can I control the HTML output of my post?
- TinyMce in WordPress – Getting the “fullscreen” button to stay on the right when customising button layout
- wpeditor issue – shows both mode and not able to focus/edit during visual mode
- wp_editor on input changes content
- Disable HTML (Text) Tab in Post Editor
- Add a select a class dropdown in tinymce
- How can I enable a TINYMCE rich text editor in the admin interface?
- Limit Block format tags in WordPress wp_editor
- Add table button in editor without Plugin
- How to remove the statusbar from the default wordpress editor?
- Our shortcode dropdown box in Tinymce is not working in WordPress 3.9?
- TinyMCE Visual Blocks plugin set Show blocks option for all users
- wp.editor.initialize does not show the same default toolbar
- Stop WordPress Visual Editor converting backticks into code blocks
- Custom TinyMCE style formats disabled
- wordpress qtranslate editor text is not working [closed]
- WP Editor Issue in Backend
- TinyMCE custom plugin, how to make a word automatically selected based on current cursor position?
- How to prevent shortcode preview from breaking in tinymce editor?
- Trouble adding tiny mce to textarea in custom plugin
- Adding custom styles to elements, without creating new elements
- wp_editor not modify html tags of initial content
- Customer Support: TinyMCE stopped working (on some computers)
- allowing all HTML tags in tinymce editor
- Why is the media upload button not in the main toolbar & can it be placed there instead?
- Adding CSS to admin TinyMCE editor for custom button
- Front-end image upload from TinyME [closed]
- How to disable TinyMce’s Paste plugin from turning image URLs into embedded ?
- How can a TinyMCE modal return formatted/visual text?
- How to apply a custom skin to WP_Editor / TinyMCE?
- Allowing style tag in TinyMCE editor
- TinyMCE 4 & wp_editor multiple editor issue
- Why Editor reformats my code
- How to remove buttons from tinyMCE in wp_editor added via AJAX
- enable TinyMCE for comment forms
- Best Browser for Editing Posts
- TinyMCE strips off the href tag inside span, if i change from text to visual
- Wordpres Tinymce custom button (Gavick guide)
- Loading a self-hosted custom @font-face into TinyMCE dropdowns (Classic Editor) via ‘tiny_mce_before_init’ filter
- Load WordPress Editor .css on Front End
- “Formats” Select Menu in WP Editor doesn’t show up with correct colour
- Preserve indentation, HTML5 shorthand in editor
- WordPress Editor without buttons
- Visual editor popover or placeholder
- How to modify VisualComposer’s TinyMCE editor only for a specific shortcode
- How to remove “justifyfull” in TinyMCE
- `tinyMCE is not defined` after migrating site to server
- wp_editor Too Tall when Content is Loaded
- mce_external_languages: how does it really work?
- Inline Editing with wp_editor and tinymce (problem with textarea)
- tinymce modal and I18n strings methods
- Custom shortcode editor [BackboneJS & TinyMCE)
- Adding New Row of Custom TinyMCE
- Get the More QuickTag button back
- prevent caching during tinymce custom button development
- How do I separate my theme’s styles from editor styles?
- Add custom classes to TinyMCE generated markup
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- install tinymce plugin [closed]