﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5920	Prevent parsing of Custom Tags (protect tags but render anyways)	Freizeitsoldat		"Hello,

i have a problem regarding some custom tags. I´m using the CKEditor for Foswiki, so i have to handle macro tags like 


{{{
%MACRO{""adsfafds""}%
}}}

All these macros can be located in span elements with a given classname like ""wysiwyg_protected"". 

What i´m trying to do no for 2 days is to prevent parsing of these tags in the ckeditor. Some special macros are changing when i switch between the source and wysiwyg mode, for example this macro snipet:


{{{
%SEARCH{ ""1"" type=""query"" scope=""topic"" nosearch=""on"" nototal=""on"" order=""modified"" reverse=""on"" limit=""7"" format=""<dt>[[$topic]]</dt><dd>$summary<br /><span class='foswikiGrayText'>$date - $wikiusername</span></dd>""}%
}}}

I´m sure that the dataprocessor is parsing the html elements in the macro. 

What i don´t want to do, is to put these macros into protectedSource, because i need to see them in my wysiwyg view as a fakeobject for example. I event need to change these macros, but in a controlled way.

I put a lot of time in trying to understand the dataprocessor but i would be really happy, if you can help me on this issue!

Thanks, 
Alex


"	Task	closed	Normal		General		invalid	Pending	alex.stoffers@…
