Ibochkarev / tinymce-rte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyMCE Rich Text Editor

LICENSE

TinyMCE Rich Text Editor

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. It allows non-technical users to format content without knowing how to code. This package is based on the TinyMCE 4.

Change Log

1.3.1

  • Get settings from a JSON encoded array in tinymcerte.settings system setting
  • Make the entity_encoding configurable [#79]

1.3.0

  • Manage TinyMCE release download by npm
  • Add Gruntfile.js that copies the current release of TinyMCE to the corresponding folders
  • Add version info to the registered assets
  • Upgrade TinyMCE to 4.8.3
  • Adding Russian translation

1.2.1

  • Escaped special HTML chars in the modxlink plugin
  • Fixing 'Media browser does not close when clicking on close'
  • Added language strings for the system settings added in 1.2.0

1.2.0

  • Added relative_urls & remove_script_host settings
  • Plugin now makes use of modManagerController::addJavascript instead of modX::regClientStartupScript
  • Added system setting to define 'valid_elements'
  • Added 'links_across_contexts' setting to limit links to the current context resources
  • Added support for configured default Media Source in context settings
  • CMPs can now pass any TinyMCE configuration property using the OnRichTextEditorInit system event
  • Upgraded to TinyMCE 4.5.7

1.1.1

  • Allow base path parsing in the external_config system setting
  • Add tel: prefix
  • Add modximage - left/right image positioning
  • Sync tinymce and textarea
  • Add modx skin (Credits goes to fourroses666)
  • Add skin system setting

1.1.0

  • Add autocomplete search for links
  • Add external config
  • Support for link classes

1.0.0

  • Initial release.

About

License:GNU General Public License v2.0


Languages

Language:PHP 77.9%Language:JavaScript 22.0%Language:CSS 0.2%