Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
How to have a tiddler launch multiple other tiddlers?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eric  
View profile  
 More options Jan 3 2008, 3:05 pm
From: Eric <warp...@sbcglobal.net>
Date: Thu, 3 Jan 2008 12:05:07 -0800 (PST)
Local: Thurs, Jan 3 2008 3:05 pm
Subject: How to have a tiddler launch multiple other tiddlers?
I'm new to this, and I *have* been searching a lot on this site and
others, so be gentle :)

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.

Many thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Saq Imtiaz  
View profile  
 More options Jan 3 2008, 3:27 pm
From: "Saq Imtiaz" <lew...@gmail.com>
Date: Thu, 3 Jan 2008 21:27:04 +0100
Local: Thurs, Jan 3 2008 3:27 pm
Subject: Re: [tw] How to have a tiddler launch multiple other tiddlers?

This plugin creates a link that when clicked opens multiple tiddlers, and
might be of some use to you:
http://tw.lewcid.org/svn/plugins/OpenTiddlersMacro/OpenTiddlersMacro.js

On Jan 3, 2008 9: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 :)

> 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.

> Many thanks!

--
Tiddly Learning ( http://lewcid.org ) : TiddlyWiki news, plugins, themes and
educational usage

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Shulman  
View profile  
 More options Jan 3 2008, 3:50 pm
From: Eric Shulman <elsdes...@gmail.com>
Date: Thu, 3 Jan 2008 12:50:33 -0800 (PST)
Local: Thurs, Jan 3 2008 3:50 pm
Subject: Re: How to have a tiddler launch multiple other tiddlers?
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...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Pavey  
View profile  
 More options Jan 3 2008, 5:14 pm
From: Eric Pavey <warp...@sbcglobal.net>
Date: Thu, 3 Jan 2008 14:14:32 -0800 (PST)
Local: Thurs, Jan 3 2008 5:14 pm
Subject: Re: How to have a tiddler launch multiple other tiddlers?
Nickname changed ;)  Thanks for the suggestions, I'll give them a shot!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »