{"id":13473738,"url":"https://github.com/fex-team/kityminder","last_synced_at":"2025-05-13T17:07:49.744Z","repository":{"id":12546078,"uuid":"15216217","full_name":"fex-team/kityminder","owner":"fex-team","description":"百度脑图","archived":false,"fork":false,"pushed_at":"2019-08-10T08:29:01.000Z","size":40462,"stargazers_count":4460,"open_issues_count":127,"forks_count":1797,"subscribers_count":321,"default_branch":"dev","last_synced_at":"2025-04-24T01:52:30.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://naotu.baidu.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fex-team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-16T03:28:40.000Z","updated_at":"2025-04-22T06:20:10.000Z","dependencies_parsed_at":"2022-07-13T16:44:32.089Z","dependency_job_id":null,"html_url":"https://github.com/fex-team/kityminder","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fex-team%2Fkityminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fex-team%2Fkityminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fex-team%2Fkityminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fex-team%2Fkityminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fex-team","download_url":"https://codeload.github.com/fex-team/kityminder/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990466,"owners_count":21995774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T16:01:06.369Z","updated_at":"2025-05-13T17:07:44.734Z","avatar_url":"https://github.com/fex-team.png","language":"JavaScript","funding_links":[],"categories":["Note Taking","JavaScript","用例设计","TODO","38. 实用工具/其他插件 ##","41. 实用工具/其他插件"],"sub_categories":["Mindmap","13.20 视差滚动(Parallax Scrolling) ###","24.3 Web Sockets"],"readme":"Kity Minder\n==========\n\n## 简介\n\nKityMinder 是百度 FEX 团队的 f-cube 小组（原 UEditor 小组）的又一力作。作为一款在线的脑图编辑工具，它有着不亚于 native 脑图工具的交互体验。同时，它充分发挥了 Web 云存储的优势，可以直接将编辑中的脑图同步到云端。此外，借由独创的 “云盘分享”功能，用户可以一键将当前编辑的脑图直接生成在线链接共享给其他用户，实现无缝沟通。\n\n![KityMinder](snap.png \"KityMinder 界面\")\n\nKityMinder 基于 SVG 技术实现，支持绝大多数的主流浏览器，包括：\n\n1. Chrome\n2. Firefox\n3. Safari\n4. Internet Explorer 10 或以上\n\n## 线上版本\n\n产品地址：[http://naotu.baidu.com](http://naotu.baidu.com)\n\n## 二次开发\n\n\u003e 不建议直接使用百度脑图仓库进行二次开发。\n\u003e\n\u003e 需要脑图可视化需求的，可以基于 [kityminder-core](https://github.com/fex-team/kityminder-core) 进行二次开发；\n\u003e 需要脑图编辑需求的，可以使用 [kityminder-editor](https://github.com/fex-team/kityminder-editor) 进行二次开发。\n\n### 依赖\n\n百度脑图依赖列表如下。\n\n* `lib/bower/codemirror` - 备注窗口使用的代码编辑器\n* `lib/fio` - 前端 IO 操作中间件\n* `lib/fui` - 基础 UI 组件库\n* `lib/kity` - 前端 SVG 库\n* `lib/marked` - Markdown 渲染支持\n\n```bash\ngit clone https://github.com/fex-team/kityminder.git\n```\n\n### 安装\n\n要在本地运行百度脑图，需要先安装一下开发工具：[git](http://git-scm.com)、[node](http://nodejs.org/)、[bower](http://bower.io/)\n\n建议 `fork` 本仓库后进行二次开发。`fork` 操作完成后，会在您的 github 账户下创建一个 kityminder 的副本。接下来可以克隆到本地。\n\n```bash\ncd {YOUR_WORKING_DIRECTORY}\ngit clone https://github.com/{YOUR_GITHUB_USERNAME}/kityminder.git\n```\n\n代码克隆完成，需要初始化子模块。\n\n```bash\ngit submodule init\ngit submodule update\n```\n\n然后安装项目的依赖项。\n\n```bash\nnpm install\nbower install\n```\n\n### 构建\n\n依赖安装完成，使用 `grunt` 进行构建：\n\n```bash\ngrunt\n```\n\n运行完成后，会发现生成了 `dist` 目录，里面就是可运行的 kityminder。\n\n## 联系我们\n\n问题和建议反馈：[Github Issues](https://github.com/fex-team/kityminder/issues/new)\n邮件组: kity@baidu.com\nQQ 讨论群: 374918234\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffex-team%2Fkityminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffex-team%2Fkityminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffex-team%2Fkityminder/lists"}