Is there a way to create a “save as” file dialog for an editor script?
I have tried using editor.ui.show_external_file_dialog() but this appears to be for opening files only. If you type in a name for the new file it generates a system error saying “File not found. Check the filename and try again”