~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/TinyMCEPlugin.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---+!! !TinyMCEPlugin
 
2
<!--
 
3
One line description, required for extensions repository catalog.
 
4
   * Set SHORTDESCRIPTION = Integration of the !TinyMCE WYSIWYG Editor
 
5
-->
 
6
%SHORTDESCRIPTION%
 
7
 
 
8
<img src="%ATTACHURL%/screenshot.gif"/>
 
9
 
 
10
%TOC%
 
11
This is an integration of the <a href="http://tinymce.moxiecode.com?id=powered_by_tinymce_mini"><img src="http://tinymce.sourceforge.net/buttons/tinymce_button.png" border="0" width="80" height="15" alt="TinyMCE" /></a> WYSIWYG editor. This is great little editor, fast and highly functional, and supporting a wide range of browsers, including Firefox, IE and Safari. At the time of writing it doesn't work with Opera or Konqueror.
 
12
 
 
13
The integration uses the Foswiki:Extensions.WysiwygPlugin to translate text to and from a format that !TinyMCE can edit.
 
14
 
 
15
Unlike the other editor integrations in Foswiki, which install "Word in a Browser" style editors, this plugin is able to swap out the _standard_ text areas in an edit and replace them with WYSIWYG editors. This means you get WYSIWYG editors for textareas in forms, as well as for the main text of the topic. It can also co-exist alongside other WYSIWYG editors, such as Kupu.
 
16
 
 
17
The editor automatically "switches itself off" (i.e. reverts to the old text-only window) when editing topics that contain Foswiki content it can't handle, such as complex macros.
 
18
 
 
19
---++ Editor Notes
 
20
The editor uses a translator module to convert from Foswiki Topic Markup Language (TML) to HTML and back. The translator converts special macros - such as %<nop>MACROS% - to plain text, and encloses them within HTML spans using a special style called =WYSIWYG_PROTECTED=. In this way the editor can detect text that is not meant to be HTML formatted. This style is _also_ used to protect special text you enter into the editor from being interpreted when the topic is translated back into TML. If you want to add any special features that are sensitive to formatting, such as =Set= statements, then you have to format those regions using 'Protect on save' or 'Protect forever'.
 
21
 
 
22
---++ Installation Instructions
 
23
 
 
24
*NOTES:*
 
25
   * This plugin comes pre-installed on Foswiki. You should only need to re-install if there is an upgrade to the plugin.
 
26
   * It requires the very latest revision of WysiwygPlugin.
 
27
   * When installed, it *replaces* the old "textarea" editor. The default Foswiki skin provides access to the plain text editor by adding a Raw Edit link at the bottom of the page.
 
28
 
 
29
First follow the installation instructions to install the Plugin:
 
30
 
 
31
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
 
32
 
 
33
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
 
34
 
 
35
If you have any problems, or if the extension isn't available in =configure=, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
 
36
 
 
37
 
 
38
   * *Enable* the WysiwygPlugin in =configure=.
 
39
   * *Enable* the TinyMCEPlugin in =configure=.
 
40
   * *Click* on edit of any topic.
 
41
 
 
42
---++ Settings
 
43
You can override this setting by defining TINYMCEPLUGIN_DEBUG to enable some simple debug features.
 
44
   * Set DEBUG = 0
 
45
 
 
46
This setting contains all the options passed to the TinyMCE editor on startup. 
 
47
For a full explanation of the available options, and guidance on reconfiguring TinyMCE, see the [[http://wiki.moxiecode.com/index.php/TinyMCE:Configuration][Moxicode TinyMCE Wiki]]. Note the inclusion of the Pattern Skin standard CSS files in the =content_css= setting.
 
48
<verbatim>
 
49
   * Set INIT = mode:"textareas",
 
50
   editor_selector : "foswikiWysiwygEdit",
 
51
   save_on_tinymce_forms: true,
 
52
   cleanup : true,
 
53
   theme : "advanced",
 
54
   convert_urls : true,
 
55
   relative_urls : false,
 
56
   remove_script_host : false,
 
57
   extended_valid_elements : "li[type]",
 
58
   setupcontent_callback : FoswikiTiny.setUpContent,
 
59
   urlconverter_callback : "FoswikiTiny.convertLink",
 
60
   hide_instance_callback : FoswikiTiny.switchToRaw,
 
61
   show_instance_callback : FoswikiTiny.switchToWYSIWYG,
 
62
   foswikipuburl_callback : "FoswikiTiny.convertPubURL",
 
63
   save_callback : "FoswikiTiny.saveCallback",
 
64
   %IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}%
 
65
   plugins : "table,searchreplace,autosave,paste,foswikibuttons,foswikiimage%IF{"$TINYMCEPLUGIN_DEBUG" then=",devkit"}%%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%",
 
66
   foswiki_secret_id : "%WYSIWYG_SECRET_ID%",
 
67
   foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" },
 
68
   theme_advanced_toolbar_align : "left",
 
69
   foswikibuttons_formats : [
 
70
   { name: "Normal", el: "", style: null },
 
71
   { name: "Heading 1", el: "h1", style: false },
 
72
   { name: "Heading 2", el: "h2", style: false },
 
73
   { name: "Heading 3", el: "h3", style: false },
 
74
   { name: "Heading 4", el: "h4", style: false },
 
75
   { name: "Heading 5", el: "h5", style: false },
 
76
   { name: "Heading 6", el: "h6", style: false },
 
77
   { name: "VERBATIM", el: "pre", style: "TMLverbatim" },
 
78
   { name: "LITERAL", el: "span", style: "WYSIWYG_LITERAL" },
 
79
   { name: "Protect on save", el: null, style: "WYSIWYG_PROTECTED" },
 
80
   { name: "Protect forever", el: null, style: "WYSIWYG_STICKY" }
 
81
   ],
 
82
   paste_create_paragraphs : true,
 
83
   paste_create_linebreaks : false,
 
84
   paste_convert_middot_lists : true,
 
85
   paste_convert_headers_to_strong : false,
 
86
   paste_remove_spans: true,
 
87
   paste_remove_styles: true,
 
88
   paste_strip_class_attributes: "all",
 
89
   theme_advanced_buttons1 : "foswikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,separator,attach,image,charmap,hr,separator,undo,redo,separator,search,replace",
 
90
   theme_advanced_buttons2: "tablecontrols,separator,code,hide",
 
91
   theme_advanced_buttons3: "",
 
92
   theme_advanced_toolbar_location: "top",
 
93
   theme_advanced_resize_horizontal : false,
 
94
   theme_advanced_resizing : true,
 
95
   theme_advanced_path: false,
 
96
   theme_advanced_statusbar_location : "bottom",
 
97
   content_css : "%PUBURLPATH%/%SYSTEMWEB%/TinyMCEPlugin/wysiwyg%IF{"$TINYMCEPLUGIN_DEBUG" then="_src"}%.css,%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/base.css,%FOSWIKI_STYLE_URL%,%FOSWIKI_COLORS_URL%"
 
98
</verbatim>
 
99
   * Additional settings for specific browsers.
 
100
      * Warning: if you enable =paste_auto_cleanup_on_paste then it automatically implies =past_use_dialog= on all non-MSIE browsers.
 
101
      * Set INIT_MSIE = paste_auto_cleanup_on_paste : true
 
102
      * Set INIT_OPERA = 
 
103
      * Set INIT_GECKO = 
 
104
      * Set INIT_SAFARI = 
 
105
 
 
106
You can override these settings in the same way as any other [[%SYSTEMWEB%.PreferenceSettings][preference settings]], by setting e.g. =TINYMCEPLUGIN_INIT= in the site, web or topic preferences. You are *not* recommended to edit the setting here.
 
107
 
 
108
   * You can *disable* the plugin in any web or topic, or for any specific user, by setting the =TINYMCEPLUGIN_DISABLE= preference to 1.
 
109
   * Some browsers don't support !TinyMCE. You can prevent the editor from
 
110
     being invoked on these browsers by setting =TINYMCEPLUGIN_BAD_BROWSERS= to a regular expression that matches the user-agent string for any broken browsers. The default is =(?i-xsm:Konqueror|Opera)=.   
 
111
 
 
112
%INCLUDE{"%SYSTEMWEB%.WysiwygPluginSettings"}%
 
113
 
 
114
---++ Frequently Asked Questions
 
115
 
 
116
The topic TinyMCEFrequentlyAskedQuestions contains more help with things like: "How do I configure the buttons in my skin?", "How do I disable the WYSIWYG?" etc.
 
117
 
 
118
---++ Plugin Info
 
119
 
 
120
Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - working together to improve your wiki experience!
 
121
 
 
122
|  Author: | [[http://c-dot.co.uk][Crawford Currie]] |
 
123
|  Copyright: | &copy; 2007-2008 Crawford Currie http://c-dot.co.uk |
 
124
|             | This package also includes the complete sources for version 2.1.1.1 of the !TinyMCE editor |
 
125
|  License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
 
126
|  Plugin Version: | 3993 (2009-05-30) |
 
127
|  Change History: | <!-- versions below in reverse order -->&nbsp; |
 
128
|  21 Jan 2009 | Foswikitask:Item833: Eugen Mayer added SYSTEMWEB to foswiki_vars, simplifying the activation of the foswikilink dialog of Extensions.TinyMCEUsabilityUpgradePlugin (if installed) |
 
129
|  06 Dec 2008 | Foswikitask:Item5859: Eugen Mayer removed XHR headers that were banjaxing NTLM |
 
130
|  03 Dec 2008 | Re-released for the Foswiki project |
 
131
|  03 Aug 2008 | TWiki 4.2.1 release version |
 
132
|  04 May 2008 | TWikibug:Item5547: Change mechanism by which TMCE recognises textareas to camp on. Use class instead of element name. |
 
133
|  12 Apr 2008 | TWikibug:Item4946: I think I have finally fixed non-iso-8859-1 character sets. Painful. |
 
134
|  31 Mar 2008 | TWikibug:Item5314: TWikibug:Item5457: Fixed pickaxe mode for editing UTF-8. Characters above 255 are converted to entitites, which is a bit of a PITA, but at least it no longer corrupts topics. *NOTE: YOU MUST UPGRADE WysiwygPlugin TO 16600 OR LATER* |
 
135
|  28 Mar 2008 | TWikibug:Item5432: added upper case file extensions for images TWikibug:Item5206: fixed expansion of simple filenames entered in image popup TWikibug:Item5462: fixed hide attachment switch |
 
136
|  25 Jan 2008 | TWikibug:Item5287: links entered through dialog weren't working |
 
137
|  24 Jan 2008 | TWikibug:Item4840: TWikibug:Item5138: UTF8 fixes, TWikibug:Item5022: made TT font size same as verbatim. Had to add a new style to do it, as TMCE didn't want to play with TT or CODE tags. TWikibug:Item5138: post-conversion of 8-bit entities to characters to aid searching, TWikibug:Item5254: non-fatal JS error fixed, TWikibug:Item5263: remove preview on WYSIWYG edit, TWikibug:Item5116: added Opera to bad browsers filter |
 
138
|  20 Dec 2007 | TWikibug:Item5047: disable save and preview during page load TWikibug:Item5111: make the entry in the format menu sensitive to where the cursor is TWikibug:Item5022: made TT font size same as verbatim. Had to add a new style to do it, as TMCE didn't want to play with TT or CODE tags. |
 
139
|  19 Nov 2007 | TWikibug:Item4742: auto-disable if Wysiwyg is not enabled TWikibug:Item4820: validate mandatory fields on save TWikibug:Item4747: add &lt;sticky&gt; TWikibug:Item4811: noautolink *looks* like an HTML construct but in fact is not; the tag is infact an "on-off" switch and does not imply any HTML structure, so cannot be converted to a DIV or a span, so has to be removed. TWikibug:Item4817: added typewriter text button TWikibug:Item4850: added font colour controls TWikibug:Item4645: added attachment management features TWikibug:Item4945: added switch to raw and back |
 
140
|  16 Sep 2007 | TWikibug:Item4630: polished up the way the secret string is done, to ensure synch between perl and JS. TWikibug:Item4622: added UTF-8 handling steps that fixup malformed UTF8 strings before presenting them to the editor (saves Moz) and stops the editor passing them back to TWiki (saves IE). TWikibug:Item4603: added the draft help, so we can at least build the beta without the nasty warning |
 
141
|  13 Sep 2007 | TWikibug:Item4613 fixed navigate-away prompt when unchanged TWikibug:Item4583 TWikibug:Item4604 TWikibug:Item4614 TWikibug:Item4616 A clutch of issues caused by use of the wrong encoding function when passing UTF8 parameters to REST using XMLHttpRequest. |
 
142
|  12 Sep 2007 | TWikibug:Item4604 Converted to REST call for content conversion, to provide safe callback if JS is disabled in the browser TWikibug:Item4583 relaxed regex to try and make it work for UTF-8 topic names |
 
143
|  11 Sep 2007 | TWikibug:Item4535 refinements to link handling to improve topic name recognition |
 
144
|  7 Sep 2007 | TWikibug:Item4503 excess empty lines TWikibug:Item4486 no toc headers with unofficial syntax TWikibug:Item4560: empty lines lost TWikibug:Item4566: corrupted table on save |
 
145
|  6 Sep 2007 | TWikibug:Item4557 added missing files to package |
 
146
|  4 Sep 2007 | TWikibug:Item4534 TWikibug:Item4535 fixed |
 
147
|  14679 | TWikibug:Item4481 TWikibug:Item4524 fixed |
 
148
|  14668 | Bugfixes and refinements done as part of 4.2 release |
 
149
|  14543 | Added PROTECTED style, to allow protection of special text. Disable on unsupported browsers (untested) |
 
150
|  14538 | First release |
 
151
|  Dependencies: | <table border="1"><tr><th>Name</th><th>Version</th><th>Description</th></tr><tr><td align="left">Foswiki::Plugins::BehaviourContrib</td><td align="left">&gt;=15357</td><td align="left">Javascript module</td></tr><tr><td align="left">Foswiki::Plugins::WysiwygPlugin</td><td align="left">&gt;=16650</td><td align="left">Translator module</td></tr></table> |
 
152
|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% |
 
153
|  Support: | http://foswiki.org/Support/%TOPIC% |
 
154
 
 
155
Many thanks to the following sponsors for supporting this work:
 
156
   * [[http://ilog.fr][ILOG]]
 
157
   * [[http://www.carrier.com][Carrier Corporation]]
 
158
   * [[http://foswiki.net][TWIKI.NET]]
 
159
 
 
160
<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->
 
161
 
 
162
%META:FILEATTACHMENT{name="tinymce.gif" attr="h" comment="screenshot"}%
 
163
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" version="1"}%
 
164
%META:FILEATTACHMENT{name="screenshot.gif" attr="h" comment="" version="1"}%