Hi Mrown and Dave,
Plugin Tiddlers of included TiddlyWiki files will show up in the
plugin manager of the back stage - with the log message: This plugin
has not been executed because it was added since startup. But since it
only will by added at startup again - once you do a save and reload -
it will never go beyond being added at startup. :-(
However, there are ways to not only to load - put also have them as
functioning plugins - by placing them separately in a folder on a
drive as .js files. Where you only would have to update the particular
plugins .js in that folder - and all TiddlyWiki who load their plugins
from this folder automatically would be up to date.
One way to do this are Bookmarklets in the way of
http://xdexavier.googlepages.com/yoursearch.html, pointing to the .js
to include.
An other is LoadExtPlugin of BramChen (
http://ptw.sourceforge.net/
ptwe.html#LoadExtPlugin).
A third prerelease - but nevertheless working possibility is what I
talk about in the thread: "ExternalTiddlersPlugin (or
LocalAdaptorPlugin) request" by using loadExternalv2.js (http://
groups.google.com/group/TiddlyWikiDev/attach/24b01004700c20a6/
ExternalTiddlers.zip?part=4) with the added amazing ability to load
virtually any file type as a tiddler.
Fourth, LocalAdaptorPlugin might (or might) not by able to be used for
this, once it will be released.
Fifth, by placing the path of a plugin .js into the MarkupPostBody
shadowed tiddler - that plugin would also be included as a functioning
plugin.
Regards,
W.