TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
Innei 向 mx-space/core 提交了一个更改 feat: add Lexical block editor content format support Introduce dual-format (Markdown/Lexical) storage for Post, Note, Page, and Draft models. When contentFormat is 'lexical', the content field (Lexical EditorState JSON) is source of truth and text is auto-generated as degraded Markdown via @lexical/headless + @lexical/markdown. Includes: model/schema changes, LexicalService, content utilities, AI translation adaptation, aggregate API compatibility, migration, and tests.