For my welcome page, I have used forEachTiddler [1] to generate tabs.
Each tiddler that i want in the tabs is tagged 'INTRO'. Then in
'Welcome' i transcude using <<tiddler IntroTabs>>  . I number the
tiddler to get them in the right order from left to right, otherwise
they are displayed alphabetically. To do this without numbers I will
eventually use an array.

Below is the tiddler

IntroTabs
-------------
<<forEachTiddler
    where
       'tiddler.tags.contains("INTRO")'

    sortBy
       'tiddler.title.toUpperCase()'

    write '" [["+tiddler.title+" ]] \"view ["+tiddler.title+"]\"
[["+tiddler.title+"]] "'

        begin '"<<tabs txtMyAutoTab "'

        end '">"+">"'
>>
-------------

Alex


[1] http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin


2009/7/23 jaybeedee <[email protected]>:
>
> Hi,
> I'm returning to TW aftwe an absence of 3 years, so have got out of
> touch with the latest developments. I've downloaded the latest version
> ( as of yeaterday).
>
> I have a large opening main tiddler of 5 screens length. It is a
> section of a memoir and I wish to use small tiddlers to include as
> comments to the main text.
>
> When I do this, the new tiddlers open at the end of the main tiddler,
> which means scrolling back over several screens to return to the place
> of the child tiddler link (wikiword).
>
> Questions
> 1. Is it possible to arrange for the new tiddler to open as an overlay
> to the source text (main tiddler)?
>
> 2. Or Is it possible to insert a "back" button into the child tiddler
> so that when it is closed we revert to the position of the child
> tiddler's link?
>
> Hopefully, someone has already sorted this, but I cannot find
> anything.
>
> Pointers and solutions please!
>
> jaybeedee
>
>
> >
>



-- 
http://www.multiurl.com/g/64

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