N.B.:
Strictly development-related issues are better discussed on the dev group:
http://groups.google.com/group/TiddlyWikiDev/
You're more likely to get competent help there.
> Here is a proof-of-concept macro I wrote to see if I can get it working:
> [...]
> It errors-out with 'tiddler is undefined.
For me that results in the following error:
Error while executing macro <<tiddlerName>>:
TypeError: tiddler.getAttribute is not a function
Either way, the macro is being passed a *store* tiddler (JavaScript
object), not a *story* tiddler (DOM element).
The best way to get a feel for this is to inspect the object with Firebug:
console.log(tiddler);
HTH.
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---