File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,21 @@ E('node-id')
136136
137137``` javascript
138138// whole node data structure up to now
139- {
139+ nodeData = {
140140 topic: ' node topic' ,
141141 id: ' bd1c24420cd2c2f5' ,
142142 style: { fontSize: ' 32' , color: ' #3298db' , background: ' #ecf0f1' },
143143 parent: null ,
144144 tags: [' Tag' ],
145145 icons: [' 😀' ],
146146 hyperLink: ' https://github.com/ssshooter/mind-elixir-core' ,
147+ children: [
148+ {
149+ topic: ' child' ,
150+ id: ' xxxx' ,
151+ // ...
152+ },
153+ ],
147154}
148155```
149156
@@ -219,6 +226,10 @@ painter.exportPng()
219226
220227https://doc.mind-elixir.com/
221228
229+ ## Not only core
230+
231+ - [ @mind-elixir/export-xmind ] ( https://github.com/ssshooter/export-xmind )
232+
222233## Thanks
223234
224235[ canvg] ( https://github.com/canvg/canvg )
You can’t perform that action at this time.
0 commit comments