I am not sure if I correctly understand your question!

But <<showfnotes>> shows the footnotes in the HOST TIDDLER! I cannot see
any reference in your host tiddler!
NOTE that most TW macros/widgets work on the tiddler wikitext NOT rendered
html!

You can have a look at
https://kookma.github.io/TW-Refnotes/#demo%2Ffootnotes-transclusion
To see how you can use showfnotes when you TRANSCLUDE contents!

Hope this helps




Best wishes
Mohammad


On Wed, May 12, 2021 at 12:55 AM Ken <[email protected]> wrote:

> I'm using refnotes version 1.6.4.
>
> I have a tiddler which lists data values from data tiddlers identified by
> a tag:
>
> -----
> <table>
> <tr><th>F1</th><th>F2</th><th>F3</th></tr>
> <$list filter="[tag[Data Tiddlers]]">
> <tr><td>{{##F1}}</td><td>{{##F2}}</td><td>{{##F3}}</td></tr>
> </$list>
> </table>
>
> This sentence is footnoted. <<fnote "A footnote outside the table">>
>
> <<showfnotes>>
> -----
>
> A data dictionary tiddler tagged as "Data Tiddlers" has the following
> names and values:
>
> -----
> F1: V1
> F2: V2 <<fnote "A Footnote">>
> F3: V3
> -----
>
> When the listing tiddler is shown, a footnote number appears after V2. If
> you hover over it, the text of the footnote is correctly displayed.
> However, the footnote doesn't appear in the <<showfnotes>>, although the
> one "hard coded" in the listing tittler 's body does (although it has the
> wrong number).
>
> Does anyone know how I can make this work? Maybe a special filter in the
> <<showfnotes>> macro? Or is this a result of the very complicated syntax
> needed in TW to get things to work?
>
> Any help is appreciated. Thanks!
>
> Ken
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2c5811e9-477f-4c28-a5f5-caae4ac67762n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2c5811e9-477f-4c28-a5f5-caae4ac67762n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCLcE2%2BjGznp85ta2ht66ms0T1WS3Tfzi4subNEe%3DFQxA%40mail.gmail.com.

Reply via email to