From a1f36791cd6f3221d399845d10ccabf7ec0ba863 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:34:19 +0000 Subject: [PATCH 1/7] Initial plan From 0c123e3baf15b44f73417e71a6f423c41173dbe8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:36:32 +0000 Subject: [PATCH 2/7] docs: add compact ecosystem section to README files with community projects from issue #99 Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 23 +++++++++++++++++++++++ README.zh-CN.md | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/README.md b/README.md index 7223e522..a584f96d 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,29 @@ rm -f skills.zip $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/infographic-creator ``` +## 🌐 Ecosystem + +Community projects and products powered by AntV Infographic: + +| Project | Description | +|---------|-------------| +| [Zojo](https://zojo.ai/infographic) | Generate professional infographics with simple syntax | +| [LangChat Slides](https://github.com/TyCoding/langchat-slides) | Next-Gen AI Slide Generator using @antv/infographic | +| [InfographicAI](https://infographic-ai.tuntun.site/) | Generate PPT slides powered by Infographic | +| [Nowledge Mem](https://mem.nowledge.co/) | AI Memory Bank with Presentation Creator supporting Infographic | +| [Welight](https://waer.ltd/) | WeChat article creation platform with Infographic support | +| [Alma](https://alma.now/) | Desktop AI provider orchestration app with Infographic | +| [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) | Preview Infographic in VSCode Markdown files | +| [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) | Markdown viewer with Infographic support, export to Word | +| [WeChat Markdown Editor](https://md.doocs.org/) | Markdown to WeChat article editor with Infographic | +| [markstream-vue](https://github.com/Simon-He95/markstream-vue) | Streaming Markdown rendering for Vue 3 with Infographic | +| [astro-koharu](https://github.com/cosZone/astro-koharu) | Anime blog theme (Astro) with Infographic support | +| [infographic-for-react](https://github.com/lyw405/infographic-for-react) | React component wrapper for @antv/infographic | +| [infographic-cli](https://github.com/lyw405/infographic-cli) | CLI tool to generate SVG infographics | +| [docsify-infographic](https://github.com/bulexu/docsify-infographic) | Plugin to render Infographic diagrams in Docsify | + +> 💡 Have a project using AntV Infographic? Share it in [Issue #99](https://github.com/antvis/Infographic/issues/99)! + ## 💬 Community & Communication - Submit your questions or suggestions on GitHub diff --git a/README.zh-CN.md b/README.zh-CN.md index ac9cf221..73e57d3c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -152,6 +152,29 @@ rm -f skills.zip $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/infographic-creator ``` +## 🌐 生态周边 + +社区基于 AntV Infographic 构建的项目和产品: + +| 项目 | 描述 | +|------|------| +| [Zojo](https://zojo.ai/infographic) | 使用简单语法生成专业信息图 | +| [LangChat Slides](https://github.com/TyCoding/langchat-slides) | 基于 @antv/infographic 的新一代 AI 幻灯片生成器 | +| [InfographicAI](https://infographic-ai.tuntun.site/) | 基于信息图生成 PPT 的在线工具 | +| [Nowledge Mem](https://mem.nowledge.co/) | 支持信息图演示创作的 AI 记忆库 | +| [Welight](https://waer.ltd/) | 支持信息图的微信公众号创作平台 | +| [Alma](https://alma.now/) | 集成信息图的桌面 AI 多模型管理应用 | +| [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) | 在 VSCode Markdown 文件中预览信息图 | +| [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) | 支持信息图的 Markdown 查看器,支持导出 Word | +| [微信 Markdown 编辑器](https://md.doocs.org/) | 支持信息图的 Markdown 转微信图文编辑器 | +| [markstream-vue](https://github.com/Simon-He95/markstream-vue) | 支持信息图的 Vue 3 流式 Markdown 渲染库 | +| [astro-koharu](https://github.com/cosZone/astro-koharu) | 支持信息图的 Astro 动漫风格博客主题 | +| [infographic-for-react](https://github.com/lyw405/infographic-for-react) | @antv/infographic 的 React 组件封装 | +| [infographic-cli](https://github.com/lyw405/infographic-cli) | 命令行生成 SVG 信息图的 CLI 工具 | +| [docsify-infographic](https://github.com/bulexu/docsify-infographic) | 在 Docsify 中渲染信息图的插件 | + +> 💡 有使用 AntV Infographic 的项目?欢迎在 [Issue #99](https://github.com/antvis/Infographic/issues/99) 中分享! + ## 💬 社区与交流 - 在 GitHub 提交你的问题或建议 From 3324a638799727cf907a962021f2b73e38d8cf05 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:42:32 +0000 Subject: [PATCH 3/7] =?UTF-8?q?docs:=20add=20emoji=20markers=20to=20ecosys?= =?UTF-8?q?tem=20entries=20(=F0=9F=92=BC=20product=20=C2=B7=20=F0=9F=93=A6?= =?UTF-8?q?=20library)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 30 +++++++++++++++--------------- README.zh-CN.md | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index a584f96d..e002a3b4 100644 --- a/README.md +++ b/README.md @@ -154,24 +154,24 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ ## 🌐 Ecosystem -Community projects and products powered by AntV Infographic: +Community projects and products powered by AntV Infographic (💼 product · 📦 library): | Project | Description | |---------|-------------| -| [Zojo](https://zojo.ai/infographic) | Generate professional infographics with simple syntax | -| [LangChat Slides](https://github.com/TyCoding/langchat-slides) | Next-Gen AI Slide Generator using @antv/infographic | -| [InfographicAI](https://infographic-ai.tuntun.site/) | Generate PPT slides powered by Infographic | -| [Nowledge Mem](https://mem.nowledge.co/) | AI Memory Bank with Presentation Creator supporting Infographic | -| [Welight](https://waer.ltd/) | WeChat article creation platform with Infographic support | -| [Alma](https://alma.now/) | Desktop AI provider orchestration app with Infographic | -| [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) | Preview Infographic in VSCode Markdown files | -| [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) | Markdown viewer with Infographic support, export to Word | -| [WeChat Markdown Editor](https://md.doocs.org/) | Markdown to WeChat article editor with Infographic | -| [markstream-vue](https://github.com/Simon-He95/markstream-vue) | Streaming Markdown rendering for Vue 3 with Infographic | -| [astro-koharu](https://github.com/cosZone/astro-koharu) | Anime blog theme (Astro) with Infographic support | -| [infographic-for-react](https://github.com/lyw405/infographic-for-react) | React component wrapper for @antv/infographic | -| [infographic-cli](https://github.com/lyw405/infographic-cli) | CLI tool to generate SVG infographics | -| [docsify-infographic](https://github.com/bulexu/docsify-infographic) | Plugin to render Infographic diagrams in Docsify | +| 💼 [Zojo](https://zojo.ai/infographic) | Generate professional infographics with simple syntax | +| 💼 [LangChat Slides](https://github.com/TyCoding/langchat-slides) | Next-Gen AI Slide Generator using @antv/infographic | +| 💼 [InfographicAI](https://infographic-ai.tuntun.site/) | Generate PPT slides powered by Infographic | +| 💼 [Nowledge Mem](https://mem.nowledge.co/) | AI Memory Bank with Presentation Creator supporting Infographic | +| 💼 [Welight](https://waer.ltd/) | WeChat article creation platform with Infographic support | +| 💼 [Alma](https://alma.now/) | Desktop AI provider orchestration app with Infographic | +| 📦 [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) | Preview Infographic in VSCode Markdown files | +| 📦 [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) | Markdown viewer with Infographic support, export to Word | +| 📦 [WeChat Markdown Editor](https://md.doocs.org/) | Markdown to WeChat article editor with Infographic | +| 📦 [markstream-vue](https://github.com/Simon-He95/markstream-vue) | Streaming Markdown rendering for Vue 3 with Infographic | +| 📦 [astro-koharu](https://github.com/cosZone/astro-koharu) | Anime blog theme (Astro) with Infographic support | +| 📦 [infographic-for-react](https://github.com/lyw405/infographic-for-react) | React component wrapper for @antv/infographic | +| 📦 [infographic-cli](https://github.com/lyw405/infographic-cli) | CLI tool to generate SVG infographics | +| 📦 [docsify-infographic](https://github.com/bulexu/docsify-infographic) | Plugin to render Infographic diagrams in Docsify | > 💡 Have a project using AntV Infographic? Share it in [Issue #99](https://github.com/antvis/Infographic/issues/99)! diff --git a/README.zh-CN.md b/README.zh-CN.md index 73e57d3c..dd673423 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -154,24 +154,24 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ ## 🌐 生态周边 -社区基于 AntV Infographic 构建的项目和产品: +社区基于 AntV Infographic 构建的项目和产品(💼 商业产品 · 📦 技术库): | 项目 | 描述 | |------|------| -| [Zojo](https://zojo.ai/infographic) | 使用简单语法生成专业信息图 | -| [LangChat Slides](https://github.com/TyCoding/langchat-slides) | 基于 @antv/infographic 的新一代 AI 幻灯片生成器 | -| [InfographicAI](https://infographic-ai.tuntun.site/) | 基于信息图生成 PPT 的在线工具 | -| [Nowledge Mem](https://mem.nowledge.co/) | 支持信息图演示创作的 AI 记忆库 | -| [Welight](https://waer.ltd/) | 支持信息图的微信公众号创作平台 | -| [Alma](https://alma.now/) | 集成信息图的桌面 AI 多模型管理应用 | -| [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) | 在 VSCode Markdown 文件中预览信息图 | -| [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) | 支持信息图的 Markdown 查看器,支持导出 Word | -| [微信 Markdown 编辑器](https://md.doocs.org/) | 支持信息图的 Markdown 转微信图文编辑器 | -| [markstream-vue](https://github.com/Simon-He95/markstream-vue) | 支持信息图的 Vue 3 流式 Markdown 渲染库 | -| [astro-koharu](https://github.com/cosZone/astro-koharu) | 支持信息图的 Astro 动漫风格博客主题 | -| [infographic-for-react](https://github.com/lyw405/infographic-for-react) | @antv/infographic 的 React 组件封装 | -| [infographic-cli](https://github.com/lyw405/infographic-cli) | 命令行生成 SVG 信息图的 CLI 工具 | -| [docsify-infographic](https://github.com/bulexu/docsify-infographic) | 在 Docsify 中渲染信息图的插件 | +| 💼 [Zojo](https://zojo.ai/infographic) | 使用简单语法生成专业信息图 | +| 💼 [LangChat Slides](https://github.com/TyCoding/langchat-slides) | 基于 @antv/infographic 的新一代 AI 幻灯片生成器 | +| 💼 [InfographicAI](https://infographic-ai.tuntun.site/) | 基于信息图生成 PPT 的在线工具 | +| 💼 [Nowledge Mem](https://mem.nowledge.co/) | 支持信息图演示创作的 AI 记忆库 | +| 💼 [Welight](https://waer.ltd/) | 支持信息图的微信公众号创作平台 | +| 💼 [Alma](https://alma.now/) | 集成信息图的桌面 AI 多模型管理应用 | +| 📦 [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) | 在 VSCode Markdown 文件中预览信息图 | +| 📦 [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) | 支持信息图的 Markdown 查看器,支持导出 Word | +| 📦 [微信 Markdown 编辑器](https://md.doocs.org/) | 支持信息图的 Markdown 转微信图文编辑器 | +| 📦 [markstream-vue](https://github.com/Simon-He95/markstream-vue) | 支持信息图的 Vue 3 流式 Markdown 渲染库 | +| 📦 [astro-koharu](https://github.com/cosZone/astro-koharu) | 支持信息图的 Astro 动漫风格博客主题 | +| 📦 [infographic-for-react](https://github.com/lyw405/infographic-for-react) | @antv/infographic 的 React 组件封装 | +| 📦 [infographic-cli](https://github.com/lyw405/infographic-cli) | 命令行生成 SVG 信息图的 CLI 工具 | +| 📦 [docsify-infographic](https://github.com/bulexu/docsify-infographic) | 在 Docsify 中渲染信息图的插件 | > 💡 有使用 AntV Infographic 的项目?欢迎在 [Issue #99](https://github.com/antvis/Infographic/issues/99) 中分享! From 1a3060b756eea7ee4ca95b3d0e7af074717bc0f6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:47:48 +0000 Subject: [PATCH 4/7] docs: convert ecosystem table to two-level list grouped by type Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 36 ++++++++++++++++++------------------ README.zh-CN.md | 36 ++++++++++++++++++------------------ 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index e002a3b4..747b288b 100644 --- a/README.md +++ b/README.md @@ -154,24 +154,24 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ ## 🌐 Ecosystem -Community projects and products powered by AntV Infographic (💼 product · 📦 library): - -| Project | Description | -|---------|-------------| -| 💼 [Zojo](https://zojo.ai/infographic) | Generate professional infographics with simple syntax | -| 💼 [LangChat Slides](https://github.com/TyCoding/langchat-slides) | Next-Gen AI Slide Generator using @antv/infographic | -| 💼 [InfographicAI](https://infographic-ai.tuntun.site/) | Generate PPT slides powered by Infographic | -| 💼 [Nowledge Mem](https://mem.nowledge.co/) | AI Memory Bank with Presentation Creator supporting Infographic | -| 💼 [Welight](https://waer.ltd/) | WeChat article creation platform with Infographic support | -| 💼 [Alma](https://alma.now/) | Desktop AI provider orchestration app with Infographic | -| 📦 [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) | Preview Infographic in VSCode Markdown files | -| 📦 [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) | Markdown viewer with Infographic support, export to Word | -| 📦 [WeChat Markdown Editor](https://md.doocs.org/) | Markdown to WeChat article editor with Infographic | -| 📦 [markstream-vue](https://github.com/Simon-He95/markstream-vue) | Streaming Markdown rendering for Vue 3 with Infographic | -| 📦 [astro-koharu](https://github.com/cosZone/astro-koharu) | Anime blog theme (Astro) with Infographic support | -| 📦 [infographic-for-react](https://github.com/lyw405/infographic-for-react) | React component wrapper for @antv/infographic | -| 📦 [infographic-cli](https://github.com/lyw405/infographic-cli) | CLI tool to generate SVG infographics | -| 📦 [docsify-infographic](https://github.com/bulexu/docsify-infographic) | Plugin to render Infographic diagrams in Docsify | +Community projects and products powered by AntV Infographic: + +- 💼 **Products** + - [Zojo](https://zojo.ai/infographic) — Generate professional infographics with simple syntax + - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — Next-Gen AI Slide Generator using @antv/infographic + - [InfographicAI](https://infographic-ai.tuntun.site/) — Generate PPT slides powered by Infographic + - [Nowledge Mem](https://mem.nowledge.co/) — AI Memory Bank with Presentation Creator supporting Infographic + - [Welight](https://waer.ltd/) — WeChat article creation platform with Infographic support + - [Alma](https://alma.now/) — Desktop AI provider orchestration app with Infographic +- 📦 **Libraries** + - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files + - [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) — Markdown viewer with Infographic support, export to Word + - [WeChat Markdown Editor](https://md.doocs.org/) — Markdown to WeChat article editor with Infographic + - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — Streaming Markdown rendering for Vue 3 with Infographic + - [astro-koharu](https://github.com/cosZone/astro-koharu) — Anime blog theme (Astro) with Infographic support + - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — React component wrapper for @antv/infographic + - [infographic-cli](https://github.com/lyw405/infographic-cli) — CLI tool to generate SVG infographics + - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — Plugin to render Infographic diagrams in Docsify > 💡 Have a project using AntV Infographic? Share it in [Issue #99](https://github.com/antvis/Infographic/issues/99)! diff --git a/README.zh-CN.md b/README.zh-CN.md index dd673423..1b3736f3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -154,24 +154,24 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ ## 🌐 生态周边 -社区基于 AntV Infographic 构建的项目和产品(💼 商业产品 · 📦 技术库): - -| 项目 | 描述 | -|------|------| -| 💼 [Zojo](https://zojo.ai/infographic) | 使用简单语法生成专业信息图 | -| 💼 [LangChat Slides](https://github.com/TyCoding/langchat-slides) | 基于 @antv/infographic 的新一代 AI 幻灯片生成器 | -| 💼 [InfographicAI](https://infographic-ai.tuntun.site/) | 基于信息图生成 PPT 的在线工具 | -| 💼 [Nowledge Mem](https://mem.nowledge.co/) | 支持信息图演示创作的 AI 记忆库 | -| 💼 [Welight](https://waer.ltd/) | 支持信息图的微信公众号创作平台 | -| 💼 [Alma](https://alma.now/) | 集成信息图的桌面 AI 多模型管理应用 | -| 📦 [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) | 在 VSCode Markdown 文件中预览信息图 | -| 📦 [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) | 支持信息图的 Markdown 查看器,支持导出 Word | -| 📦 [微信 Markdown 编辑器](https://md.doocs.org/) | 支持信息图的 Markdown 转微信图文编辑器 | -| 📦 [markstream-vue](https://github.com/Simon-He95/markstream-vue) | 支持信息图的 Vue 3 流式 Markdown 渲染库 | -| 📦 [astro-koharu](https://github.com/cosZone/astro-koharu) | 支持信息图的 Astro 动漫风格博客主题 | -| 📦 [infographic-for-react](https://github.com/lyw405/infographic-for-react) | @antv/infographic 的 React 组件封装 | -| 📦 [infographic-cli](https://github.com/lyw405/infographic-cli) | 命令行生成 SVG 信息图的 CLI 工具 | -| 📦 [docsify-infographic](https://github.com/bulexu/docsify-infographic) | 在 Docsify 中渲染信息图的插件 | +社区基于 AntV Infographic 构建的项目和产品: + +- 💼 **商业产品** + - [Zojo](https://zojo.ai/infographic) — 使用简单语法生成专业信息图 + - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — 基于 @antv/infographic 的新一代 AI 幻灯片生成器 + - [InfographicAI](https://infographic-ai.tuntun.site/) — 基于信息图生成 PPT 的在线工具 + - [Nowledge Mem](https://mem.nowledge.co/) — 支持信息图演示创作的 AI 记忆库 + - [Welight](https://waer.ltd/) — 支持信息图的微信公众号创作平台 + - [Alma](https://alma.now/) — 集成信息图的桌面 AI 多模型管理应用 +- 📦 **技术库** + - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 + - [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) — 支持信息图的 Markdown 查看器,支持导出 Word + - [微信 Markdown 编辑器](https://md.doocs.org/) — 支持信息图的 Markdown 转微信图文编辑器 + - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — 支持信息图的 Vue 3 流式 Markdown 渲染库 + - [astro-koharu](https://github.com/cosZone/astro-koharu) — 支持信息图的 Astro 动漫风格博客主题 + - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — @antv/infographic 的 React 组件封装 + - [infographic-cli](https://github.com/lyw405/infographic-cli) — 命令行生成 SVG 信息图的 CLI 工具 + - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — 在 Docsify 中渲染信息图的插件 > 💡 有使用 AntV Infographic 的项目?欢迎在 [Issue #99](https://github.com/antvis/Infographic/issues/99) 中分享! From 6fbac77e19d71c1be7b87ebd32e641a4ef1c69e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:54:16 +0000 Subject: [PATCH 5/7] docs: move Chrome Extension and WeChat Markdown Editor to Products Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 747b288b..d2d3a200 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ Community projects and products powered by AntV Infographic: - [Nowledge Mem](https://mem.nowledge.co/) — AI Memory Bank with Presentation Creator supporting Infographic - [Welight](https://waer.ltd/) — WeChat article creation platform with Infographic support - [Alma](https://alma.now/) — Desktop AI provider orchestration app with Infographic -- 📦 **Libraries** - - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files - [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) — Markdown viewer with Infographic support, export to Word - [WeChat Markdown Editor](https://md.doocs.org/) — Markdown to WeChat article editor with Infographic +- 📦 **Libraries** + - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — Streaming Markdown rendering for Vue 3 with Infographic - [astro-koharu](https://github.com/cosZone/astro-koharu) — Anime blog theme (Astro) with Infographic support - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — React component wrapper for @antv/infographic diff --git a/README.zh-CN.md b/README.zh-CN.md index 1b3736f3..47c02163 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -163,10 +163,10 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ - [Nowledge Mem](https://mem.nowledge.co/) — 支持信息图演示创作的 AI 记忆库 - [Welight](https://waer.ltd/) — 支持信息图的微信公众号创作平台 - [Alma](https://alma.now/) — 集成信息图的桌面 AI 多模型管理应用 -- 📦 **技术库** - - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 - [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) — 支持信息图的 Markdown 查看器,支持导出 Word - [微信 Markdown 编辑器](https://md.doocs.org/) — 支持信息图的 Markdown 转微信图文编辑器 +- 📦 **技术库** + - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — 支持信息图的 Vue 3 流式 Markdown 渲染库 - [astro-koharu](https://github.com/cosZone/astro-koharu) — 支持信息图的 Astro 动漫风格博客主题 - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — @antv/infographic 的 React 组件封装 From c2033e63529a4aa69bd1f9155e04e58ca1448c03 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:58:54 +0000 Subject: [PATCH 6/7] docs: sort ecosystem entries alphabetically within each category Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 18 +++++++++--------- README.zh-CN.md | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d2d3a200..6872ed7c 100644 --- a/README.md +++ b/README.md @@ -157,21 +157,21 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ Community projects and products powered by AntV Infographic: - 💼 **Products** - - [Zojo](https://zojo.ai/infographic) — Generate professional infographics with simple syntax - - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — Next-Gen AI Slide Generator using @antv/infographic - - [InfographicAI](https://infographic-ai.tuntun.site/) — Generate PPT slides powered by Infographic - - [Nowledge Mem](https://mem.nowledge.co/) — AI Memory Bank with Presentation Creator supporting Infographic - - [Welight](https://waer.ltd/) — WeChat article creation platform with Infographic support - [Alma](https://alma.now/) — Desktop AI provider orchestration app with Infographic - [Chrome Extension](https://github.com/xicilion/markdown-viewer-extension) — Markdown viewer with Infographic support, export to Word + - [InfographicAI](https://infographic-ai.tuntun.site/) — Generate PPT slides powered by Infographic + - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — Next-Gen AI Slide Generator using @antv/infographic + - [Nowledge Mem](https://mem.nowledge.co/) — AI Memory Bank with Presentation Creator supporting Infographic - [WeChat Markdown Editor](https://md.doocs.org/) — Markdown to WeChat article editor with Infographic + - [Welight](https://waer.ltd/) — WeChat article creation platform with Infographic support + - [Zojo](https://zojo.ai/infographic) — Generate professional infographics with simple syntax - 📦 **Libraries** - - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files - - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — Streaming Markdown rendering for Vue 3 with Infographic - [astro-koharu](https://github.com/cosZone/astro-koharu) — Anime blog theme (Astro) with Infographic support - - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — React component wrapper for @antv/infographic - - [infographic-cli](https://github.com/lyw405/infographic-cli) — CLI tool to generate SVG infographics - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — Plugin to render Infographic diagrams in Docsify + - [infographic-cli](https://github.com/lyw405/infographic-cli) — CLI tool to generate SVG infographics + - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — React component wrapper for @antv/infographic + - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — Streaming Markdown rendering for Vue 3 with Infographic + - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files > 💡 Have a project using AntV Infographic? Share it in [Issue #99](https://github.com/antvis/Infographic/issues/99)! diff --git a/README.zh-CN.md b/README.zh-CN.md index 47c02163..36ee8e34 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -157,21 +157,21 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ 社区基于 AntV Infographic 构建的项目和产品: - 💼 **商业产品** - - [Zojo](https://zojo.ai/infographic) — 使用简单语法生成专业信息图 - - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — 基于 @antv/infographic 的新一代 AI 幻灯片生成器 - - [InfographicAI](https://infographic-ai.tuntun.site/) — 基于信息图生成 PPT 的在线工具 - - [Nowledge Mem](https://mem.nowledge.co/) — 支持信息图演示创作的 AI 记忆库 - - [Welight](https://waer.ltd/) — 支持信息图的微信公众号创作平台 - [Alma](https://alma.now/) — 集成信息图的桌面 AI 多模型管理应用 - [Chrome 插件](https://github.com/xicilion/markdown-viewer-extension) — 支持信息图的 Markdown 查看器,支持导出 Word + - [InfographicAI](https://infographic-ai.tuntun.site/) — 基于信息图生成 PPT 的在线工具 + - [LangChat Slides](https://github.com/TyCoding/langchat-slides) — 基于 @antv/infographic 的新一代 AI 幻灯片生成器 + - [Nowledge Mem](https://mem.nowledge.co/) — 支持信息图演示创作的 AI 记忆库 - [微信 Markdown 编辑器](https://md.doocs.org/) — 支持信息图的 Markdown 转微信图文编辑器 + - [Welight](https://waer.ltd/) — 支持信息图的微信公众号创作平台 + - [Zojo](https://zojo.ai/infographic) — 使用简单语法生成专业信息图 - 📦 **技术库** - - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 - - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — 支持信息图的 Vue 3 流式 Markdown 渲染库 - [astro-koharu](https://github.com/cosZone/astro-koharu) — 支持信息图的 Astro 动漫风格博客主题 - - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — @antv/infographic 的 React 组件封装 - - [infographic-cli](https://github.com/lyw405/infographic-cli) — 命令行生成 SVG 信息图的 CLI 工具 - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — 在 Docsify 中渲染信息图的插件 + - [infographic-cli](https://github.com/lyw405/infographic-cli) — 命令行生成 SVG 信息图的 CLI 工具 + - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — @antv/infographic 的 React 组件封装 + - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — 支持信息图的 Vue 3 流式 Markdown 渲染库 + - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 > 💡 有使用 AntV Infographic 的项目?欢迎在 [Issue #99](https://github.com/antvis/Infographic/issues/99) 中分享! From 6d2d63caa39786aa58fce7641fe46746200db7e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:15:18 +0000 Subject: [PATCH 7/7] docs: add 4 missing ecosystem library entries from issue #99 Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com> --- README.md | 4 ++++ README.zh-CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 6872ed7c..14078236 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,13 @@ Community projects and products powered by AntV Infographic: - 📦 **Libraries** - [astro-koharu](https://github.com/cosZone/astro-koharu) — Anime blog theme (Astro) with Infographic support - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — Plugin to render Infographic diagrams in Docsify + - [feffery-infographic](https://github.com/HogaStack/feffery-infographic) — Create infographics in Python with Plotly Dash - [infographic-cli](https://github.com/lyw405/infographic-cli) — CLI tool to generate SVG infographics - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — React component wrapper for @antv/infographic + - [markdown-it-infographic](https://github.com/hcg1023/markdown-it-infographic) — markdown-it plugin for @antv/infographic - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — Streaming Markdown rendering for Vue 3 with Infographic + - [obsidian-infographic](https://github.com/hcg1023/obsidian-infographic) — Obsidian plugin for @antv/infographic + - [slidev-addon-infographic](https://github.com/fxss5201/slidev-addon-infographic) — @antv/infographic component for Slidev - [VSCode Extension](https://github.com/liwx2000/infographic-vscode-extension) — Preview Infographic in VSCode Markdown files > 💡 Have a project using AntV Infographic? Share it in [Issue #99](https://github.com/antvis/Infographic/issues/99)! diff --git a/README.zh-CN.md b/README.zh-CN.md index 36ee8e34..c4908989 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -168,9 +168,13 @@ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/ - 📦 **技术库** - [astro-koharu](https://github.com/cosZone/astro-koharu) — 支持信息图的 Astro 动漫风格博客主题 - [docsify-infographic](https://github.com/bulexu/docsify-infographic) — 在 Docsify 中渲染信息图的插件 + - [feffery-infographic](https://github.com/HogaStack/feffery-infographic) — 基于 Plotly Dash 在 Python 中创建信息图 - [infographic-cli](https://github.com/lyw405/infographic-cli) — 命令行生成 SVG 信息图的 CLI 工具 - [infographic-for-react](https://github.com/lyw405/infographic-for-react) — @antv/infographic 的 React 组件封装 + - [markdown-it-infographic](https://github.com/hcg1023/markdown-it-infographic) — @antv/infographic 的 markdown-it 插件 - [markstream-vue](https://github.com/Simon-He95/markstream-vue) — 支持信息图的 Vue 3 流式 Markdown 渲染库 + - [obsidian-infographic](https://github.com/hcg1023/obsidian-infographic) — @antv/infographic 的 Obsidian 插件 + - [slidev-addon-infographic](https://github.com/fxss5201/slidev-addon-infographic) — 适用于 Slidev 的 @antv/infographic 组件 - [VSCode 插件](https://github.com/liwx2000/infographic-vscode-extension) — 在 VSCode Markdown 文件中预览信息图 > 💡 有使用 AntV Infographic 的项目?欢迎在 [Issue #99](https://github.com/antvis/Infographic/issues/99) 中分享!