2007-11-07 12:19:20 +01:00
|
|
|
Currently ikiwiki replaces spaces of page name/title to underline characters.
|
|
|
|
I'd rather prefer en dash character there. Is it a chance to configure separator
|
|
|
|
character in ikiwiki?
|
|
|
|
|
2007-11-07 17:50:06 +01:00
|
|
|
--[[Paweł|ptecza]]
|
|
|
|
|
|
|
|
> To do this a plugin could overwride the builtin IkiWiki::pagetitle,
|
|
|
|
> IkiWiki::titlepage, and IkiWiki::linkpage functions. All the mangling of
|
|
|
|
> page names should be cantralised to those functions. --[[Joey]]
|
2007-11-07 20:54:38 +01:00
|
|
|
|
|
|
|
>> Do I really need a plugin to do it? What about yet another parameter
|
|
|
|
>> for `ikiwiki.setup` file? ;) --[[Paweł|ptecza]]
|