Acy Watson
Acy Watson
I think these are actually probably the correct semantics for token/segmented nodes. The whole point of these is that they are a single "unit" and are interacted with as such...
Nice write up. Some initial thoughts: > Since Lexical inception we have avoided having multiple routes to solving the same goal. There is often a better way and this can...
> You don't install a package to use the library in headless mode. On the contrary, you install a package to be able to use it in the DOM. I...
@zurfyx built this internally and may be able to add to the discussion here.
Do you want to change the HTML that the editor renders, or you want to render the editor state to an HTML string for usage elsewhere? I don't think the...
No problem - I'm still not totally clear on which case we're in here: Case 1) - the user is typing into the editor and Lexical is updating it's internal...
> LGTM > > > Amend the public API to be less cluttered and provide a path for additional options > > I'm unsure how this PR addresses this but...
> I like the concept here. > > QQ, why is `convertDOMElementLexicalData()` only for element nodes? Good question - it's because all ElementNode subclasses don't need this logic, so I...
> Could you add an example of new API usage? yes, I will
Good one. I guess the expected behavior here would be for the formatting operation to fail? What do you think?