Using the filter tab in AdvancedSearch, export all your plugin tiddlers as json. A proper plugin will contain all your tiddlers under your namespace, i.e
$:/plugins/bobj/tiddler1 $:/plugins/bobj/tiddler2 The filter to get all your plugin tiddlers might look like: [prefix[$:/plugins/bobj]] Have your users import the exported json file. They can even import over the network (in Windows at least) if you host the json file online (Github works.) On Tuesday, September 15, 2020 at 3:15:18 AM UTC-4 PMario wrote: > Hi, > > They should make a backup of their own version first !!!! > > - They can download "your new version.html" > - Open it in the browser > - Open the file explorer > - Drag & Drop import "their" version into "your" version > - There will be an import dialog. > - They can decide which tiddlers to import > Done! > > mario > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1fa934fc-38d6-45e9-bab2-8b2201d8da64n%40googlegroups.com.

