]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/directive/sidebar/discussion.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[ikiwiki.git] / doc / ikiwiki / directive / sidebar / discussion.mdwn
1 Things can get messy if you have enabled the global sidebar setting and you browse the `ikiwiki/directive/*` pages. You will get the content of `ikiwiki/directive/sidebar` as a sidebar to all the directives page... I have emptied the sidebar.mdwn page on our wiki to work around that, but isn't this a bug? --[[anarcat]]
2
3 > Another reason to dislike the global sidebar option and wish it didn't
4 > exist, as if I didn't have a dozen already. However, renaming this page
5 > does not seem like an appropriate fix; adding cruft to every directive/
6 > page to force the sidebar off does not seem like an appropriate fix; 
7 > this leaves only special casing the plugin to not treat this page as a
8 > sidebar, but that's disgusting. --[[Joey]] 
9
10 >> Yep, this all sounds wrong... Maybe we could add a global "sidebar exclusion" pattern? Or reverse, allow customizing what name the global sidebar functionality is looking for? For example, we could look for `globalsidebar.mdwn` page instead of just `sidebar.mdwn`? --[[anarcat]]