> Interesting. I've read the plugin descriptions but if I understand it
> correctly it does not quite solve the suggested push idea outlined in
> the first post. I'm guessing that "merging" at best adds stuff to a
> already existing tiddler (as opposed to e.g freely replacing the
> contents)
That is not correct. ExportTiddlersPlugin and SaveAsPlugin merge
*documents*, not tiddlers. If an existing document contains 5
tiddlers: A,B,C,D, and E, and then you export or saveas tiddlers named
C,E,X,Y and Z, then the resulting document would contain tiddlers
A,B,C,D,E,X,Y and Z, where the previous C and E tiddlers have been
replaced by new ones and X,Y, and Z have been added.
> it seems some work in specifying exactly which tiddlers
> to 'push' that cannot be automated.
Using SaveAsPlugin, you can select tiddlers by tag value. When
loading tiddlers from another document (using LoadTiddlerPlugin), you
could add a unique tag so they can then be selected later on when
using <<saveAs ...>> to update the other document.
-e