WP Editor Widget

Wordpress Plugin
Download latest - 0.6.0

Developers

feedmeastraycat

Download Stats

Today 73
Yesterday 111
Last Week 795
All Time 87,908


This plugin adds a rich text widget where the content is edited using the standard WordPress visual editor which most users already are familiar with. It uses the WP core function wp_editor() without adding a custom post type post for each widget making the widget quicker and simpler to edit.

Feel free to help with developement or issue reporting on Github!

Languages

  • English
  • Swedish
  • German
  • Danish
  • More translations

Releases (15 )

Version Release Date Change Log
0.6.0 2018-02-15
  • Added support for WPML - Set the language for each Widget and only the ones for the current active language is output. (Thanks to @docryan)
  • Added filter wp_editor_widget_html - Makes it possible to change the full HTML output of the Widget through a plugin or a theme
  • Added action wp_editor_widget_form - Makes it possibel to add custom form elements to the Widghet through a plugin or a theme
  • Added Scrutinizer code quality check for Github and made some changes to get better score
0.5.5 2017-05-06
  • Added Danish translation (Thanks to @docryan)
0.5.4 2015-04-12
  • Added German translation (Thanks to @ohaucke)
  • Renamed the editor id to comply with WP Codex tips (Might help with Issue #3)
0.5.3 2014-05-12
  • Bugfix: Issue #8 - Filters for WP Editor Widget content wasn't always loaded (since 0.5.0)
0.5.2 2014-04-24
  • Issue #27853 has been fixed in WP 3.9.1, this change makes sure that the fix from last version only is active on WP 3.9 and earlier
0.5.1 2014-04-17
  • Bugfix: Couldn't switch to plain text on customize.php (Issue #27853)
  • Bugfix: JS errors that could appear depending on if you loaded the editor in wysiwyg or plain text
  • Bugfix: Didn't store plain text widget content correctly
0.5.0 2014-04-16
  • This is a big change, please file an issue on Github if you find anything weird!
  • Changes for WP 3.9.0 (editor now works on the admin customization page as well as on the admin widgets page)
  • Most of the following changes thanks to @cfoellmann:
  • Added filter wp_editor_widget_ops
  • Added filter wp_editor_widget_update_instance
  • Added action wp_editor_widget_update
  • Removed constant variable textdomain
  • Changed textdomain to wordpress.org plugin id name
  • Split widget class into it's own file
  • Limited asset loading to widgets.php
  • Changed PHP code style to WP standard
0.4.1 2014-02-06
  • Lowered the z-index of the WP Editor overlay modal because image buttons (in the editor) wasn't showing because they had lower z-index (thanks nbspjr on WordPress.org http://wordpress.org/support/topic/edit-mediagallery-buttons-are-not-shown-1)
0.4.0 2013-12-13
  • Added standard WP functions wptexturize, convert_smilies, convert_chars, wpautop, shortcode_unautop, prepend_attachment, do_shortcode to the wp_editor_widget_content filter (thanks danieliser on WordPress.org http://profiles.wordpress.org/danieliser/)
0.3.1 2013-08-08
  • Updated the Swedish translation
  • Moved load_plugin_textdomain() for translation to the plugins_loaded action to make sure the widget is correctly translated.
0.3.0 2013-08-08
  • Changed the name of the widget to "Rich text" and the description to a less "techy" text (thanks /u/actionscripted on Reddit http://tinyurl.com/lnm99yj) for a UI more similar to the core widgets
  • Tested in WP 3.6
0.2.1 2013-07-10
  • CSS bug fix for hide button on WYSIWYG overlay
  • JS bug fix on get and set wpeditor content
0.2.0 2013-06-28
  • Changed the WYSIWYG overlay button from "Update and close" to a primary button called "Save and close"
  • Changed so that the widget is saved when closing the WYSIWYG overlay
  • Added pot translation file and Swedish translation (contact me if you wish to help translate, david.martensson@gmail.com)
0.1.1 2013-06-19
  • CSS fix for widget editor close button
0.1.0 2013-06-19
  • First stable proof of concept version.