Hi Scott, понедельник, 12 августа 2013 г., 8:49:24 UTC+4 пользователь Scott Simmons написал: > > Hi, Yakov -- > > It took me a while, but I finally got around to updating to the 2.x > series, and I have to say: Your amazing plugin is 50% MORE amazing than it > already was! :D I'm loving the link to included tiddlers' native TWs and > the support of user-defined nodes. >
Thanks. I hope that this year it will become about 50% more cool again :) reloading is on its way, and some other features as well, but the development doesn't go very fast.. may be I even have to redesign some internals once again. > > For me, though, setting config.options.STP_hijackImageFormatter to true > yields > an error message alert every time I load my TW (or a tiddler, even it it's > not an included tiddler): > > > <http://tiddlywiki.secret-hq.com/group/images/twSharedTiddlersPlugin_getIncludeURL_error.png> > > Is it just me? > Ok, I can see where the problem can be from. Try this: grab the full-code version of STP [1] and substitute the line includeURL = w.tiddler.getIncludeURL(), with the line includeURL = w.tiddler ? w.tiddler.getIncludeURL() : "", and let me know the result. Or you can send me a TW you have trouble with to me directly. As for the trouble with the [[tiddler]]@node syntax, I didn't really get what happens/doesn't happen. May be you can attach a couple of TWs with minimum tiddlers reproducing the problem? (describeNode macro can be used inline, but I consider that as rather bad practice -- it was introduced in first place to be able to use one nodeName in several places, so the definition should be elsewhere, in IncludeList) Best regards, Yakov. [1] http://yakovl.bplaced.net/TW/STP/STP.html#SharedTiddlersPluginCode -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

