-
# Summary of the new feature/enhancement
Wox has a ton of useful plugins which don't work on the PT RUN version. I would love to be able to do what I posted in #3945 but I cant do that with plugins d…
-
The Web Searches plugin has a feature where a user could select a custom icon for a search query.
The location of such an image is seemingly restricted to "Local\Wox\app-xxx\Plugins\Wox.Plugins\WebSe…
-
## 📝 Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_
Bookmark Search(Edge/Chrome): Search bookmark in Ed…
-
## ℹ Computer information
- PowerToys version:
- PowerToy Utility:
- Running PowerToys as Admin:
- Windows build number: [run "winver"]
## 📝 Provide detailed reproduction steps (if any)
…
-
In the docs it's said that Wox use the [JSON-RPC Spec](https://www.jsonrpc.org/specification) to communicate with its plugins, however, it doesnt seem to actually follow the specification.
A valid …
-
Link to parent issue #5273
- Move plugins settings to 'PowerToys Run/settings.json' so it is possible to edit it from the settings file
- Get rid of the intermediate `PluginSettings` file and upda…
-
Right now _the Program plugin_ doesn't register shortcut like csgo shortcut, because it is `.url` shortcut not `.lnk`
I did hack together this code for my personal use (I don't know much C# so I'm …
pc223 updated
3 years ago
-
The `process` for an `executable` plugin are currently started after each keystroke, this has quite a few drawbacks imo. The main problem is that the process is stateless, we can not store variables b…
-
Currently it's a toggle in the plugin's settings menu. Instead, allow user to run command in either PS or Cmd without haven't to change it in settings every time.
jjw24 updated
3 years ago
-
Hello.
I made a basic example of how to create plugins in nodejs.
Posting it here in case anyone might need it in the future.
https://github.com/duurland/Wox.Plugin.HelloWorldNodeJS
Cheers