Hello,
I was happy to find Saq's footnotesplugin for TWC because it makes it
possible to use TWC as a scientific Tool.
http://tiddlywiki.squize.org/#FootnotesPlugin.
I want to remember the sources, but for normal Printing it makes sense
to omitt the footnotes.
I have been looking for a way to Toggle them. I tried two alternatives
and each time encountered Problems.
The ToggleElementsMacro
(
http://devpad.tiddlyspot.com/#ToggleElementMacro) needs an ID and each
footnoteholder has a different one for each tiddler so I tried a wildcard.
<<toggleElement
"*[id$='footnote']"
"Fußnoten"
"Fußnoten anzeigen/ausblenden"
""
""
"hide"
>>
I guess the syntax isn't right, so it does not work
The other way was to the ToggleClassScript right out of Erics scrapbin.
http://www.tiddlytools.com/#TestTiddler
but I don´t get this to work either...
Thank for help...
Jan