关于插件系统
#1010
Replies: 1 comment 1 reply
|
这个可能真得靠社区了,作者未必有多少时间,基于 Milkdown 的开源项目越多,这样的例子就越多。 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem
新版本之后后,插件都被独立出来了,这个思路非常好,但是依据目前的文档来看,自己编写一款插件的成本非常高。
我使用vue来进行开发,我把slash插件从react转成了vue,但是花了比较长的时间。
我试图将table也转化为vue插件的时候,有点崩溃。
Solution
所以,如果文档不能详细,能否丰富一些example中的示例,如image,table,task等。。。
All reactions