为知笔记 Markdown 新手指南

为知笔记 Markdown 新手指南 http://www.wiz.cn/feature-markdown.html

时序图,流程图
详细流程图语法 http://adrai.github.io/flowchart.js/
详细时序图语法例子 http://bramp.github.io/js-sequence-diagrams/

下载和安装
使用方法

新建.md笔记,选择Editor.md编辑器编辑。

配置方法

打开md_editor_core.js文件,修改功能配置项。保存,重新启动为知笔记。

更新日志

Change logs

Editor.md 是一款开源的、可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。

主要特性

#时序图
```seq
ANdrew->china:say  holle
china-->ANdrew:say holle2
note left of china:hello
ANdrew->china:say holle3
```

```sequence
 Alice->Bob: Hello Bob, how are you?
 Note right of Bob: Bob thinks
 Bob-->Alice: I am good thanks!
 ```


 # Example of a comment.
 ```seq
Note left of A: Note to the\n left of A
Note right of A: Note to the\n right of A
Note over A: Note over A
Note over A,B: Note over both A and B
```

 ```seq
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```


```seq
Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow
```


  #流程图
```flow
st=>start: 开始
e=>end: 结束
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
```

新建笔记,是默认笔记格式,保存然后编辑, 记住选择Editor.md编辑器编辑

可以测试试试看 ,

 

转载于:https://www.cnblogs.com/chenyq/p/5193012.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值