Active
Project:
Wiki
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2005 at 02:38 UTC
Updated:
3 Nov 2005 at 11:42 UTC
The wiki module currently filters html. This makes it impossible to blend the filter with others, such as fckeditor, that create html. Is it possible to (and is there any reason not to) give an option to disable html filtering in the wiki filter? ie, to have it convert bracketed items but not filter other html? Is there some reason that html filtering is done by wiki, given that there are other modules to do the same job?
Comments
Comment #1
moggy commentedagreed, I can see no logical reason why a wiki filter should concern itself with html filtering.
The wiki module would work just fine with the html filter running first, removing unwanted html tags.
I'll have a look at removing it, if there are no objections.
Comment #2
voyager211 commentedThat would solve many incompatibilities. Please, check also http://drupal.org/node/34224.
Comment #3
mkarliner commentedIndeed, most seriously, this prevents img_assist working with wiki. Removing the comments from line 422 in the current release of wiki.module does it.