From 40a87fa7364ddaceb71ea16b41dd2b5967c3ee04 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Thu, 12 Apr 2018 07:38:01 +0800 Subject: [PATCH] Update todo list --- todo.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/todo.md b/todo.md index 6f3a087fa..615856d5a 100644 --- a/todo.md +++ b/todo.md @@ -1,29 +1,4 @@ - Get familar with jison - git graph requires a blank line at the end. why? - Create a desktop client -- Replace all `lineInterpolate` with `curve` - -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" - } - ] -} -``` +- Do the rendering in an iframe to avoid global CSS to affect rendering.