davidanthoff / Electron.jl

Julia wrapper for Electron
Other
85 stars 19 forks source link

how to use electron's `dialog` #126

Open schlichtanders opened 5 months ago

schlichtanders commented 5 months ago

Hello, I want to create a super simple tiny wrapper which opens the native folder picker, waits for its return value, (and then opens Pluto to this folder). Can I do this with Electron.jl?

I found that electron has a dialog functionality, which even works without a Window, but I couldn't find anything in the code or issues about dialogs.