#Title Export entire folder structure as
1 messages ยท Page 1 of 1 (latest)
I put together a couple macros to do what I think you are requesting here.
This first one creates a folder in your world called backup and stores the world's collections as json files there. Running it at any time in that world will update these files with the most current documents from the collections
this one can be run from any world. It will prompt for a world to look for backups in, then prompt you for which type of document you want to import. It will then list all the documents from that world's json backup. Simply click a document to import it into the world you are currently in.
obviously, don't try to import actors or items into different systems. It is unlikely to hurt anything, but it will not work well.
I'll take a look when I get home!
So the first macro works great, but because I host on forge, after I select from my worlds, this pops up:
Using popout I can eventually see what's in what. For example, the Cards selection is empty because I don't use any.
But when navigating to the entries I want, I get this error in console. ๐
My bad. I was lazy with my string parsing. I should have known forge would use full paths. This ought to work as intended.
That worked for me! โค๏ธ Any chance that the folders as a whole can be targeted to import? If not, no worries. This does the job