Hellow.
I have a newbie question about opening tiddlers. In the [1] Eric
pointed the story.displayTiddler function to open tiddlers. It works
fine if used like
<html><a href="javascript:;" onclick="
story.displayTiddler(null,'TopLineMenu');
">open</a></html>
However, if I make a simple "plugin"
story.displayTiddler(null,'TopLineMenu');
on startup there appears the PluginManager and sais (in the log
field):
Error: TypeError: Cannot convert 'place' to object
So, what do I do to open a tiddler with a plugin (on startup)? I guess
it goes wrong because something is not loaded when the "plugin"
applies, but I have no idea what's wrong with parameters. Probably
there's another (appropriate) function for opening..
[1]
https://groups.google.com/group/tiddlywiki/browse_thread/thread/1d4beb8e4bfe04f7
--
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.