On 8 Oct, 18:14, Eric Shulman <[email protected]> wrote:
> If you use the 'init' keyword param in the <<loadTiddlers>> macro,
> then any tiddlers tagged with 'systemConfig' will be automatically
> invoked when imported. You can use this to trigger your tag
> modification code, by putting it into a tiddler in the *source*
> document. After all the tiddlers have been imported, the
> 'systemConfig'-tagged tiddler that was just imported is invoked at the
> end of the asynchronous <<loadTiddlers>> handling.
>
> enjoy,
> -e
>
> imported
> <<loadTiddlers .... init
I didn't think of that one - that should work: I can probably do it by
adding a hidden step that always imports a single named tiddler from
itself - anyway time for some testing.
Or, now my mind is thinking that way - I only need to change the tags
before the affected Tiddlers are saved, and as temporaryTiddlers
plugin prevents tiddlers tagged temporary from being saved, it
intercepts the Save action. Perhaps a replacement that extended the
temporaryTiddlers functionality would be even better - again I need to
check how it does it.
Thanks for the prompt response.
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en
-~----------~----~----~----~------~----~------~--~---