Item1674: Protect other plugins' xml-like markup

pencil
Priority: Enhancement
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Extension
Component: WysiwygPlugin
Branches:
Reported By: MichaelTempest
Waiting For:
Last Change By: KennethLavrsen
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

ItemTemplate edit

Summary Protect other plugins' xml-like markup
ReportedBy MichaelTempest
Codebase trunk
SVN Range Foswiki-1.0.0, Thu, 08 Jan 2009, build 1878
AppliesTo Extension
Component WysiwygPlugin
Priority Enhancement
CurrentState Closed
WaitingFor
Checkins distro:1c58c932d2f5 distro:7d23505d8750 distro:787ed60dba7f distro:15a3b672e3f2
TargetRelease minor
ReleasedIn 1.1.0
Topic revision: r10 - 04 Oct 2010, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy