Draft: Tiptap compatibility layer#150
Conversation
bfa54d1 to
f79e6d8
Compare
|
Hi team, I have a question related to integration. As I observed earlier, without As I understand it, this plugin is not needed for integration with |
|
@shiz-ceo the beforeInputPlugin is pretty crucial to having a React-based contenteditable implementation. Both the plain There is also a |
|
@smoores-dev Thanks for the answer! It turns out that clients will not be able to use the functionality associated with P.S. Of course, these are very specific EDIT: Of course this plugin don't return true from this events, but there may be the same somewhere. |
|
The beforeInputPlugin works with IME inputs/compositions (at least, it should). Composition start events are dispatched before beforeInput events, so we handle composition flows separately. Are you seeing issues with IME inputs? They can vary dramatically across OSes and browsers. We try to test them consistently, but this project's developers all use non-IME inputs, so it's possible that we're not always testing correctly. |
|
No, I don't use IME input too, but I was just curious if you had ever encountered conflicting situations with this plugin. Thank you for your help! |
1c4bce2 to
eb9703f
Compare
b5c46f3 to
802078e
Compare
d1abd4e to
908268d
Compare
* use tiptap's updateAttributes in tiptapNodeView * use setNodeAttribute
No description provided.