aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawmmty-QrKVaEh42EoB_-YkX10dUlrlitEc <Boris@web>2012-02-16 10:13:51 -0400
committeradmin <admin@branchable.com>2012-02-16 10:13:51 -0400
commit3d6cb667aafa175819ffcec86930eef3621c8b04 (patch)
tree88b84f50a153e2295ad9d57bdb827130808b24e3
parent24bdab75e379c5a542d9e07bc0997ee16cef992d (diff)
downloadikiwiki-3d6cb667aafa175819ffcec86930eef3621c8b04.tar
ikiwiki-3d6cb667aafa175819ffcec86930eef3621c8b04.tar.gz
-rw-r--r--doc/plugins/sidebar/discussion.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/sidebar/discussion.mdwn b/doc/plugins/sidebar/discussion.mdwn
index eb441529c..b9ab36fb1 100644
--- a/doc/plugins/sidebar/discussion.mdwn
+++ b/doc/plugins/sidebar/discussion.mdwn
@@ -3,3 +3,8 @@
I tried exactly that, namely having an inline in my sidebar to include an rss feed from some other side. I think the complete wiki rebuild should be doable every few days when a new article appears in that feed. But contrary to that warning there is no complete wiki rebuild, only the sidebar page is rebuilt by the "ikiwiki --aggregate" from cron. Is that a bug or a feature?
> It's a bug, discussed in [[bugs/transitive_dependencies]]. --[[Joey]]
+
+I needed to include inline directives into sidebars at different site sections to generate a dynamically updated navigation - very nice when combined with toggles - and I ran into the very same problem. I tried the map directive instead, but found I wouldn't like to re-style everything and also was missing the show=title variable giving me meta titles of some pages that make use of it. Then I came across the tip to include the quick=yes variable, described thatr it wouldn't show page titles included with the meta-directive, and I thought, well if it lets me have it only this way, maybe I can restrain from using meta titles.
+But to my surprise, even with the quick=yes variable included into the inline in the sidebars meta titles still are shown, which is amazing, but maybe it should be noted somewhere. One more time ikiwiki showed its bright face, thank you.
+
+Boris