GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
1.一个 js 思维导图库,不依赖任何框架,可以使用它来快速完成 Web 思维导图产品的开发。 开发文档:https://wanglin2.github.io/mind-map/#/doc/zh/。 2.一个 Web 思维导图,基于思维导图库、Vue2.x、ElementUI 开发,可以操作电脑本地文件,可以当做一个在线版思维导图应用使用,也可以自部署和二次开发。
它支持web页面访问,作者提供的在线地址如下:https://wanglin2.github.io/mind-map/。如果你觉得访问比较慢,那么可以部署到自己的服务器上,你也可以在这里下载它的客户端版本:https://github.com/wanglin2/mind-map/releases客户端的版本的内容会比较滞后,所以使用网页版本的是一个不错的选择。mindmap它支持的特性...
使用nodejs命名node example.parse.js执行这段代码:代码读取包含思维导图的本地文件gtor.md, 解析并转换生成本地文件gtor.json. 然后查看example.view.js, 发现作者使用了d3来做UI的渲染。 d3.json("gtor.json",function(error, data){if(error)throwerror; markmap('svg#mindmap', data, {preset:'defaul...
1. mind-map简介 simple-mind-map(思绪思维导图)是一个简单&强大的Web思维导图库,不依赖任何特定框架。可以帮助你快速开发思维导图产品。 在线文档:https://wanglin2.github.io/mind-map/#/index 在线示例:https://wanglin2.github.io/mind-map/#/ ...
github.com/MarkMindCkm/ MIT license vue2 js electron it support markdown in node. 支持导入xmind等格式,不支持json,最近更新日期2021年 blink-mind github.com/awehook/blin MIT license TypeScript Fully customizable mindmap framework for react.js. 支持插件的,可被完全定制的思维导图库,基于react.js和...
二维郑/mind-map forked fromTa/mind-map 确定同步? 同步操作将从Ta/mind-map强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 同步Wiki(当前仓库的 wiki 将会被覆盖!) ...
npm imindmap-layouts Repository github.com/leungwensen/mindmap-layouts Homepage github.com/leungwensen/mindmap-layouts#readme Weekly Downloads 11 Version 0.2.9 License MIT Pull Requests 0 Last publish 8 years ago Tryon RunKit Reportmalware
git clone https://github.com/learn-anything/react-mindmap cd react-mindmap npm install && npm run test and connect tohttp://localhost:3000/ Parser This repo also has a parser that automates the conversion of JSON maps from MindNode to the format used by this component. To use it run:...
简介:【5月更文挑战第16天】在Docker环境下部署Simple mind map思维导图工具 一、Simple mind map介绍 1.1 Simple mind map简介 Simple mind map,一个 Web 思维导图,基于思维导图库、Vue2.x、ElementUI 开发,可以操作电脑本地文件,所以你可以直接把它当做一个在线版思维导图应用使用。