I use a few filters in my site and they don't play well with ckeditor. For example, if I want to add an image from an acidfree album I can do [acidfree:1234 link=album title="Photo Album"]

I'd like to be able to tell ckeditor to leave those things alone and don't convert the double quotes to &quote;. I'm ok if I have to switch into source or plain text mode to enter it but I don't want ckeditor to remangle when I edit the page again.

Is there anyway to do this?

Comments

dczepierga’s picture

Status: Active » Closed (works as designed)

Try to configure it in ckeditor.config.js by using this option:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.prot...

Greetings

bkat’s picture

config.protectedSource just causes the regular expressions to not display in ckeditor once they are entered. It's still converting a literal double quote to the html entity.