Hi Jed,
 

> I hope the syntax for this new plugin can be as simple as Saq's too.
>

My current idea is for there to be a single macro that provides different 
"modes" to...

   - define an individual footnote for the currently set scope
   <<fn id:foo note:bar>>
   
   - reuse same reference
   <<fn id:foo>>
   

   - list footnotes defined in the scope, optionally using template *baz* 
   given variables *<<fn-id>>* and *<<fn-text>>*
   <<fn template:baz>>
   
Some global $tw.footnotes[<TiddlerName>] object would hold footnote objects 
for each tiddler scope with all footnotes as properties, e.g.

$tw.footnotes["SomeTiddler"] = {
"id-1":"note 1",
"id-2":"note 2"
}

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to