Flow.Launcher/Flow.Launcher.Core/Plugin
2023-06-25 00:43:21 +08:00
..
JsonRPCV2Models Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
ExecutablePlugin.cs Remove unused using 2023-04-25 21:02:34 +08:00
JsonPRCModel.cs Merge branch 'dev' into jsonrpc_v2 2023-06-23 11:24:27 +08:00
JsonRPCConfigurationModel.cs Add hyperlink layout 2022-12-10 09:53:41 +09:00
JsonRPCModelContext.cs Implement JSONRPC V2 Draft 2022-08-31 21:34:47 -05:00
JsonRPCPlugin.cs Merge branch 'dev' into jsonrpc_v2 2023-06-23 11:24:27 +08:00
JsonRPCPluginBase.cs Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
JsonRPCPluginV2.cs Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
NodePlugin.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginAssemblyLoader.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginConfig.cs add tests for loading unique metadata method 2021-11-21 16:54:30 +11:00
PluginManager.cs Refactor save settings logic 2023-04-25 22:38:36 +08:00
PluginsLoader.cs Merge branch 'dev' into jsonrpc_v2 2023-06-23 11:24:27 +08:00
PortableSettings.cs fix some bug (v1 still broken) 2023-03-26 14:04:06 -05:00
PythonPlugin.cs Merge branch 'dev' into jsonrpc_v2 2023-06-23 11:24:27 +08:00
PythonPluginV2.cs Finally make JSONRPC Bidirection work 2023-06-25 00:43:21 +08:00
QueryBuilder.cs Remove unused using 2023-04-25 21:02:34 +08:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00

There are two kinds of plugins:

  1. System plugin Those plugins that action keyword is "*", those plugin doesn't need action keyword
  2. User Plugin Those plugins that contains customized action keyword