Thanks a million Mans...that was the winning ticket...the view
template.
Why in the world was I thinking page template?
So, now when one mouses over the properties box appears...rather
subtly I'd say...:)

Now to work on the properties issue.

I would like for that properties box will to show that tiddlers info
as per my template .
So for instance if its in [[TiddlerProperties]] to its info or if its
in [[SuggestionBox]] to show that tiddlers info, etc.

Right now I have this as my template in the [[TiddlerProperties]]
which I included in my ViewTemplate like so:

<div class='tagClear'></div>
<div class='tiddlerProperties' macro='tiddler TiddlerProperties'></
div>

I did the above in order to add some css properties to it.
The basic premise of propagation in [[TiddlerProperties]] works like a
charm but it doesn't show individualized results:

+++[Properties]
|!Creation date |<<tiddler TiddlerProperties##Creation>> |
|!Word Count |<<tiddler TiddlerProperties##Count>> |
===/%
!Creation
<<view creation date $1>>
!Count
<<view wordCount $1>>
!end
%/

However, I think something is missing for it show individual tiddler's
info.
Or am I going about this all wrong?
At your leisure...no rush.

Best regards,

Julio


On Nov 19, 6:14 pm, Måns <[email protected]> wrote:
> Hi Julio
>
> > I would like to include with all tiddlers. I have an idea of what I
> > would like to do and know that there is something to be done with the
> > page template to show at the bottom of every tiddler. The properties
> > box will show that tiddlers basic info.
>
> I think you want to edit the ViewTemplate tiddler[1] (shadowtiddler)
>
> You can include a tiddler in the View- or EditTemplate via the tiddler
> macro [2]- like this:
> <div macro='tiddler TiddlerTitle'></div> [3]
>
> [1]http://tiddlywiki.org/#%5B%5BViewTemplate%20Tiddler%5D%5D
> [2]http://tiddlywiki.org/#%5B%5Btiddler%20macro%5D%5D
> [3]http://tiddlywiki.org/#%5B%5BExtended%20HTML%20Syntax%20Handling%5D%5D
>
> Cheers Måns Mårtensson

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