DJJo

Results 67 comments of DJJo

手上没有 Mac,只能求 Mac 用户修复

Done ```javascript nodeData = { topic: 'node topic', id: 'bd1c24420cd2c2f5', style: { fontSize: '32', color: '#3298db', background: '#ecf0f1' }, parent: null, tags: ['Tag'], icons: ['😀'], hyperLink: 'https://github.com/ssshooter/mind-elixir-core', image: { url:...

> Excuse me, how to support other language search, such as Chinese search, thank you . You should do Chinese word segmentation with library like [nodejieba](https://github.com/yanyiwu/nodejieba/blob/master/README_EN.md) before indexing documents.

> 您好,我也遇到这个问题了。和楼主一模一样,请问可以提供一个从外部的解决方案吗 不介意的话可以透露一下是什么场景需要这么大的思维导图吗?

Yes! See: https://docs.mind-elixir.com/docs/api/mind-elixir.mindelixirdata

> 您这打标签,意思是现在暂不支持吗 是的,暂时只支持导出

暂时没有研究 web component……

暂时不行,getDataMd 是输出 markdown

要写在 useEffect 里,写在外面是在服务器跑的,所以没 window

> > 要写在useEffect里,写在外侧是在服务器跑的,所以没窗口 > > 引入的时候就报错了。。。 那你可能要搜一下 nextjs 怎么绕过用了 window 对象的库😂