How to open all links from a tiddler at once

24 views
Skip to first unread message

KeithB

unread,
Aug 22, 2012, 9:05:32 PM8/22/12
to tiddl...@googlegroups.com
I need some way to open all the links from a given tiddler:

This tiddler has
[[info 1]] then perhaps a and a whole bunch of other stuff then
more stuff then [[info 2]]
etc more stuff [[info 3]]

So I want to keep this tiddler open, but also open [[info1]], [[info2]], [[info3]]  tiddlers all at once.

Thank in advance.

Keith

Eric Shulman

unread,
Aug 22, 2012, 9:34:12 PM8/22/12
to TiddlyWiki
Using InlineJavascriptPlugin, you can write:

<script label="go">
var here=story.findContainingTiddler(place);
var tid=store.getTiddler(here.getAttribute('tiddler'));
story.displayTiddlers(here,tid.links);
</script>

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
Reply all
Reply to author
Forward
0 new messages