Glean 拾遗
日刊 /2026-07-23 / AI 原生 Markdown 编辑器与 LLM 知识库

AI 原生 Markdown 编辑器与 LLM 知识库

原文 github.com 收录 2026-07-23 06:00 阅读 1 min
AI 解读

Open Knowledge 是一个开源的 AI 原生 Markdown 编辑器,同时也是一个由大语言模型驱动的知识库(LLM Wiki)。它将 Markdown/MDX 编辑、个人知识管理和 AI 代理能力深度融合,支持与 Claude、Codex 等智能体协作,帮助用户构建第二大脑。适合追求智能笔记、文档编写和知识检索的开发者与知识工作者。

原文 1 分钟
原文 github.com ↗
§ 1

open-knowledge is an open-source markdown editor and knowledge base that integrates AI natively. It is designed for knowledge workers, researchers, and developers who want to combine note-taking with LLM capabilities. The project emphasizes a 'second brain' approach with built-in support for agent skills, Claude, Codex, and other AI tools. Its homepage is openknowledge.ai.

open-knowledge 是一个开源的 Markdown 编辑器和知识库,原生集成了 AI 能力。它面向知识工作者、研究人员和开发者,希望将笔记与 LLM 功能结合。项目强调“第二大脑”方法,内置支持 agent skills、Claude、Codex 等 AI 工具。其主页为 openknowledge.ai

§ 2

Traditional markdown editors lack AI integration, forcing users to switch between note-taking and AI chat interfaces. Knowledge bases often require manual tagging and lack intelligent retrieval. open-knowledge solves these by providing a unified markdown IDE where LLMs can directly read, edit, and reason over your notes. It supports agent skills like Claude and Codex, enabling automated summarization, question answering, and content generation within the editor.

传统的 Markdown 编辑器缺乏 AI 集成,用户不得不在笔记和 AI 聊天界面之间切换。知识库通常需要手动标签,且缺乏智能检索。open-knowledge 通过提供一个统一的 Markdown IDE 来解决这些问题,LLM 可以直接阅读、编辑和推理你的笔记。它支持 agent skills(如 Claude 和 Codex),可在编辑器内实现自动摘要、问答和内容生成。

§ 3

To get started, visit openknowledge.ai for installation instructions (likely via npm or Docker). It can be self-hosted for privacy and customization. Suitable for personal second brain, team documentation, LLM-driven knowledge bases, and AI research. Note: As an open-source GPL-3.0 project, it may require some technical setup; not a fully managed SaaS without self-hosting.

要开始使用,请访问 openknowledge.ai 获取安装说明(可能通过 npm 或 Docker)。可以自托管,保障隐私和可定制性。适用于个人第二大脑、团队文档、LLM 驱动的知识库以及 AI 研究。注意:作为一个开源的 GPL-3.0 项目,可能需要一些技术配置;并非完全托管的 SaaS。

打开原文 ↗