> > One of the things I'd like to do is cross reference the tiddlers. By
> > that I mean; each tiddler lists those tiddlers which reference it. I
> > know the 'references' dropdown on the toolbar does this, but I want to
> > list it within the tiddler content.

Try this inline script:
        http://www.TiddlyTools.com/#ShowReferences
        (requires http://www.TiddlyTools.com/#InlineJavascriptPlugin)

Usage:
        <<tiddler ShowReferences with: "format">>
                (in tiddler content)
        <span macro='tiddler ShowReferences with: "format"'></span>
                (in ViewTemplate)

Where "format" specifies the output for each reference link, and
should use a %0 marker to indicate where the actual tiddler link text
should appear.  Here are some examples...

one per line:
        <<tiddler ShowReferences with: "[[%0]]\n">>
space-separated:
        <<tiddler ShowReferences with: "[[%0]] ">>
bullet items:
        <<tiddler ShowReferences with: "* [[%0]]\n">>
numbered items:
        <<tiddler ShowReferences with: "# [[%0]]\n">>

enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to