Filter
Exclude
Time range
-
Near
BlockNote is a Notion-style block-based text editor made with React by @yousefed, built on top of Prosemirror & Tiptap 📝 - madewithreactjs.com/blocknot…
93
Spent all night "benchmarking" Fable - and for the first time, I think software is pretty much dead at this stage. My usual benchmark for model capability is "building a pixel-perfect Notion clone, with full-feature parity, without using any framework or library. No Next.js. No tanstack router. No Zustand. No shadcn. No tailwind.". I spent a lot of time in plan mode, then let the model one shot it. No model ever got close to a working product - the closest ones were Opus 4.6 (not 4.7 or 4.8) and GLM 5.1. Building a custom block editor without using tiptap or blocknote is the component all models notably struggle with. Fable got the whole thing done in 5 hours; inference costs are through the roof, I've hit my weekly limit to generate it - but who cares, it built the whole thing, and it was perfect. It even added support for local AI models with Notion AI, built up Notion Calendar, and built a PWA app so I can use it on my phone - all without me asking. The end result is so realistic I couldn't even tell it was a clone when I first opened it. I'm not re-subscribing to Claude Max though. As capable as Fable is, I see it as a warning sign that SaaS will soon be dead, along with knowledge work (if it wasn't already). I think the next step is to start working on robotics, infrastructure and hardware - as it's one of the few areas AI cannot truly help with. LLMs can help you understand the basics, but human skill remains the sole variable leading to genuine breakthroughs in these areas. Fable is terrifyingly good at software. But as soon as I asked for help on a hardware project I'm working on, responses and intuitions were off. While it was incredibly helpful to help me design my motherboard, it couldn't truly help me with motion, power control and system performance monitoring. In fact, Gemini 3.1 and Grok 4.3 - as bad as they are for agentic coding - had slightly better intuition for these kinds of problems than Fable, even if they were also largely useless. AI cannot plug cables, tighten a screw, source hardware components, or even less assemble them. LLMs cannot travel to Asia, meet suppliers, do quality control, request iterations with a clear rationale, cannot assess prototypes - even less accurately define prototype development budgets. Time to build tangible things.
A week ago, I thought this day would never come. But here we are. Lots of mixed feelings. This may age like milk - but I don't think I'll be back.
1
366
牛人真多啊又翻到一个好项目!终于有个obsidian的平替笔记软件了,而且免费开源 app,它叫:tolaria 13.7k stars,本地 Markdown,Git 版本历史内置,对 AI agent 原生友好,我测试了一下页面样式很nice,管理笔记更加方便。 这种好事,付费笔记软件一般不会主动告诉你。这个产品适合这几类人: → 给 Notion 按月交钱的,订阅这回可以停了,数据全落在自己硬盘上。 → Obsidian 老用户,装一堆插件才凑出来的功能,不愿意捣鼓的,它开箱就能用。 → 拿 Claude Code、Codex 管知识库那拨人,终于有个原生认 AI 的本地库。 我发现了它的几个核心亮点功能: → 每个库就是一个 git 仓库,改了啥、啥时候改的全程有历史,能回滚,不用另装插件。 → 编辑器用 BlockNote,所见即所得,手感接近 Notion,比obsidian更加容易管理。 → 白板用 tldraw,图表用 Mermaid,全内置。 → 内置 MCP,配好就能让 Claude Code、Codex、Gemini 这些 CLI agent 直接读写你的库。 → 内置AI,本地模型,远端模型都可以无缝使用,不需要折腾 →全离线,无账号无订阅,关掉它一个文件都不会丢了。 但是啊,缺点也很明显,老王和obsidian对比后,可以认为改进的 1、开放生态不灵活,无法自行开发和使用第三方插件,比较封闭的环境。比如我自己开发的看板,公众号编辑和发布器,都是无法使用的。 2、没有app端,多端互联受限,只能作为本地使用。 3、卡顿严重,编辑时经常无法打字,延迟,很影响体验。 P.S. 它现在还没手机端,重度手机记录的先别急着搬,桌面党可以
21
9
60
12,455
Just use blocknote
Jun 6
I need Google Docs but just for markdown files. Multiplayer comments. Syncing resolving comments. Suggestion mode Edit mode Edit history Maybe some sense of multi edits. Easy cli access.
69
Memry's editor is BlockNote under the hood. Every paragraph is a block. Drag, indent, convert to code, embed an image, all without leaving the keyboard. Closest thing to Notion that still saves as plain markdown.
5
102
Hahaha gaan we samen naar die demo. Blocknote mee, mogen we uw naam tel en adres? Waarom? Nou dan kunnen we er morgen twee brengen. 🤣🤣
1
3
20
Excited to see this built on BlockNote!
Introducing Tolaria! 💧 Today I am releasing a macOS desktop app for managing markdown knowledge bases, and helping both AI and humans operate them. It’s free and open source, and always will be. I have been working on it for three months, and I now use it to run my life and work. I personally have a massive workspace of 10,000 notes — the result of 6 years of Refactoring — which I now operate on Tolaria. Tolaria is the main collaboration surface with my AI agents: they create new notes there, connect them to what exists, and edit existing ones. Everything is easy to understand for them, because it’s just markdown files. In a way, it’s my implementation of @karpathy's LLM wiki. Tolaria is also the biggest experiment I have ever run about writing software with AI: • 2000 commits • 100K lines of code • 3000 tests / 85% coverage • 9.9/10 code health • 70 architecture decision records I am releasing it open source also to use it as a living artifact of how I do AI coding, so you can inspect at any time things like how I write docs, what's in my AGENTS file, what hooks do I run, and so on. You can find it below: • Newsletter announcement: refactoring.fm/p/introducing… • Website: tolaria.md/ • Github repo: github.com/refactoringhq/tol… Let me know your thoughts!
1
6
579
Apr 15
Replying to @dotey
顺便也推荐一下我自己写的 ProseKit 富文本编辑器框架,和 BlockNote 一样基于 ProseMirror,支持 React、Vue、Svelte、Preact、Solid 和 Lit,可以使用 shadcn CLI 快速安装基于 tailwindcss 的组件 prosekit.dev/
9
938
🚀 开源 Notion 风格富文本编辑BlockNote 强烈推荐! React 项目嵌入 AI 编辑神器,几行代码搞定一切! 1. 基于 ProseMirror 和 Tiptap 构建,完美还原 Notion 块编辑体验,拖拽、嵌套、斜杠菜单、格式工具栏开箱即用 2. 上手极简,几行代码即可启动完整 UI 编辑器,Block 类型、键盘快捷键、自定义样式轻松配置 3. 原生 AI 集成,支持 @blocknote/xl-ai 扩展,选中文字点 AI 按钮或 /ai 调用 OpenAI/Anthropic 或自有模型 RAG,操作透明可逐条接受/拒绝 4. 内置实时协作(Yjs)、文档导出(PDF/Word 等),适合内容管理、知识库等产品开发,省掉大量造轮子时间 项目地址: github.com/TypeCellOS/BlockN…
Apr 15
开源项目推荐:BlockNote BlockNote 是一个开源的 React 富文本编辑器,基于 ProseMirror 和 Tiptap 构建,走的是 Notion 风格的 Block 编辑体验,拖拽、嵌套、斜杠菜单、格式工具栏这些开箱即用。 对于需要在自己的应用里嵌入编辑器的开发者来说,它最大的吸引力在两个地方。 第一是上手门槛低。几行代码就能跑起来一个带完整 UI 的编辑器,不用像直接用 ProseMirror 或 Tiptap 那样先啃一堆底层概念。Block 类型、键盘快捷键、自定义样式都可以配置,但不配也能直接用。 第二是原生支持 AI 集成。通过 @blocknote/xl-ai 这个扩展包,可以在编辑器里直接接入 AI 能力,用户选中文字点 AI 按钮、或者在斜杠菜单里输入 /ai,就能让 AI 帮忙写、改、续写内容。后端支持接 OpenAI、Anthropic 或者自己的模型端点,也能接 RAG 管道给 AI 补充知识库。AI 的操作过程对用户完全透明,改了哪里、加了什么,用户可以逐条接受或拒绝。 这意味着如果你在做一个内容管理系统、知识库、或者任何需要"编辑器 AI 辅助写作"的产品,BlockNote 省掉了你同时造两个轮子的功夫。 实时协作也内置支持(需要借助第三方服务),基于 Yjs 实现多人同时编辑。另外还有导出 PDF、Word、ODT 的扩展包,适合需要生成正式文档的场景。 许可方面需要注意:核心编辑器功能用的是 MPL-2.0 协议,商业项目可以自由使用。但 AI 集成、多列布局、文档导出这些 xl- 开头的高级包用的是 GPL-3.0,闭源商业项目需要购买商业许可。 如果你现在的选型在 Tiptap 和 BlockNote 之间纠结:Tiptap 更适合需要深度定制编辑器行为的场景,但学习曲线陡,需要理解 ProseMirror 的 Schema 和插件体系。BlockNote 封装层级更高,适合想快速出活、不想在编辑器底层花太多时间的团队。 项目地址:github.com/TypeCellOS/BlockN…,文档在 blocknotejs.org
3
2,501
Apr 15
开源项目推荐:BlockNote BlockNote 是一个开源的 React 富文本编辑器,基于 ProseMirror 和 Tiptap 构建,走的是 Notion 风格的 Block 编辑体验,拖拽、嵌套、斜杠菜单、格式工具栏这些开箱即用。 对于需要在自己的应用里嵌入编辑器的开发者来说,它最大的吸引力在两个地方。 第一是上手门槛低。几行代码就能跑起来一个带完整 UI 的编辑器,不用像直接用 ProseMirror 或 Tiptap 那样先啃一堆底层概念。Block 类型、键盘快捷键、自定义样式都可以配置,但不配也能直接用。 第二是原生支持 AI 集成。通过 @blocknote/xl-ai 这个扩展包,可以在编辑器里直接接入 AI 能力,用户选中文字点 AI 按钮、或者在斜杠菜单里输入 /ai,就能让 AI 帮忙写、改、续写内容。后端支持接 OpenAI、Anthropic 或者自己的模型端点,也能接 RAG 管道给 AI 补充知识库。AI 的操作过程对用户完全透明,改了哪里、加了什么,用户可以逐条接受或拒绝。 这意味着如果你在做一个内容管理系统、知识库、或者任何需要"编辑器 AI 辅助写作"的产品,BlockNote 省掉了你同时造两个轮子的功夫。 实时协作也内置支持(需要借助第三方服务),基于 Yjs 实现多人同时编辑。另外还有导出 PDF、Word、ODT 的扩展包,适合需要生成正式文档的场景。 许可方面需要注意:核心编辑器功能用的是 MPL-2.0 协议,商业项目可以自由使用。但 AI 集成、多列布局、文档导出这些 xl- 开头的高级包用的是 GPL-3.0,闭源商业项目需要购买商业许可。 如果你现在的选型在 Tiptap 和 BlockNote 之间纠结:Tiptap 更适合需要深度定制编辑器行为的场景,但学习曲线陡,需要理解 ProseMirror 的 Schema 和插件体系。BlockNote 封装层级更高,适合想快速出活、不想在编辑器底层花太多时间的团队。 项目地址:github.com/TypeCellOS/BlockN…,文档在 blocknotejs.org
10
30
200
33,676
I am working on a blog system for my website using a filesystem-first approach. All posts are Markdown files with YAML frontmatter (gray-matter), storing fields like slug, title, summary, status, and scheduledAt. There is no database or cron jobs. Publishing is controlled in code — a post is visible only if status is “published” and scheduledAt is in the past. I also built an admin editor with BlockNote, supporting both rich text and raw Markdown, with autosave and draft recovery. For rendering, I am not using MDX. I built a custom pipeline: Markdown is parsed with marked, code blocks are highlighted on the server using Shiki, HTML is sanitized with DOMPurify, and Mermaid diagrams are handled separately and rendered on the client. The blog page combines local posts with Medium via RSS2JSON, and pages use ISR with sitemap and metadata integration. The goal is simple infra, but strong control over content and developer-focused output. fawadhs.dev/blog
3
51
QUESTIONABLE BLOCKNOTE LMFAOO
1
6
106
Super interested in understanding what it did here. What stack was chosen (backend/db, blocknote or something else for editor). How is it persisting, does it live in the computer directly or did your/it host it somewhere else.
2
3,970
Replying to @ctnicholasdev
good article but you're comparing apples and oranges... the abstraction level to each of these is completely different. ie. blocknote is built on tiptap which is built on prosemirror
1
3
770
Article: Which JavaScript rich-text editor is best? Tiptap, BlockNote, Lexical, more—a deep-dive into all the options. Our team's uniquely positioned to give guidance on this, as we've used them all at work. Written last year, still up to date! Link ↓
16
18
253
26,398
Also, check out the multiplayer apps it features—Tiptap, tldraw, BlockNote, and a custom starting point for your own whiteboard.
1
4
261
Oh my god it was so FUN geeking out with @pvh, all the Blocknote devs and @inkandswitch team, this is the highlight of #FOSDEM for me, peak geeking out about CRDTs! Oh and my talk went amazing (at least that's what I heard 🙃), so I wrote a blog post about it haha! palanikannan.com/blogs/local…
1
8
230
✨Collaboration starts with ideas. Bring ideas, text, and work packages into one shared, real-time document. Collaborate synchronously or asynchronously, and keep everything in one place. #OpenProject #Collaboration #ProjectManagement #BlockNote
1
2
150