On Jan 3, 12:05 pm, Eric <warp
...@sbcglobal.net> wrote:
> I'm new to this, and I *have* been searching a lot on this site and
> others, so be gentle :)
No worries! This group is particularly welcoming to newbies!
> I'm trying to find a way to have a tiddler, when opened, open multiple
> other tiddlers. There is the <<tiddler>> macro, but this embeds the
> text of the other tiddlers in the main one. I want to physically have
> other tiddlers appear below the main one. And preferably, do this
> without any custom plugins if possible.
This HACK will work without ANY plugins:
<<tiddler {{
var tidlist="About Contact GettingStarted";
story.displayTiddlers(null,tidlist.readBracketedList());
"";}}>>
Note: The above technique for running scripts is NOT an intended
feature of the core's <<tiddler>> macro... but it does work... for
*some* kinds of code, such as setting global values, or opening a few
tiddlers... however, there are still some odd side effects and
limitations.
For robust embedded javascript
http://www.TiddlyTools.com/#InlineJavascriptPlugin
is still THE way to go.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
P.S. Would you mind terribly changing your GoogleGroups 'nickname' to
something a bit more unique than just "Eric"? It will help avoid
potential confusion... thanks...