For Plugins such as Program and BrowserBookmarks or any plugin that would persist data in memory, will not have new content refreshed until next Wox restart.
This means users installed a new program, added a new bookmark etc, will not be able to see these new content until they restart Wox.
This feature is:
Providing a command for user to manual reload all plugin's data (provided the plugin has implemented this feature) via Plugin.Sys
Allowing plugins to implement IReloadable and define their own way of reloading in memory data that will be called when user use the command above.
For Plugins such as Program and BrowserBookmarks or any plugin that would persist data in memory, will not have new content refreshed until next Wox restart.
This means users installed a new program, added a new bookmark etc, will not be able to see these new content until they restart Wox.
This feature is:
Requested in: https://github.com/Wox-launcher/Wox.Plugin.BrowserBookmark/issues/16 https://github.com/Wox-launcher/Wox.Plugin.BrowserBookmark/issues/15