Mans...thanks for all of your help and the pointers...these are
helping a lot.
Somehow this almost works (99% working).
+++[Properties]
|!Creation date |<<tiddler TiddlerProperties##Creation with:
{{tiddler.title}}>> |
|!Word Count |<<tiddler TiddlerProperties##Count with:{{tiddler.title}}
>> |
===/%
!Creation
<html><span style="color:#db4;" macro='view created date'></span></
html>
!Count
<html><span style="color:#db4;" macro='wordCount'></span></html>
!end
%/
Some little glitch where it doesn't always appear unless I go into
edit/ close/ done on random tiddlers.
(thinking out loud here): The transclusion is definitely working, but
somehow it's not refreshing adequately.
I'll keep on hacking at it...
Best regards,
Julio
On Nov 20, 11:12 am, Måns <[email protected]> wrote:
> TiddlyTools have a LOT of examples utilizing the transclusion concept:
>
> http://www.TiddlyTools.com#txtCatalogTab:transclusions
>
> Explanation by Eric Shulman (the author of TiddlyTools) -read near
> the bottom of the page:
>
> http://oldwiki.tiddlywiki.org/wiki/Transclusion
>
> Cheers Måns Mårtensson
>
> On 20 Nov., 17:01, Måns <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi Julio
>
> > > +++[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.
>
> > Try:
>
> > |!Creation date |<<tiddler TiddlerProperties##Creation with:
> > {{tiddler.title}}>> |
> > |!Word Count |<<tiddler TiddlerProperties##Count with:{{tiddler.title}}
>
> > >> |
>
> > Read Parameterised
> > Transclusion:http://tiddlywiki.org/#%5B%5Btiddler%20macro%5D%5D
>
> > More:http://tiddlywiki.org/#%5B%5BEvaluated%20Macro%20Parameters%5D%5Dhttp...
>
> > 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.