Jon, yes it does.
- My tiddler name is a data tiddler and is named "Footnotes".
- There is one footnote per line. The format of each line is KEY:REFERENCE DATA. NOTE, the key is case sensitive.
Ex in "Footnotes" data tiddler:
myref1: Smith, John. "Book name", 1990.
myref2: Jones, R. "Another book name", 1999.
So if I want to reference different pages in "myref1" I can do this, enclose reference in one double quote on each end:
<<fnote "{{Footnotes##myref1}} pg16">>
and then this later:
<<fnote "{{Footnotes##myref1}} pg18">>
It's very handy! Then I don't have to make 100 footnote entries, each for a different page reference.
On a desktop browser, when you save the tiddler, a superscript number will appear. All numbers will be autonumbered for that single tiddler. Move your mouse over the superscript footnote number and at the top of the tiddler the footnote will appear.
I don't know what is does on a mobile browser.
All these formats are not well documented in Mohammed's plugin, and when I tried to documented them in his plugin located in my TW my TW eventually crashed and got a Javascript error. I had to restore it from a backup on Tiddlyspot.
The problem with my editing is I don't yet understand how to use tabs within a tiddler. I thought I had all my different single and double quotes properly matched in my copy of Mohammed's docs but at one point the TW just crashed and would no longer work.