scpl-editor
scpl-editor copied to clipboard
Web editor only lets you edit one file
It would be nice for the web editor to have a full project manager in localstorage where you can work with multiple files and they stay after refreshing the page.
Just a note: bplist-parser works only in a Node.js environment (since it uses Buffers and not ArrayBuffers), so you may want to write a parser that can be executed on browsers before adding this feature.
@xAlien95 Webpack already has a buffer thing built in, bplist-converter and OutputData.ts rely on it. bplist-parser requires fs but there are some modules I can use to emulate fs in ram or I can make a slightly modified version of the module that doesn't need fs.
If it needs more advanced buffer features not available in the webpack shim, there are also modules to do those too.