The standard way is, using the DefaultTiddlers tiddler.
eg:
[[tiddler1]] [[tiddler2]] ... opens tiddler1 and 2

or

[tag[default]] .. which opens every tiddler tagged: default.

===
> story.displayTiddler(null,'TopLineMenu');

This isn't a complete plugin in the TW sence.
So if you tagged it systemConfig the TW plugin manager can't handle
it. That's why the error.

Have a look at tiddlywiki.org [1] for some basics. Also search for
"macros", "plugins" "best practices" there, to get some more info.
I have created some relatively "simple" button plugins, to get started
with TW macro programming. Have a look at my helloworld space [2].

hope this helps.
-m

[1] http://tiddlywiki.org/#Macros
[2] http://helloworld.tiddlyspace.com/#HelloWorldButtonPlugin

On May 21, 11:40 am, Yakov <[email protected]> wrote:
> 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/1d4be...

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

Reply via email to