How can I create settings for a plugin? #1297
-
I am thinking of creating a plugin with nodejs and I am wondering how to create an input in the plugin settings, like this one: I could be wrong, but I couldn't find anything about this in the docs - the only thing I found was this #657. I know that this plugin has a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
If you are writing a c# plugin, you will need to draw a usercontrol instead of using the SettingsTemplate.yml. Maybe we may extend that for c# plugin in the future, but for now you have to write a usercontrol in wpf. Check this interface https://www.flowlauncher.com/docs/#/API-Reference/Flow.Launcher.Plugin/ISettingProvider |
Beta Was this translation helpful? Give feedback.
If you are writing a c# plugin, you will need to draw a usercontrol instead of using the SettingsTemplate.yml. Maybe we may extend that for c# plugin in the future, but for now you have to write a usercontrol in wpf.
Check this interface https://www.flowlauncher.com/docs/#/API-Reference/Flow.Launcher.Plugin/ISettingProvider