-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add plugin API renderSnippet
, renderSnippets
#9559
Conversation
这两个方法很类似,是不是导出一个就可以了? 如果是需要维护 snippet,是不是需要再添加增删改的 API?如果不是,是不是就不需要这些 API, 开发者自己维护好自己的代码就行。 还有具体的使用场景可以描述一下么?本身作为插件的可塑性就很强,为什么还要添加代码片段? |
可以只导出
使用场景例如自定义字体列表,插件的样式文件 |
|
影响优先级顺序是指?不同的 snippet 之间也有顺序吗 |
该 |
目的就是为了影响最终呈现效果 |
这样的话使用 pulgin 里面的 style 也可以吧 |
这个不能动态设置 |
但是 |
|
如果优先加载的话,系统相关设置会失效。 |
好吧,那我用自己实现的 renderSnippets |
嗯嗯,十分感谢。 |
为插件添加一个用于设置动态样式的 API
Add an API for dynamic styling of the plugin
REF: #8036, siyuan-note/petal#19