Germán Jabloñski

Results 134 comments of Germán Jabloñski

This was resolved by reverting the original PR as can be seen in the linked issue.

> I recommend returning true from the registered listener instead of false. I guess you meant the opposite. The thing is that if we do that and then we add...

Doing that! Thanks @rolandsaven and @rilrom!

I love it! ❤️ First of all, I would like to highlight [the Prosemirror implementation](https://prosemirror.net/docs/guide/#schema), which I find more powerful, elegant and flexible than Slatejs. It allows to do in...

# Tentative algorithm: LexicalNode in each cycle marks the nodes that changed in 3 ways: `created`, `destroyed` and `updated`. So... - When a node is `updated` nothing needs to be...

# There are two different problems I think this thread is discussing two different issues: 1. What an API could look like to define validity rules on the editorState (ie...

> "conflicting normalizations can create infinite loops". This is, of course, true, but this is a problem with transforms That was a question that arose to me while I wrote...

> Does ProseMirror truly just reject inserted content that doesn't match the schema? Do you have to manually normalize the content before the schemas validation step or something? Sorry for...

Thanks to you @andershermansen. This is a challenging issue! > Inside payload package: > > - I added richtext blocks definition to clientconfig, I could not see this exported to...

Were you able to read my previous comment? There's a problem with the PR approach.