X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fa78eaf6c0d896f9d524e273ecfb570fca565887..33b39968948f2dcda5c073916d797259e441d1de:/doc/todo/Configureable_separator_of_page_name.mdwn diff --git a/doc/todo/Configureable_separator_of_page_name.mdwn b/doc/todo/Configureable_separator_of_page_name.mdwn index 17e40219b..8f4500d89 100644 --- a/doc/todo/Configureable_separator_of_page_name.mdwn +++ b/doc/todo/Configureable_separator_of_page_name.mdwn @@ -2,4 +2,11 @@ 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? ---[[PaweÅ|ptecza]] \ No newline at end of file +--[[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]] + +>> Do I really need a plugin to do it? What about yet another parameter +>> for `ikiwiki.setup` file? ;) --[[PaweÅ|ptecza]] \ No newline at end of file