shows the names of those tiddlers, as links, which contain a reference to the book
(I don't know if this is the most elegant way of doing this)
I was wondering, is it possible to extract the page number as well, to somehow create a list of the page numbers for myref1?
<$vars ftrpage="Hi">Hi,In a datatiddler called 'Footnotes', I have a series of book references e.g.myref1: The Greek Myths, Robert GravesTo make reference to the book in another tiddler I use Mohammed's Refnotes<<fnote "{{Footnotes##myref1}} p.19">>Then in a tiddler titled The Greek Myths, Robert Graves{{{[!is[system]regexp:text[{{Footnotes##myref1}}]]}}}
shows the names of those tiddlers, as links, which contain a reference to the book(I don't know if this is the most elegant way of doing this)I was wondering, is it possible to extract the page number as well, to somehow create a list of the page numbers for myref1?RegardsJon
<$vars ftrpage="Hi"><ol><$list filter="[!is[system]!has[draft.of]search:text[Footnotes##myref1]]-[<currentTiddler>]" variable=lnk><li><$link to=<<lnk>>><$text text=<<lnk>>/></$link></li></$list></ol><<showfnotes filter:"[!is[system]search:text[myref1]]">>
\define customOutput(p) <ul><$wikify name=p2 text=<<__p__>> ><li><$text text={{{[<p2>split["]join[]]}}}/></li></$wikify></ul>\end
\define jon-macro(fntext:"Footnotes##myref1")<ol><$list filter="[!is[system]!has[draft.of]search:text[$fntext$]]-[<currentTiddler>]" variable=lnk><li><$link to=<<lnk>>><$text text=<<lnk>>/></$link><$macrocall $name="find" text={{Test}} begin="""<<fnote""" end=""">>""" output="customOutput"/></li></$list></ol>\end
<<jon-macro fntext:"Footnotes##myref1">>