Posted by scor on April 14, 2008 at 4:55pm
Jump to:
| Project: | Flexifilter |
| Version: | 6.x-1.x-dev |
| Component: | Code - Components |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I was suprised to see that the list transformation is not included in the mediawiki filter, which can lead to confusion.
* list item 1
* list item 2should output a list of the items.
Comments
#1
fyi http://meta.wikimedia.org/wiki/Cheatsheet
#2
It also doesn't do tables.
#3
Yes, the flexifilter mediawiki format is not perfect at the moment; it was merely an example of the power of flexifilter. Please submit patches! :)
#4
I'm doing this with a PHP block at the moment. Is there a way to say "if the line begins with X, then add Y to the start, and Z to the end", without using PHP? That would probably help, but would not cover the need for indentation. Hmm.
Another question -- is there a good way to have variables that are preserved from one instance of a filter to the next?
#5
I would also very much welcome if someone could at least implement lists and tables - crucial for many Wiki articles.
#6
Duplicate: #397634: Other filter that behave as Mediawiki