Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is there any way to Import/Export several sheets or folders of sheets?

I run a few games with systems that don't use the Compendium, so no simple drag and drop, so I have been using the Character Vault to move over essential sheets to different games. However, I have dozens of sheets and it takes a while to find the game, the correct sheet and move them 1 by 1. Is there a way to import/export a selection of sheets, or even a full-folder in-game, for example I separate monsters into CR can I not export CR 1 folder? I can do a lot of the bulk via copying the game and changing some things, but when I run them simultaneously I can't keep making new copies of the games. 
1559559361

Edited 1559559412
The Aaron
Roll20 Production Team
API Scripter
The Transmogrifier would be much faster than the Character Vault. It doesn't let you do folders or multiple characters at once, but it only takes a single drag per character and you could do many of them quite quickly.&nbsp; <a href="https://wiki.roll20.net/Transmogrifier" rel="nofollow">https://wiki.roll20.net/Transmogrifier</a>
1559559616

Edited 1559559699
Ziechael
Forum Champion
Sheet Author
API Scripter
Assuming you are the creator of all the games you are wanting to move things between you can, as a pro subscriber, utilise the transmogrifier . You can't do bulk or folders but even as a 1-by-1 effort it is quick and easy to use. (wow, really should have refreshed... bolded the additional value I added for my own ego)
The Aaron said: The Transmogrifier would be much faster than the Character Vault. It doesn't let you do folders or multiple characters at once, but it only takes a single drag per character and you could do many of them quite quickly.&nbsp; <a href="https://wiki.roll20.net/Transmogrifier" rel="nofollow">https://wiki.roll20.net/Transmogrifier</a> That is definitely faster, though I hate how it is designed, the sections are all different sizes and it doesn't keep my folder structure like Character Vault also doesn't do. Thanks for the tip though, it is better, if only slightly :) Ziechael said: Assuming you are the creator of all the games you are wanting to move things between &nbsp; I did say I was running the games, while I didn't outright say I owned them I thought that woulda put that across. But thank you for your advice nonetheless.&nbsp; Why do both of these functions not show Folders? It doesn't seem that hard to code up, though it's been a while since I did proper coding myself.
1559565312

Edited 1559565446
Ziechael
Forum Champion
Sheet Author
API Scripter
Folders were introduced afterwards... I'm guessing they just haven't gotten around to revamping them yet :/ There is a popular suggestion requesting just such functionality that you might want to lend your support to however. I assumed you were the creator but for those that follow with a similar question it never hurts to spell out the specifics to avoid future confusion ;) (and to justify my delayed, beaten to the punch by Aaron, post of course!)
I did search for earlier posts, but it's hard getting the right keywords to get a proper response, all I found was 4 year old stuff that didn't apply. I did up-vote some requested features though.
1559572145
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
This can help with going through the Transmogrifier page. From The Aaron's Roll20 Enhancement Pack &nbsp;(Only works in Chrome): Sort Transmogrifier list ref.( <a href="https://app.roll20.net/forum/permalink/4891027/" rel="nofollow">https://app.roll20.net/forum/permalink/4891027/</a> ) javascript:$('iframe').contents().find('.objects').each((c,e)=&gt;{ let $e=$(e); $e.children().sort( (a,b)=&gt;{ let name1=$(a).find(".name").text().toLowerCase(), name2=$(b).find(".name").text().toLowerCase(), comp = name1.localeCompare(name2); return comp; }) .each((i,c)=&gt;$e.append(c)); });&nbsp; This is a bookmarklet that will sort your transmogrifier lists. In Chrome, just make a new bookmark with the above as the link. When you have the transmogrifier open and select this link, it will sort the currently open lists. You'll need to run it again when you choose a new list or after dragging things across to get the list back in order.
keithcurtis said: This can help with going through the Transmogrifier page. From The Aaron's Roll20 Enhancement Pack &nbsp;(Only works in Chrome): Sort Transmogrifier list ref.( <a href="https://app.roll20.net/forum/permalink/4891027/" rel="nofollow">https://app.roll20.net/forum/permalink/4891027/</a> ) javascript:$('iframe').contents().find('.objects').each((c,e)=&gt;{ let $e=$(e); $e.children().sort( (a,b)=&gt;{ let name1=$(a).find(".name").text().toLowerCase(), name2=$(b).find(".name").text().toLowerCase(), comp = name1.localeCompare(name2); return comp; }) .each((i,c)=&gt;$e.append(c)); });&nbsp; This is a bookmarklet that will sort your transmogrifier lists. In Chrome, just make a new bookmark with the above as the link. When you have the transmogrifier open and select this link, it will sort the currently open lists. You'll need to run it again when you choose a new list or after dragging things across to get the list back in order. That just orders it by alphabetical, not exactly helping the situation much. I made it a bookmark in case I do need to search via alphabet though, thanks.
1559574650
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Yeah, I knew it wasn't what you were looking for, but it helps some. You can also click in the URL bar, press Ctrl/Cmd-F and do a search for any name while the Transmogrifier is up.
keithcurtis said: Yeah, I knew it wasn't what you were looking for, but it helps some. You can also click in the URL bar, press Ctrl/Cmd-F and do a search for any name while the Transmogrifier is up. I use a lot of CTRL+F anyways to find what I need.