Wox/wox.plugin.nodejs
qianlifeng 62fdd3b7c7
feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements
- Updated API interface to support dynamic settings returning PluginSettingDefinitionItem.
- Implemented MRU restore callback in both Node.js and Python plugin hosts.
- Added MRUData model for handling most recently used data.
- Enhanced setting models to include new types and helper functions for creating settings.
- Updated package dependencies for Node.js and Python plugins to the latest versions.
2025-07-30 21:22:37 +08:00
..
src Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
types feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
.eslintignore Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
.eslintrc Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
.gitignore Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
.prettierrc.json Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
Makefile Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
README.md Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
package.json feat(mru): Enhance nodejs/python plugin API with MRU restore functionality and dynamic setting improvements 2025-07-30 21:22:37 +08:00
pnpm-lock.yaml Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
tsconfig.json Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00

README.md

Nodejs Type Definition for Wox Plugin