Skip to content

hensleyl/wymeditor-for-radiant

 
 

Repository files navigation

== Wym Editor Filter

Created by: Benny Degezelle - gorilla-webdesign.be
Version: 0.3.5
Contact: benny AT gorilla-webdesign DOT be

This filter adds a WYSIWYM editor to Radiant.
It is aware of and interacts with the paperclipped and preview extension, but these are not required.

== About WYMeditor

WYMeditor's main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors).

WYMeditor has been created to generate perfectly structured XHTML strict code, to conform to the W3C XHTML specifications and to facilitate further processing by modern applications.

Find out more about WYM editor at http://www.wymeditor.org/en/


== Requirements

If your Radiant is pre-0.6.7, you need the shards extension. See http://groups.google.com/group/radiantcms-dev/browse_frm/thread/d07f7fffd84b3ce0/5efa6fd6c2e1668e?lnk=gst&q=shards#5efa6fd6c2e1668e


== Installation

Run this rake command to copy all needed files into the public folder:

	rake radiant:extensions:wym_editor_filter:install

That's it! You should now have "Wym Editor" in the filters dropdown on the page edit screen. Selecting this will spawn a WYMeditor instance.


== Changelog

0.3.5:
- Updated to wym 0.5b-2
- move javascript into extension folder
- updated editor & dialogs CSS to better fit into Radiant
- auto-growing the editor when content gets longer than it can show
- preview button uses radiant-preview-extension if installed
Big thanks for all that to netzpirat (Michael Kessler)!!

0.3.4: Updated to wym 0.5a-2, fixed bug where on_save, all edits made after switching to a different filter were lost
0.3.3: Removed svn:external to wymeditor, managed through braid now. 
Updated to wym 0.5a-1, and fixed empty <td> problem.
0.3.2: Updated to work with radiant 0.6.5. Thanks David Piehler and Tim Blair
0.3.1: Fixed includes for opera & safari, now works fine on those browsers too
0.3: Radius tags are now handled properly. They are replaced with an image that holds the respective tag in it's alt attribute.
0.2: now uses shards to alter the admin interface, so it doesn't interfere with other extensions

== Contributors

Bermi Ferrer http://www.bermi.org/
Jean-François Hovinne http://www.hovinne.com/
Bjørn Arild Mæland
David Piehler http://basicsgroup.com/
Tim Blair http://tim.bla.ir/
Michael Kessler http://blog.netzpiraten.ch/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%