Hi Jan, Nice, this can definetely be handy.
May I suggest that you rather turn this into a small plugin, rather than editing the core directly in the html? Otherwise, upgrading your TiddlyWiki(s) will gradually mean a lot of work. Also, creating a TiddlySpace, TiddlySpot or simply a pastebin would make it way more accessible to others. For such a plugin, perhaps called CloseOnOpenPlugin, you would need to hijack onClickTiddlerLink()... http://tiddlywikidev.tiddlyspace.com/#Hijacking Also notice that your current naming convention may conflict with tiddler titles like... ; *@call* or *@buy* : possibly being 'context' tags for a TiddlyWiki based GTD system ; *@tiddlyspace-user* : a tag in TiddlySpace indicating that one follows a certain user Personally I would suggest to use a different flag, something more unambiguous like... [[^^CloseOnOpenFoo]] This looks more programatic and projects a sense of "raise this one". Anyhow, if you decide to turn it into a plugin, it would be good if people could define their own identifier via some js parameter, e.g. config.extensions.CloseOnOpenPlugin.flag = '^^'; Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
