Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hizzgdev/jsmind
a mind mapping library built by javascript
https://github.com/hizzgdev/jsmind
bsd canvas es6 freemind javascript jsmind mindmap svg xmind
Last synced: 3 days ago
JSON representation
a mind mapping library built by javascript
- Host: GitHub
- URL: https://github.com/hizzgdev/jsmind
- Owner: hizzgdev
- License: other
- Created: 2012-08-26T19:19:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:52:09.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:10:42.568Z (about 1 month ago)
- Topics: bsd, canvas, es6, freemind, javascript, jsmind, mindmap, svg, xmind
- Language: JavaScript
- Homepage: http://hizzgdev.github.io/jsmind/
- Size: 1.77 MB
- Stars: 3,450
- Watchers: 120
- Forks: 866
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-trilium - jsmind
- awesome-starred - hizzgdev/jsmind - a mind mapping library built by javascript (javascript)
- awesome-hacking-lists - hizzgdev/jsmind - a mind mapping library built by javascript (JavaScript)
README
# jsMind
[![npm version](https://badge.fury.io/js/jsmind.svg)](https://www.npmjs.com/package/jsmind)
![build-test](https://github.com/hizzgdev/jsmind/actions/workflows/node.js.yml/badge.svg)jsMind 是一个显示/编辑思维导图的纯 javascript 类库,其基于 html5 canvas 和 svg 进行设计。jsMind 以 [BSD 协议开源](LICENSE),在此基础上你可以在你的项目上任意使用。
jsMind is mind map library built by javascript, it base on html5 canvas and svg. jsMind is released under [the BSD license](LICENSE), you can embed it in any project as long as you abide by the license.
## Project Home
- [jsMind on Github](https://github.com/hizzgdev/jsmind)
- [国内镜像 - Gitee](https://gitee.com/hizzgdev/jsmind)## Get Started
```html
var mind = {
// 3 data formats were supported ...
// see documents for more information
};
var options = {
container: 'jsmind_container',
theme: 'orange',
editable: true,
};
var jm = new jsMind(options);
jm.show(mind);
```
## Links
- Resources:
- [文档 - Documents](https://hizzgdev.github.io/jsmind/docs)
- [NPM - jsmind](https://www.npmjs.com/package/jsmind)
- CDN - [用法](docs/zh/1.usage.md) [Usage](docs/en/1.usage.md)
- [UNPKG](https://unpkg.com/browse/jsmind/)
- [jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/)
- [jsDelivr 国内镜像](https://jsd.onmicrosoft.cn/npm/jsmind/)
- Apps :
-
- Demo :
- [显示一个脑图 Render a mindmap](https://hizzgdev.github.io/jsmind/example/1_basic.html) [[国内版](https://hizzgdev.github.io/jsmind/example/1_basic_cn.html)]
- [试用所有功能 Try all features](https://hizzgdev.github.io/jsmind/example/2_features.html) [[国内版](https://hizzgdev.github.io/jsmind/example/2_features_cn.html)]
- [requirejs + jsMind](https://hizzgdev.github.io/jsmind/example/3_requirejs.html)
- [更多示例 - More samples](https://github.com/hizzgdev/jsmind-samples) [[国内版](https://gitee.com/hizzgdev/jsmind-samples)]## Funding
- [致谢 - Acknowledgement](https://hizzgdev.github.io/acknowledgement.html)
- [资助 - Sponsor](https://hizzgdev.github.io/sponsor.html)## Maintainer
- [张志刚 - Zhigang Zhang](https://hizzgdev.github.io)