mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 19:39:43 +02:00
Update todo list
This commit is contained in:
27
todo.md
27
todo.md
@@ -1,29 +1,4 @@
|
|||||||
- Get familar with jison
|
- Get familar with jison
|
||||||
- git graph requires a blank line at the end. why?
|
- git graph requires a blank line at the end. why?
|
||||||
- Create a desktop client
|
- Create a desktop client
|
||||||
- Replace all `lineInterpolate` with `curve`
|
- Do the rendering in an iframe to avoid global CSS to affect rendering.
|
||||||
|
|
||||||
I have the feeling that the flowchart DSL is not very readable or expressive despite it is short.
|
|
||||||
And it is too limited for complicated requirements such as: https://github.com/knsv/mermaid/issues/592
|
|
||||||
|
|
||||||
Maybe the following is better:
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"nodes": [
|
|
||||||
{
|
|
||||||
"name": "A"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"name": "B"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"edges": [
|
|
||||||
{
|
|
||||||
"from": "A",
|
|
||||||
"to": "B",
|
|
||||||
"style": "dashed"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user