98teg / NativeDialogs

Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
MIT License
158 stars 8 forks source link

Set starting file name and or extension in save mode #26

Open trekfan42 opened 1 year ago

trekfan42 commented 1 year ago

I'm trying to write a file into a dir and I want to force the user to use a certain extension, but there doesn't appear to be a way to handle that.

98teg commented 1 year ago

You can force the extension by using filters. However, you can't provide an initial file name at the moment.

Lemonbrush commented 4 months ago

Hello. I also need the default title feature. Is there any update on it? Seems like it's been a while...

connorhedgehog commented 1 month ago

this would still be super helpful! especially since filters don't actually seem to provide the functionality stated above