Mar File Uploader - READMEThis is a simple uploader extension for the Much Assembly Required game. https://muchassemblyrequired.com/ It basically allows you to avoid using the web interface to upload; Instead save the document then press or
to upload to multiple servers. FeaturesThe extension creates a command with a default keybindings of Ctrl-Alt-U, which uploads the contents of the current editor to the account configured in settings.json Alternatively it can be used against multiple arbitrary back-ends, for production, development, local etc.. Once uploaded the changes will be in immediate effect, but, to view them in the online editor the reload button needs to be clicked RequirementsThis extension obviously requires that the user has an account on muchassemblyrequired.com/ or a privately hosted server. Extension SettingsSimple configuration (for use with only muchassemblyrequired.com)Only requires username/password for muchassemblyrequired.com in
Pressing Ctrl-Alt-U will upload the current file in the editor to muchassemblyrequired.com For use with local developmentYou can additionally include the local server url to hit:
Configure Upload-on-saveadd the following to your
Advanced config. When using multiple target serversIf you have a private server, or similar you can add blocks of servers
You can then use the following keybindings to upload the active file
Using a keybinding probably throws an error if server doesn't exist in config auto-upload on save for multiple serversIf you have configured an array of marservers, you can up the active file to all of them, on saving the active document. You can have up to 4 (corresponding to keybindings Ctrl-Shift-Alt-[1-4])
Known IssuesThis is a quickly written work-around. It's unlikely to be without bugs make sure you have a backup of your files before uploading. Please raise any issues at https://github.com/tolland/much-assembly-required-upload-on-save/issues For more information |