]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/sidebar.mdwn
htmlscrubber: Add a config setting that can be used to disable the scrubber acting...
[ikiwiki.git] / doc / plugins / sidebar.mdwn
1 [[!template id=plugin name=sidebar author="Tuomo Valkonen"]]
2 [[!tag type/chrome]]
3
4 If this plugin is enabled, then a sidebar is added to pages in the wiki.
5 The content of the sidebar is simply the content of a page named
6 "sidebar" (ie, create a "sidebar.mdwn").
7
8 Typically this will be a page in the root of the wiki, but it can also be a
9 [[ikiwiki/SubPage]]. In fact, this page,
10 [[plugins/sidebar|plugins/sidebar]], will be treated as a sidebar for the
11 [[plugins]] page, and of all of its SubPages, if the plugin is enabled.
12
13 Note that to disable a sidebar for a [[ikiwiki/SubPage]] of a page that has
14 a sidebar, you can create a sidebar page that is completely empty. This
15 will turn off the sidebar altogether.
16
17 Warning: Any change to the sidebar will cause a rebuild of the whole wiki,
18 since every page includes a copy that has to be updated. This can
19 especially be a problem if the sidebar includes [[inline]] or [[map]]
20 directives, since any changes to pages inlined or mapped onto the sidebar
21 will change the sidebar and cause a full wiki rebuild.