Have a look at the source of the tiddler scroolbox. It's called a "transclusion", not a plugin... because it runs on the fly whenever you change it's code, by calling it via the tiddler macro using parameters, like so....
<<tiddler SomeTransclusion with: Param1 Param2 Param3>> If you take a look at the source of the tiddler scrollbox, you will find this somewhere... ^^scroll for more^^ Knowing that your first parameter is the tiddler being displayed in the scrollbox, simply replace this with [[$1]] If you now look at your scrollbox you will find a link below the scrollbox that links to the tiddler displayed inside of it. If you also want to allow for sections, you will need SectionsLinksPlugin (also form TiddlyTools). Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/MFVZ79hSiRoJ. 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.

