Closed tchar closed 1 year ago
I don't know exactly about these but since the plugin architecture is inside out, based on callbacks you should rely on the actual program to store the data https://github.com/Wox-launcher/Wox/blob/master/Plugins/Wox.Plugin.Folder/Main.cs has used PluginJsonStorage to store and retrieve data on demand...
Hi @Animeshz. Well the problem is that
will support in v2
Hello, I am trying to integrate my plugin into wox but every type I type any key the plugin gets reset.
Suppose the following sample plugin
Every time I type a single word I get a different output. Is there any way to persist the plugin into memory without reinstantiating it every time I type a single word? I can't block the main thread with requests every time I press a key.