{"id":17176317,"url":"https://github.com/wanglin2/lx-doc","last_synced_at":"2025-10-14T05:38:52.289Z","repository":{"id":236888334,"uuid":"763274534","full_name":"wanglin2/lx-doc","owner":"wanglin2","description":"理想文档。定位于个人和小团队的在线云文档。支持思维导图、白板、流程图、PPT、电子表格等","archived":false,"fork":false,"pushed_at":"2024-08-07T09:54:07.000Z","size":77802,"stargazers_count":255,"open_issues_count":13,"forks_count":58,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-20T08:03:37.878Z","etag":null,"topics":["bpmn","doc","flowchart","markdown","mind-map","note","ppt","sheet","whiteboard","word"],"latest_commit_sha":null,"homepage":"https://wanglin2.github.io/lx-doc-site/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanglin2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-26T01:13:41.000Z","updated_at":"2025-05-19T14:43:48.000Z","dependencies_parsed_at":"2024-11-07T17:10:34.495Z","dependency_job_id":null,"html_url":"https://github.com/wanglin2/lx-doc","commit_stats":null,"previous_names":["wanglin2/lx-doc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wanglin2/lx-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanglin2%2Flx-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanglin2%2Flx-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanglin2%2Flx-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanglin2%2Flx-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanglin2","download_url":"https://codeload.github.com/wanglin2/lx-doc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanglin2%2Flx-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018013,"owners_count":26086235,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bpmn","doc","flowchart","markdown","mind-map","note","ppt","sheet","whiteboard","word"],"created_at":"2024-10-14T23:59:53.238Z","updated_at":"2025-10-14T05:38:52.234Z","avatar_url":"https://github.com/wanglin2.png","language":"JavaScript","readme":"# 理想文档\n\n定位于个人和小团队的云文档。我们倡导私有化部署，数据掌握在自己手里，不用受制于人。\n\n\u003e 本仓库为前端仓库，后端代码仓库请移步：[yomea/lx-doc](https://github.com/yomea/lx-doc)。\n\n在线试用地址：[http://47.97.229.115:8089](http://47.97.229.115:8089)。\n\n## 重要提示！！！\n\n1.不会支持协同编辑；\n\n2.不会支持手机端、客户端；\n\n3.不会提供在线服务，只做私有化部署；\n\n## 功能计划\n\n1.支持分享链接；\n\n2.支持团队空间；\n\n3.支持模板广场；\n\n## 功能限制\n\n编辑器部分因为我们也是站在巨人的肩膀上，所以原则上来说原项目不支持的功能我们也无法支持，原项目的bug，我们也不一定能修复。\n\n# 目录结构\n\n- `workbench`: 工作台项目，提供登录注册、文件夹和文件列表的管理；\n\n- `mind-map`: 思维导图项目，提供思维导图的编辑功能；\n\n- `markdown`: Markdown 项目，提供 Markdown 的编辑功能；\n\n- `doc`: 文档项目，提供文档的编辑功能；\n\n- `sheet`: 电子表格项目，提供电子表格的编辑功能；\n\n- `ppt`: 幻灯片项目，提供幻灯片的编辑功能；\n\n- `whiteboard`: 白板项目，提供白板的编辑功能；\n\n- `flowchart`: 流程图项目，提供流程图的编辑功能；\n\n- `bpmn`: BPMN 项目，提供 BPMN 的编辑功能；\n\n- `note`: 笔记项目，提供笔记的编辑功能；\n\n# 部署\n\n每个目录都为一个单独的项目，需要单独部署，部署的路径规则如下：\n\n- `workbench`: 根路径`/`\n\n- `mind-map`: 路径`/mind-map/`\n\n- `markdown`: 路径`/markdown/`\n\n- `doc`: 路径`/doc/`\n\n- `sheet`: 路径`/sheet/`\n\n- `ppt`: 路径`/ppt/`\n\n- `whiteboard`: 路径`/whiteboard/`\n\n- `bpmn`: 路径`/bpmn/`\n\n- `flowchart`：路径`/flowchart/`\n\n- `note`: 路径`/note/`\n\n详细部署文档：[部署](https://wanglin2.github.io/lx-doc-site/doc/deploy.html)。\n\n每个项目的部署成果物需要自行打包构建，如果您不愿自己动手，那么可以联系我们通过付费的方式获取成果物。\n\n## 关于图片、文件\n\n项目中的图片和文件均存储在服务器上，如果您需要存储到 OSS，可以自行修改，或联系我们。\n\n# 本项目编辑器基于以下开源项目\n\n- 思维导图（MIT 协议）: [mind-map](https://github.com/wanglin2/mind-map)\n\n- Markdown（MIT 协议）：[md-editor-v3](https://github.com/imzbf/md-editor-v3)\n\n- 文档（MIT 协议）：[wangEditor](https://github.com/wangeditor-team/wangEditor)\n\n- 电子表格（MIT 协议）：[Luckysheet](https://github.com/dream-num/Luckysheet)\n\n- 幻灯片（AGPL-3.0 协议）：[PPTist](https://github.com/pipipi-pikachu/PPTist)\n\n- 白板（MIT 协议）: [excalidraw](https://github.com/excalidraw/excalidraw)\n\n- 流程图（Apache-2.0 协议）: [drawio](https://github.com/jgraph/drawio)\n\n- BPMN（自有协议）：[bpmn-js](https://github.com/bpmn-io/bpmn-js)\n\n- 笔记（Apache-2.0 协议）：[editor.js](https://github.com/codex-team/editor.js)\n\n我们做了什么？\n\n\u003e 我们开发了后端接口，开发了工作台，用于管理文件夹和文件，并提供登录注册的功能。\n\u003e\n\u003e 然后在以上优秀的开源项目基础上添加了数据云存储的功能。\n\n# 开源协议\n\n[AGPL-3.0 License](./LICENSE)\n\n本项目的开源协议为`AGPL-3.0`，简要描述就是您可以商用，但必须保留所使用开源项目的版权，并且源码也必须开源。当然，如果您不想开源，可以联系我们。\n\n不过您也需要关注本项目所使用的项目的开源协议。\n\n# 可持续发展\n\n无论是前端还是后端源码都是完全开源的，所以如果你是（非商用、或商用且开源）并且有能力，完全可以自己完成打包和部署，甚至是二次开发。\n\n否则我们提供以下付费的服务：\n\n1.获取打包后的部署产物，主要是前端各个子项目的构建产物；\n\n2.个性化需求定制；\n\n3.咨询服务；\n\n查看详细定价：[定价](https://wanglin2.github.io/lx-doc-site/price/price.html)。","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanglin2%2Flx-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanglin2%2Flx-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanglin2%2Flx-doc/lists"}