awehook / blink-mind

Fully customizable mindmap framework for react.js. 支持插件的,可被完全定制的思维导图库,基于react.js和immutable.js。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persistent storage / export

Daviey opened this issue · comments

Hi,

How do you persistently store and/or export the chart for longevity?

Thanks

The plugin plugin-json-serializer has been added to the framework, you can use it to persistently store and/or export the chart. You can view the online demo, The source code is here.