pfalstad / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
1.71k stars 286 forks source link

File SaveAs #83

Open jjdnd opened 5 months ago

jjdnd commented 5 months ago

is it possible to add the seconds to the auto generated save as filename?

if you have multiple tabs open and you save all your work consecutively one file after another at the same time, all the files that fall within the same current minuet get given the same filename like

circuit-20240421-2358.circuitjs.txt

if the filename was

circuit-20240421-235800.circuitjs.txt

this would not happen

side note, is there any need for "circuit" at the start and "circuitjs" at the end, this only generates over length filenames with little benefit i can see, one or the other would be nice, like

circuitjs-20240421-235800.txt 20240421-235800.circuitjs.txt

probably the first as that would group all the circuit files alphabetically together