Flow.Launcher
Flow.Launcher copied to clipboard
Feature: Support the js and add NodePlugin.cs
Related issues
- https://github.com/Flow-Launcher/plugin-samples/pull/1
- https://github.com/Flow-Launcher/plugin-samples/pull/2
Enhancement content
Actually, the js developers are the most people in developers.
So, it's better to pull them to stand our side.
The Flow needs to support the js
and add NodePlugin.cs
@Zeroto521 have you tested the js example plugins are working via json rpc?
Or do we need to fix/add integration
Not at all.
Actually, the JSON RPC API list in docs is different from the code.
The following is missing.
- Flow.Launcher.ShellRun: run shell commands
- Flow.Launcher.CloseApp: close flow launcher
- Flow.Launcher.HideApp: hide flow launcher
- Flow.Launcher.ShowApp: show flow launcher
- Flow.Launcher.StartLoadingBar: start loading animation in flow launcher
- Flow.Launcher.StopLoadingBar: stop loading animation in flow launcher
Hmm ok, will tackle this after python.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
@taooceros @jjw24 as we now support js plugins can we close this?
Yes, full environment support now.