WikiwygContrib bundles up
WikiWyg wiki editor, and adds it to the options that you can use for Wysiwyg editing using the
WysiwygPlugin. If you are using
pattern skin (or any other skin thst uses
COMPOSER), then when you set the
COMPOSER variable to
wikiwyg, the WYSIWYG edit button will use wikiwyg. Right now, it works only with
FireFox? , but I'm looking into getting it working in
InternetExplorer? etc.
This is a work in progress, using Wikiwyg version 0.12 , and it is not advisable to be used on topics that contain inline html.
Caveat:
WikiwygContrib is designed for editing TWiki topics, not as a general purpose HTML editor. It will work fine on topics that contain text, TML formatting, and most HTML. However, because of the complexity of transforming TML into HTML and back, complex TML, and mixing HTML and TML may not give the results you expect. You are recommended to use the standard browser textarea editor for editing existing topics that contain mixed HTML and TML, or complex %TML%-type variables.
Settings
Settings are stored as preferences variables. To reference a setting write
%<plugin>_<setting>%, e.g.
%WIKIWYGCONTRIB_STUB%
- One line description:
- Set SHORTDESCRIPTION = Add Wikiwyg editor to Wysiwyg
Installation Instructions
%$INSTALL_INSTRUCTIONS%
Do not forget to enable the WysiwygPlugin in configure or it won't work.
If you are using
pattern skin:
Otherwise:
- To enable the editor in one of your skins, add the following link to the skin alongside or in place of the existing 'edit' link:
<a href="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%?skin=wikiwyg">Wikiwyg</a>
As you can see this is just a standard edit link with the wikiwyg skin in place of the usual edit skin. Here it is for this topic: Wikiwyg. Try clicking on it, but do not save!
Contrib Info
Related Topics: TWikiPreferences
Form definition 'PackageForm' not found
Topic revision: r1 - 02 Apr 2008 - 01:16:54 -
TWikiGuest