I’m considering a ipfs p2p sync-adaptor, so I can sync Desktop (TidGi nodejs wiki)'s changes to Mobile (Tiddloid HTML wiki) and vice versa.
But can I use two sync-adaptor at the same time on nodejs? (ipfs sync-adaptor and nodejs default sync-adaptor) Will there be some weird thing happening?
On the Tiddloid side, its HTML wiki will need to get new tiddlers from the ipfs sync-adaptor, and use file saver to save to local, I don’t know if this will work correctly…
I may consider using a saver, let @donmor3000 's Tiddloid open and save nodejs wiki’s webpage from local network, overwrite one of the local Tiddloid’s HTML wiki, to achieve the sync from Desktop and Mobile.
And later, from Mobile to Desktop TidGi app, use a saver to send HTML .
And later, from Desktop to Mobile (I don’t know if save can do this) on Mobile let saver fetch Desktop’s webpage and apply the full wiki to local HTML.