Hi Dave.
q:-)) You lured me. Yes it is relevant.

Let's split things a little bit, to make the problem simpler, for me
to understand and solve the little parts.

My thoughts:

> TiddlerName tiddler has this:
> |++...@[n] [[(go)|Note$1$2:$3]]  <<tiddler [[Note$1$2:$3]]>>===|
> <<tiddler $1##$2.$3>>|

===============

R2D2 says:
|++...@[n] [[(go)|Note$1$2:$3]]  <<tiddler [[Note$1$2:$3]]>>===|
<<tiddler $1##$2.$3>>|

I feel like Luke Skywalker now..

| .. start of the table
+++ .. start of NestedSliderPlugin
^ .. width, with no parameter .. does sets width to auto.
* .. closes display, if click occurs somewhere in tiddler
@ .. the slider will be opened if mouse hovers it
[n] .. activated by key 'n'

If $1=X $2=Y $3=Z it opens a Tiddler named NoteXY:Z ->right?

[[(go)|Note$1$2:$3]]
^^^^   ^^^^^^
|         |
|         +-- Link to NoteXY:Z
+-----Label (go) prittylink


And if the mouse goes there it hovers the content of that tiddler -
>right?
<<tiddler [[Note$1$2:$3]]>>

cool idea!

=== .. end of nested slider

| .. finished the left part of the table

<<tiddler $1##$2.$3>>|
Displays the Section content of tiddler X##Y.Z  -> right?

| .. end of right part of the table.

=========
There are 3 Variables $1 $2 $3 which are normaly resolved with:
tiddler: OneLine contains:
<<tiddler template with: R2D2 Luke says>>

tiddler: template contains:
$2 $3: Hello $1!

The result: Luke says: Hello R2D2!
=============

Luke has some questions now:

The above is one line of the table? -> right?
Fore one line, there are 2 tiddlers involved?

Please give 2! examples for $1 $2 $3
Which one is the counting variable i in for(i=1;i< ..

regards Mario

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