Ok, one more success. Today I wanted to practice debugging but instead
figured that IncludePlugin now works for me in Opera. I changed the
opera:config#UserPrefs|AllowFileXMLHttpRequest option to "false" and
than the plugin stopped to work, like it was before. So in Opera, if
some interaction with file system doesn't work for you, checking the
opera:config#UserPrefs|AllowFileXMLHttpRequest option is the first
step to try.
On the other hand, MasterIncludesPlugin still doesn't work for me, so
probably LoadTiddlersPlugin won't as well.
***
> I have been trying to figure out how to use the loadTiddlers macro to load a single tiddler and then immediately display that tiddler.
>
> The goal is to have a standard tiddler macro like <<command tiddlerName>> that would display the tiddlerName in a standard wikified tiddler name manner and then when it is clicked to use LoadTiddlers to reach out to another html local file and retrieve the tiddler named tiddlerName and immediately display it, as if it had been a tiddler in the original file.
I didn't get it: do you want to have just a <<tiddler tiddlerName>>
with auto-loading at each display time? If so, it seems that just
<<tiddler tiddlerName>><<loadTiddlers ...>>
would be enough; althogh, I haven't used LoadTiddlersPlugin, so you'd
better ask in a new thread since it's not likely that Eric will read
new posts here.