NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item1674: Protect other plugins' xml-like markup
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
Closed |
Extension |
WysiwygPlugin |
|
WysiwygPlugin should provide a way to protect other plugins' xml-like markup, with the WYSIWYG_PROTECT class, so that editing with a wysiwyg editor does not mess up the formatting and does not convert characters like > to entities.
As an example of what should be protected,
DirectedGraphPlugin uses markup like this:
<dot engine="neato">
digraph G
{
A -> B;
C -> B;
A -> D;
B -> D;
}
</dot>
This change was included in a release of
WysiwygPlugin.
Item1770 is the continuation of this task after the release.
--
MichaelTempest - 24 Jun 2009