5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML5,026 stars (5,026 stars)568 forks (568 forks)batch import
help wanted
Description
能否新增一个本地安装插件的功能,而不是使用npm,这样开发个人插件会比较方便,开发完直接打包导入
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- desktopdeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- active
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic Electron knowledgeNode.js file system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests adding a local plugin installation feature to avoid reliance on npm. Start by examining the existing plugin loading mechanism in the repository, likely in the `main` or `renderer` processes. Look for how plugins are currently discovered and installed (e.g., via npm). Consider implementing a file dialog for selecting a plugin package (e.g., a zip or folder), then copying it to the plugins directory and registering it. The issue comments may contain further requirements or constraints. Reference the codebase structure at https://github.com/rubickCenter/rubick.