You can use strings instead of urls, for files. So you could do something like:
loadFromS3(function (fileContent) { j = new Jotted($container, { files: [ type: 'css', content: fileContent ] }) })
j.done('change', function (err, params) { saveToS3(params.content) })
You can use strings instead of urls, for files. So you could do something like:
then create a plugin for it that saves the changes back to s3: Here's some details about the plugin api: https://github.com/ghinda/jotted#plugin-api