I've been thinking about re-visiting the filters for the next release to make things a little cleaner. Suggestions are welcome.
This is the last filter (third) run over the generated URLs. If enabled: All non alpha-numerical characters are removed (including the -). If disabled it only strips punctuation (again this includes -).
This is the second filter run over the generated URLs. This was left from a previous version to allow simple character conversions.
The most powerful (and first filter run) is the PCRE filter. This allows you to convert most any character or phrase into another character or phrase. For example: '\\/=>and' would convert "CONTROL / SHAPER" to "CONTROL and SHAPER" in the URL.
Bookmarks