> I am after some tips on how to get 'references' on the toolbar
> displayed like tagging.  In other words i would like the references to
> be links displayed in a div styled in a similar fashion to tagging
> rather than a drop down menu (like tags)

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

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

Where the //optiona// "format" param specifies the desired output
format for each reference link, and should include %0 as a
"substitution marker" to indicate where the actual tiddler link text
should appear within the format.  Here's some simple formats:

        "[[%0]]\n" (one per line)
        "[[%0]] " (space-separated)
        "\n* [[%0]]" (bullet items)
        "\n# [[%0]]" (numbered items)

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to