Changeset 5573 for trunk/WysiwygPlugin/data/System/WysiwygPlugin.txt
- Timestamp:
- 11/18/09 06:27:14 (3 years ago)
- File:
-
- 1 edited
-
trunk/WysiwygPlugin/data/System/WysiwygPlugin.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/data/System/WysiwygPlugin.txt
r5355 r5573 141 141 142 142 ---+++ Overlapping styles 143 Because Foswiki uses a "best guess" approach to some formatting, it allows overlapping of tags in a way forbidden by HTML, and it is impossible to guarantee 100% that format ing in the original Foswiki document will still be there when the same document is loaded and then saved through the WysiwygPlugin. The most obvious case of this is to do with styles. For example, the sentence143 Because Foswiki uses a "best guess" approach to some formatting, it allows overlapping of tags in a way forbidden by HTML, and it is impossible to guarantee 100% that formatting in the original Foswiki document will still be there when the same document is loaded and then saved through the WysiwygPlugin. The most obvious case of this is to do with styles. For example, the sentence 144 144 <verbatim> 145 145 *bold _bold-italic* italic_ … … 155 155 which is correct by construction, but does not render correctly in Foswiki. This problem is unfortunately unavoidable due to the way TML works. 156 156 157 ---+++ Rowspan processing needs %SYSTEMWEB%.TablePlugin 158 159 WysiwygPlugin is able to convert tables with cells that span rows into TML. This requires syntax provided by the %SYSTEMWEB%.TablePlugin (that is, the =| ^ |= markup). WysiwygPlugin will therefore only perform row-span related conversion if %SYSTEMWEB%.TablePlugin is enabled. %SYSTEMWEB%.TablePlugin is enabled by default and hence WysiwygPlugin converts tables with cells that span rows between TML and HTML by default. 160 161 If %SYSTEMWEB%.TablePlugin is *not* enabled, then TML table cells containing only =^= are not converted to rowspans, and HTML tables containing rowspans are not converted to TML. 162 157 163 ---++ Plugin Info 158 164 … … 170 176 | Release: | %$RELEASE% | 171 177 | Change History: | | 178 | 18 Nov 2009 | Foswikitask:Item2369: Convert tables with cells that span rows | 172 179 | 22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 173 180 | 18 Sep 2009 | Foswikitask:Item1980: Prevent dataloss when saving a topic in Wysiwyg where there are a pair of sticky tags inside verbatim tags |
Note: See TracChangeset
for help on using the changeset viewer.
