Bob Ippolito

Results 472 comments of Bob Ippolito

If you want a language to appear in the list that doesn't ship bundled with lexical-code it needs to be explicitly imported. Prism just uses global variables so the import...

This is more of a vite question than anything else. Initialization of the editor is synchronous, no promises are involved unless one of the plug-ins is doing something async (but...

What would be the goals of getting this into the Lexical distribution, rather than having a standalone project with a very clear purpose? I think that even if Lexical provided...

Hard to say without being able to see the project but doubling of size makes it seem like you're including multiple versions of dependencies which will cause all sorts of...

Looking at the playground it seems that most of the build size comes from excalidraw ``` $ find packages/lexical-playground/build -name "*.js"|xargs du -hc 4.0K packages/lexical-playground/build/assets/ImageResizer-BOglis69.js 4.0K packages/lexical-playground/build/assets/EquationComponent-0rKEFys_.js 152K packages/lexical-playground/build/assets/parser-html-C9wyCVVk.js 1.3M...

In general this doesn't really work and it's unlikely that anyone would want to spend time on this because serialized nodes aren't self-describing. Other than the type attribute the rest...

The correct solution in the case when a node is retired or you don’t want to implement it for some reason is to create a node class with the same...

This should be a straightforward PR if anyone is interested in contributing