summaryrefslogtreecommitdiff
path: root/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn')
-rw-r--r--doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn b/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn
new file mode 100644
index 000000000..17155df9e
--- /dev/null
+++ b/doc/todo/beef_up_sidebar_to_allow_for_multiple_sidebars.mdwn
@@ -0,0 +1,5 @@
+Maybe sidebar could be beefed up to take the name of a sidebar, such that I could use multiple sidebars in the same wiki. For instance, the default name would be 'sidebar', meaning the plugin looks for `sidebar.pm` and fills in the `sidebar` slot, but I might also want a footer in `footer.pm`, filling the template's `footer` slot.
+
+Maybe a new `include` plugin would be better.
+
+--[[madduck]]