Posted by kiamlaluno on June 29, 2009 at 3:31pm
Jump to:
| Project: | Custom filter |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Once that #505342: Allow third-party modules to modify the list of filters / rules is implemented, it will be possible to create a module for a Wikipedia-like syntax. Having a module to handle this will allow to have high performances because the code used will not be passed to create_function().
Comments
#1
I will create a module as a separate project, once that the Custom filter API will be stable.
#2
How is the progress?
#3
hi all,
i used CustomFilters to create a simple but very useful wiki-like engine: download available at https://gist.github.com/961708
it's quite simple:
hope you guys find it useful
#4
Maybe we could work together to make a media wiki filter? Media wiki is a more know format.