I recommend that you note somewhere in the documentation re: the use of the input filter.

The d6 version of CKEditor lets you add input filters for security to process text before it is shown in the CKEditor WYSIWYG. If you add this filter in for CKEditor, it will convert your node/[nid] paths to their aliases when editing the page. Not good!

I think it would just be a helpful reminder to not add that in as a security filter. This was turned on one of my sites for some reason. Those that understand the security filters well enough would know it's not relevant to turn on.

Comments

anrikun’s picture

Right!
As a solution, I have just posted this in the CKEditor module issue queue:
#1284356: Add ckeditor_link and ckeditor_swf to $modules_with_filters_to_skip

bkosborne’s picture

Thanks!