When I use a number at the beginning of the project name, “sketch_” is automatically added to the beginning of the saved name. Is this by design? Is there a setting to avoid this?
Processing sanitizes file names to ensure compatibility across different file systems and platforms. Sketch names that begin with a digit or anything other than a letter aren’t allowed, so Processing automatically adds sketch_ in those cases. There’s no setting to change this behavior at the moment.