> > Dear colleagues, > > Danielo's PopupFootnotes is very simple but very nice piece of work. I > developed a bit Danielo's approach for several different types of text > object: figures, formulas, references, etc.: see here > http://bit.ly/2MvVR30. > > However, the issue I encountered make all these useless. The only > reasonable explanation I found is in the latest TW version - 5.1.17. > > So, step by step I did the following: > > 1. I installed clean TW 5.1.17 (empty html from > https://tiddlywiki.com/#GettingStarted or node.js does not matter - > the effect was the same); > 2. pulled two files from the source http://braintest.tiddlyspot.com/: > *popupStyle* and *$:/macros/danielo/footNote*. > 3. defined two tiddlers: the first one defines footnotes and > references to them, and the second one defines references to the footnotes > from the first tiddler. > > The result had a defected look, namely: while the references in the first > tiddler works fine, the references in the second tiddlers showed popup > windows over the first tiddler but not over the second one as expected. > > The result one can see at the short video https://youtu.be/m8z4iDkmcgY. > > I would be grateful for anyones assisstance in surpassing the issue. > > Olegh > > Hi Olegh,
If you change the state="$:/state/..." in the ref_ macros and the definition macros to state="$:/state/$(currentTiddler)$/..." it should work -- 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/23796f3b-e7f1-418f-9ada-e503ac9f55b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

