TinyMCE Editor
Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.
Current release
TinyMCE Editor 1.0
Released Jan 18, 2009 — tested with Plone 3
Minor bugfixes.
More about this release…
Get
TinyMCE Editor
for
all platforms
(673KB)
- PyPI Source Tarball
Project Description
TinyMCE
Adds support for TinyMCE, a platform independent web based Javascript HTML WYSIWYG editor, to Plone.
Feedback
Please send any changes, improvements, or suggestions regarding this Plone product to Four Digits
Requirements
TinyMCE is tested on Plone 3, please submit any compatibility issues you may encounter.
Installation
Products.TinyMCE is an egg. The installing steps are:
- Add Products.TinyMCE in your buildout.cfg to the eggs attributes
- Run buildout and (re)start Zope
- Use the quick installer to (re)install the product
buildout.cfg example
For basic installation use the following section in your buildout:
[buildout]
...
eggs =
...
Products.TinyMCE
buildout.cfg example using svn egg from the trunk
If you want to help testing, please use the trunk version from the Collective:
[buildout]
...
parts =
...
eggcheckouts
...
eggs =
...
Products.TinyMCE
[eggcheckouts]
recipe = infrae.subversion
urls =
http://svn.plone.org/svn/collective/Products.TinyMCE/trunk Products.TinyMCE
as_eggs = true
1.1rc2 (2009-06-08)
- Added entity encoding configuration option
- Update to TinyMCE 3.2.4.1
- Removed KSS dependency for initialization (KSS is still needed for inline editing)
1.1rc1 (2009-03-14)
- Upgrade to TinyMCE 3.2.2
- Updated language packs (7 new languages added)
- Added search function to image and link drawers including live search
- When a new link is inserted and the selected text contains an URL it is automatically prepopulated.
- When a link is pasted the prefix is automatically stripped and put in the select box
- Headings and subheadings are now automatically put in the anchor tab of the link selection dialog as an available option
- Options to the control panel added to enable/disable the contextmenu
- Added visual feedback to save as draft button
- Added dialog to edit lang and dir attributes per tag
- Option added to include custom plugins
- Fixed issue when newlines were stripped in the transform
- Fixed link dialog size in Firefox
- Fixed blockquote insert tag
- Fixed link and imagedrawer when current item is folderish
- Fixed issue with language configuration
1.0 (2009-01-18)
- Fixed incorrect table classes
- Fixed inline editing bug
- Fixed ordered list
- Fixed xhtml compliance
- Fixed external link dialog
1.0rc2 (2008-12-09)
- Upgrade to TinyMCE 3.2.1.1
- Added preview button for external links
- Added auto select on upload when adding images and files
- Fix for web-intelligent RichText fields
- Fix for selecting links with double quote in the objectname
- Fixed insert media dialog
- Fixed IE7 scrolling bug, Fixed HTML Filtering settings bug
1.0rc1 (2008-11-18)
- Upgrade to TinyMCE 3.2.1 (and new logo)
- Merged blockformats and styles into one styles menu
- Added support for parastyles in widget definition
- Added link usings uids for images and internal links
- Added the captioned images option
- Get HTML Filtering settings from the control panel
- Added integration tests
- Added export/import of settings through GenericSetup (tinymce.xml)
- Added i18n support + language packs
- Fixed inline editing
- Moved load/save events to kss
- Fixed save button on the toolbar, now using an ajax method
- Moved all configuration data to json structure in page template of the widget
- Changed toolbar save user feedback from alert message to blinking field border (idea by Danny)
- Removed save button when creating a new object
- Added bottom margin of the editor window when auto resize is enabled to the control panel.
- Added condition to javascript files in portal registery
- Fixed IE6 and 7 loading and dialog bugs
- Fixed toolbar/statusbar backgroundcolor bug in IE6 and 7
- Fixed width of file field in image and file upload dialog for Safari
- Fixed inline style filtering
- Fixed indenting/outdenting of lists
Contributers
Plone 3
- Plone 3 and TinyMCE 3 Adaption by Rob Gietema, Franklin Kingma, Ralph Jacobs, Martijn Jacobs, Maarten Kling and Roel Bruggink from Four Digits
Plone 2
- Plone 2 Adaptation by Mike Nalley and Jacob Smith from Metropolitan Sewer District of Greater Cincinnati - MSD IT Group.
- Thanks to Max Bloechle for optimization tips
- Thanks to Gerry Rodman for finding bug to run on linux systems
General
- Some code adapted from the FCKeditor Authors: Frederico Caldeira Knabben and Jean-mat Grimaldi (FCKeditor Plone Adaptation)
- Some code adapted from the Kupu editor Authors: Paul Everitt, Guido Wesdorp, Duncan Booth and Philipp von Weitershausen
- Some code adapted from the Epoz editor
Self-Certification
[X] Internationalized
[X] Unit tests
[X] End-user documentation
[X] Internal documentation (documentation, interfaces, etc.)
[X] Existed and maintained for at least 6 months
[ ] Installs and uninstalls cleanly
[X] Code structure follows best practice
