jsmind icon indicating copy to clipboard operation
jsmind copied to clipboard

a mind mapping library built by javascript

Results 12 jsmind issues
Sort by recently updated
recently updated
newest added

1、图片没有背景色 2、在options中设置support_html: true后,图片上显示的是html语句

整个页面无法进行拖拽,但是节点比较多的时候,会遮挡,整个时候无法拖拽整体

例如:drag拖拽的事件,有没有事件回调呢,是怎么写的,文档也没有,感谢

Hello! Can I add relations (associative connnections)? Like this ![image](https://user-images.githubusercontent.com/42960488/187020559-feec28e2-bb47-43b3-b50a-1668bcecebdf.png) If it is possible, how can I specify them in mind object like this: ![image](https://user-images.githubusercontent.com/42960488/187020594-d3f7a2e9-cfe2-4d64-b76d-830b6c18be48.png) [ { id: 'root', isroot:...

支持 custom_node_render 返回一个 promise,在 promise 的 then 中再执行所有后续动作。 当 custom_node_render 的实现,是用 ReactDOM.render 等异步方式渲染的时候,若直接执行后续动作,因这时异步渲染还没有完成,会报很多错误。有了这个支持之后, 即可以通过 custom_node_render 接入 react 等异步组件库及其庞大生态了。 有几个说明: 1. 因为 DocumentFragment 的 render_node + parent.appendChild 的实现。 第一次 React 渲染组件时没有问题。第二次...

版本 0.8.3,复现代码: ``` import React, { useEffect, useRef } from "react" import ReactDOM from "react-dom" import jsMind from "jsmind" import "jsmind/style/jsmind.css" const MindmapTest = () => { const jmContainer =...

这个方向是对了,细节上有小问题,引用不要远程引用,用本地的,如 这个程序运行会表现稳定好多,还有,库中用例部分不够系统,1_basic_cn 改写后能正工作 。2_features_cn就不行了,如处理的好用,用的人会更多,不用考虑自动升级的问题,因为这是使用者考虑的,只要把库做的好用,快用,就很好了。

By default jsmind zooms on mouse wheel when the CTRL key is pressed, this behaviour can be disabled but cannot be modified. There is one bug in the current implementation...

Currently certain aspects of nodes and lines can be modified such as background-color etc. When working with a web publication that supports theming, it is some times not acceptable to...