forked from fex-team/kityminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
572 additions
and
745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.sublime-workspace | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Kity Minder | ||
========== | ||
|
||
##简介 | ||
KityMinder 是百度FEX团队的f-cube小组(原UEditor小组)的又一力作。作为一款在线的脑图编辑工具,它有着很多Native编辑工具的交互体验。KM与UE有着一样的宗旨,就是注重最终用户的使用体验。同时,它充分发挥了Web云存储的优势,可以直接将编辑中的脑图同步到云端。此外,借由独创的 “云盘分享”功能,用户可以一键将当前编辑的脑图直接生成在线链接共享给其他用户,实现无缝沟通 | ||
## 简介 | ||
KityMinder 是百度 FEX 团队的 f-cube 小组(原UEditor小组)的又一力作。作为一款在线的脑图编辑工具,它有着很多Native编辑工具的交互体验。KM与UE有着一样的宗旨,就是注重最终用户的使用体验。同时,它充分发挥了Web云存储的优势,可以直接将编辑中的脑图同步到云端。此外,借由独创的 “云盘分享”功能,用户可以一键将当前编辑的脑图直接生成在线链接共享给其他用户,实现无缝沟通。 | ||
|
||
![Alt text](summary.jpg "简介图") | ||
|
||
KM是基于SVG技术实现,使用JavaScript+html实现。支持绝大多数的主流浏览器。 | ||
支持列表如下 | ||
|
||
1. chrome | ||
2. firefox | ||
3. safari | ||
4. ie9-11 | ||
1. Chrome | ||
2. Firefox | ||
3. Safari | ||
4. IE9+ | ||
|
||
|
||
##项目链接 | ||
[直接使用链接](http://kitygraph.github.io/kityminder/dist/) | ||
## 项目链接 | ||
[直接使用链接](http://fex-team.github.io/kityminder/dist/) | ||
|
||
##联系我们 | ||
邮件:kity@baidu.com | ||
讨论群:374918234 | ||
## 联系我们 | ||
邮件: [email protected] | ||
讨论群: 374918234 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<script src="../lib/jquery-2.1.0.min.js" charset="utf-8"></script> | ||
|
||
<script src="../kity/dist/kitygraph.all.js" charset="utf-8"></script> | ||
<script src="../dev/import.php" charset="utf-8"></script> | ||
<script src="../kityminder.config.js" charset="utf-8"></script> | ||
<script src="../lang/zh-cn/zh-cn.js" charset="utf-8"></script> | ||
|
||
<script src="../lib/baidu-frontia-js-full-1.0.0.js" charset="utf-8"></script> | ||
<script src="../social/social.js" charset="utf-8"></script> | ||
<link href="../social/social.css" rel="stylesheet"> | ||
|
||
<link href="../themes/default/css/import.css" type="text/css" rel="stylesheet" /> | ||
<link href="../dialogs/dialogs.css" rel="stylesheet" type="text/css" /> | ||
|
||
<script> | ||
$(function () { | ||
// create km instance | ||
window.km = KM.getKityMinder('kityminder'); | ||
}); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="kityminder" onselectstart="return false"></div> | ||
<body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,32 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<script src="jquery-2.1.0.min.js" charset="utf-8"></script> | ||
<script src="baidu-frontia-js-full-1.0.0.js" charset="utf-8"></script> | ||
<script src="social.js" charset="utf-8"></script> | ||
<script src="../kity/dist/kitygraph.all.js" charset="utf-8"></script> | ||
<script src="../configure.js" charset="utf-8"></script> | ||
<script src="./kityminder.all.min.js" charset="utf-8"></script> | ||
|
||
<script src="../lib/jquery-2.1.0.min.js" charset="utf-8"></script> | ||
|
||
<script src="../kity/dist/kitygraph.all.min.js" charset="utf-8"></script> | ||
<script src="../dist/kityminder.all.min.js" charset="utf-8"></script> | ||
<script src="../kityminder.config.js" charset="utf-8"></script> | ||
<script src="../lang/zh-cn/zh-cn.js" charset="utf-8"></script> | ||
<link href="../themes/default/css/import.css" type="text/css" rel="stylesheet"> | ||
<link rel="stylesheet" href="social.css"> | ||
<link rel="stylesheet" type="text/css" href="../dialogs/dialogs.css"> | ||
<style> | ||
.km_receiver{ | ||
width:0; | ||
height:0; | ||
} | ||
.km-minderNode{ | ||
cursor:default; | ||
} | ||
.kmui-container { | ||
height: 100%; | ||
} | ||
html, body, div { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
html, body, div.kmui-editor-body { | ||
height: 100%; | ||
-moz-user-select: none; | ||
} | ||
</style> | ||
|
||
<script src="../lib/baidu-frontia-js-full-1.0.0.js" charset="utf-8"></script> | ||
<script src="../social/social.js" charset="utf-8"></script> | ||
<link href="../social/social.css" rel="stylesheet"> | ||
|
||
<link href="../themes/default/css/import.css" type="text/css" rel="stylesheet" /> | ||
<link href="../dialogs/dialogs.css" rel="stylesheet" type="text/css" /> | ||
|
||
<script> | ||
$(function () { | ||
// create km instance | ||
window.km = KM.getKityMinder('kityminder'); | ||
}); | ||
</script> | ||
</head> | ||
<body > | ||
<div id="kityminder" style="height:100%;width:100%" onselectstart="return false"> | ||
</div> | ||
<div id="social"></div> | ||
</body> | ||
<script> | ||
window.km = KM.getKityMinder('kityminder'); | ||
</script> | ||
|
||
<body> | ||
<div id="kityminder" onselectstart="return false"></div> | ||
<body> | ||
|
||
</html> |
Oops, something went wrong.