Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以将生成的mindmap 文件保存到服务器端吗? #4

Open
valuex opened this issue Apr 18, 2021 · 1 comment
Open

可以将生成的mindmap 文件保存到服务器端吗? #4

valuex opened this issue Apr 18, 2021 · 1 comment

Comments

@valuex
Copy link

valuex commented Apr 18, 2021

当前JMind提供了网页编辑功能, 编辑后的保存到本地的. 不管用PC 还是手机等设备访问后, 生成的mindmap 文件都是保存到客户端的, 这样不利于同步编辑.
如果将JMind部署到NAS上后, 能否将保存文件的目录放到网页的后台服务器上?
比如说, 默认在index.html 同级目录下, 创建一个 MindMapFiles, 用于保存mindmap 文件.
后续每个mindmap文件就相当于有一个可独立访问的web页面 .

@JarenChow
Copy link
Owner

涉及服务端保存属于 nodejs 方面的内容了,可以写的。xmind.js 第一行 var xmind = new .. 意味着可以操作此对象,可以通过 JSON.stringify(xmind.stringify(xmind.root)) 生成字符串,其他就是保存字符串的工作了,反之解析此字符串生成图可以看下 xmind.js 1628~1635 行解析过程。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants