TGTGInsighttelegram intelligenceLIVE / telegram public index
← ご注文はうさぎですか?
ご注文はうさぎですか? avatar

TGINSIGHT POST

Post #9160

@order_usagi

ご注文はうさぎですか?

Views5Post view count
PostedFeb 802/08/2026, 09:31 AM
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.