lukehaas/RunJS

feature request: save session

Closed this issue · 1 comments

bulk save all opened js/ts code as zip or any other format
and if they're saved, add title and location

eg
say zip is an array with collection of js / ts files
[
{isSaved: true, title: 'hello', location: 'x:/y/z', code: "<js/ts code here>"}, // already saved file
{isSaved: false, title: 'world', location: '', code: "<js/ts code here>"}, // unsaved file
]

I use RunJS for coding challenges.
This will help me save the session as recurring backup instead of saving every single temporary file that I go through every now and then trying to solve it and deleting the solved file if its not that important..

I can't really see why this would be needed when RunJS already auto-saves internally on run. So there isn't really a need to manually save to a temporary file.