> What I'm after is something along the lines of being able to enter
> 'Twenty percent of all microfleems are subradiante {{1}}'
> in the tiddler and having it display as
> '...subradiante [1]'
> with the [1] being a link to the reference tiddler or even to the
> appropriate reference within that tiddler.First, install: http://www.TiddlyTools.com/#AliasPlugin and http://www.TiddlyTools.com/#SectionLinksPlugin next, add this to your MainMenu (or any other tiddler that is displayed at startup): <<alias ref "[[[%0]|References##%0]]">> then, create a tiddler named [[References]] with content like this: !1 this is content for reference 1 !2 this is content for reference 2 !3 this is content for reference 3 etc. finally, embed your references in your content by using: <<ref 1>> <<ref 2>> etc. Note: for an alternative display format, you could use a slider: <<alias ref "<<slider chkRef%0 [[References##%0]] %0 %0>\>">> or, if you install http://www.TiddlyTools.com/#ShowPopupPlugin you could use a TW popup to show the reference content: <<alias ref "<<showPopup tiddler:[[References##%0]] label:'%0'> \>">> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

