#LLM generated Lexical - validate
5 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Lexical Migration - Migrating lexical data from old version to new version
- Lexical Migration - Migrating from Slate - Phase 1: Preview & Test
- Lexical Migration - Migrating from Slate - Converting Custom Slate Nodes - Unknown Node Handling
- Converting Markdown - Converting MDX - Export
- Drafts - Draft API - Using the draft parameter
Community-Help:
I'm working on this for the mcp plugin right now - generate the lexical json schema based on enabled nodes. You'll be able to use that json schema to perform validation (4.0)
Excellent, thanks 
GitHub
This PR makes richText fields properly typed in payload-types.ts. Until now, every richText field was typed as a vague { [k: string]: unknown } blob. TypeScript couldn't help you do anythin...