Hi, I'm working on my first character sheet in a custom sheet sandbox. I see that there is a Sheet.json editor for in the sandbox, and I also so that when you "launch game", there is a "Sheet sandbox Tools" with buttons to upload 'html' , 'css' and 'translation' files. What I'm wondering is, can fields in sheet.json which refer to fields be URLs? for example { "html": "<a href="https://raw.github.com/someuser/somerepo/somebranch/path/to/file.html" rel="nofollow">https://raw.github.com/someuser/somerepo/somebranch/path/to/file.html</a>" "css": "ditto" } And if such a thing is possible, would refreshing a running roll20 game get the latest version of the html and css files - meaning that I could simply push out new versions to my repo and refresh? Or would I still have to quit game/re-launch game which doesn't make it any more efficient than uploading new versions of the files constantly. Anyway, I'm just wondering if such a scheme would work, and if not, if folks think this might be a good feature request.