Another possibility is using TiddlersBarPlugin (http://
visualtw.ouvaton.org/VisualTW.html) and splitting the default tiddler
into smaller one-screen-length chunks (Intro1, Intro2, Intro3, etc.).
Put the link to the next tiddler at the bottom so that it starts to
feel like turning pages, rather then endless scrolling.

Also another idea is to put the chunks into seperate tiddlers and then
have them show up in the default tiddler in tabs:
<<tabs txtIntroTabCookie
[[Show on tab 1 ]] [[pop up description]] "IntroTiddler1"
[[Show on tab 2 ]] [[pop up description of t2]] "IntroTiddler2"
[[Show on tab 3 ]] [[pop up description of t3]] "IntroTiddler3"
>>

These may not be the answer that you seek, but they might give you
ideas for other things.

Ken Girard

On Jul 24, 9:51 am, Eric Shulman <[email protected]> wrote:
> > Please remind me where to put this script.
> > <<tiddler ShowPopup with: TiddlerName label tooltip>>
>
> Embed the above syntax directly into your content, like this:
> -----
> This is some content with a <<tiddler ShowPopup with: [[AboutLinks]]
> "link" "click to learn more about links">> that you can click on to
> view popup help.
> -----
>
> When the tiddler is rendered and the macro is processed, the result
> looks like:
> -----
> This is some content with a link that you can click on to view popup
> help.
> -----
>
> Clicking the label, 'link', will show a popup using the contents of
> the [[AboutLinks]] tiddler.
>
> enjoy,
> -e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to