-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add plugin config items backends
and frontends
#8386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
考虑新增两个配置项:
|
一个是用户怎么用的问题,一个是开发者怎么写的问题。 对于用户来说,前端后端名词是否专业了一些?标签系统也许对于普通用户更容易理解,毕竟明白前端后端的,也就程序员群体了我觉得。 配置项之外用户在集市上相关的操作建议也请考虑是否接受? |
暂时先不考虑用户端的过滤吧,后面用关键字搜索进行过滤。 这两个配置项是白名单,backends 主要是限定内核,比如有的插件需要 pandoc,但是 pandoc 只在桌面端环境上才支持,这时候就需要将后端能力限定在 windows, linux, macOS 上;frontends 主要是限定客户端,比如有的插件只能支持在桌面端上使用,不支持浏览器上使用。 |
过滤是一方面,其他的比如非当前平台的插件展示为不可用这类的。已下载的也标为不可用这种,当然还可以保留用户删除的方法。 |
对,这个实现的时候会考虑。 |
支持添加这个,这个太重要了。 |
backends
and frontends
插件 API 最好能同时提供一下 |
#5066 getFrontend |
Uh oh!
There was an error while loading. Please reload this page.
需要增加插件标签以便适配不同平台及用户过滤
In what scenarios do you need this feature?
Describe the optimal solution
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: