Skip to content
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

建议添加流程图插件,并且适配markdown类型 #49

Closed
lilingshan opened this issue Nov 6, 2021 · 2 comments
Closed

建议添加流程图插件,并且适配markdown类型 #49

lilingshan opened this issue Nov 6, 2021 · 2 comments
Labels
enhancement New feature or request PR Welcome PR Welcome

Comments

@lilingshan
Copy link

md:

st=>start: 开始框
op=>operation: 处理框
cond=>condition: 判断框(是或否?)
sub1=>subroutine: 子流程
io=>inputoutput: 输入输出框
e=>end: 结束框
st->op->cond
cond(yes)->io->e
cond(no)->sub1(right)->op

image

@big-camel big-camel added enhancement New feature or request PR Welcome PR Welcome labels Dec 26, 2021
@big-camel
Copy link
Member

这里几个 https://drawing.aomao.com/ 生成相关图的api

@zhaodeezhu
Copy link

不知道结合drawio实现的绘图功能能不能满足需求
相关介绍的公众号:
drawio和am-editor强强联合,实现强大的富文本编辑器绘图板块
示例项目:
xioo-docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR Welcome PR Welcome
Projects
None yet
Development

No branches or pull requests

3 participants