

























Hi HN, Nick here, founder at Inkeep. We’re launching Open Knowledge, a “what you see is what you get” markdown editor that has direct integrations with Claude, Codex, and Cursor. Try the MacOS app or CLI here: https://openknowledge.ai. It’s fully free/local.
We built this because we wanted a “Google docs” like experience for writing and sharing markdown files across our team. Obsidian is the best alternative we tried, but found it doesn’t have a true “what you see is what you get” UI and it didn’t integrate well with Claude/Codex outside of community plugins.
So we built OpenKnowledge. It takes shape as: 1. A MacOS app with a file navigator, the WYSIWYG editor, and link explorer. 2. Integrations with the Claude, Codex, and Cursor desktop apps. The agents can open an OpenKnowledge editor within their embedded web browsers for a side-by-side experience. 3. Built-in mcps, skills, and RAG for LLM-wiki and “AI Second Brain” scenarios + spec writing 4. An embedded terminal and CLI for TUI-first users
OSS stack includes: - Tiptap/prosemirror (rich text editor) - CodeMirror - for the raw-text editor - Yjs (CRDT) - Electron (MacOS app) - Orama (search) - remark/rehype/micromark/mdast (markdown pipeline) - @pierre/trees (file tree rendering library)
On the architecture side, the interesting eng. challenges included: - A pipeline to convert ProseMirror to markdown in a bidirectional lossless way. ProseMirror uses ASTs, which are not designed to have byte-fidelity. - A dual-observer CRDT to keep the ProseMirror and markdown state in-sync.
The CRDT + git also power a collaborative experience that shows what Agents are doing in the markdown, have undo/redo, and version history. The “Share” and cloud-sync functionality are geared for team collaboration. They feel “no-code” but leverage git/GitHub under the hood, which also means data stays fully private.
In that spirit, we made OpenKnowledge open source for anybody who’s curious or who’d like to contribute. Repo: https://github.com/inkeep/open-knowledge.
We’re actively thinking about plugins/extensibility and what’s next. If you have suggestions or feedback, would love to hear it.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。