Hello.
I was very happy to find Stephan Hradek´s footnote template and especially the concept of the footnote filter (http://tiddlystuff.tiddlyspot.com/#Idea%20for%20a%20footnote%20filter). I would like to modify it in a way that it shows the footnotes of the Tiddlers in the storyriver. I thought of this change:

<dl>
<$list filter="[list[$:/StoryList]search[||footnote}}]each[title]]">
<dt><$view field="title"/></dt>
<$list filter="[is[current]match:text/\{\{(.*?)\|\|footnote\}\}/(g)]" 
variable="footnote">
<dd><<footnote>></dd>
</$list>
</$list>
</dl>

In skeeve's TiddlyStuff this works fine, you would get a pretty "Endnote Tiddler".

But importing the Tiddlers
footnote <http://tiddlystuff.tiddlyspot.com/#footnote>
footnote.CSS <http://tiddlystuff.tiddlyspot.com/#footnote.CSS>
Footnotes <http://tiddlystuff.tiddlyspot.com/#Footnotes>
Idea for a footnote filter <http://tiddlystuff.tiddlyspot.com/#Idea%20for%20a%20footnote%20filter>
to my TW I encountered problems.
Even Stephans original footnote filter just shows the title but not the footnotes.
So - Is there a secret ingredient?

Thanks for help,
Jan



--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57AD1251.4020306%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to