Amir Hossein Hashemi
Amir Hossein Hashemi
I can confirm the bugs that @ecosse3 has reported. It sometimes can't comment regular HTML tags correctly. for some reason if I remove the `className` it works! https://user-images.githubusercontent.com/87268103/171988969-b9020f08-7bc3-48e3-8f42-becd4d00d2ca.mp4 Also: https://user-images.githubusercontent.com/87268103/171989054-7c5ecfe8-4bc9-453c-8059-3f005586de2b.mp4...
@numToStr Sorry for the late response. It seems like updates have solved all of the previous problems. I just found a small bug, it has a little problem with uncommenting...
Definitely check out https://github.com/calcom/cal.com
Looking forward to the dark ones.
Hey, I'm facing the same issue. Even their [official code-block example](https://tiptap.dev/examples/syntax-highlighting) has this issue - if you try typing ``` you can see that the cursor jumps to the next...
I have the same problem. I've already set `draggable: true` in my node and added `draggable="true"` and `data-drag-handle` to the parent element of the component but it didn't help. For...
@bdbch https://codesandbox.io/s/react-typescript-forked-8v0ljl?file=/src/App.tsx When you remove `content: "inline*"` in the `Figure` node (as well as the content hole in ``) you can drag the image normally.
Any update on this? I've been using this branch since it was created and it's working fine for me. I haven't encountered any specific bug in a while and although...
`contentEditable="false"` fixed my problem too but I had to explicitly add `contentEditable="true"` to `NodeViewContent` so it can be edited. ```tsx {node.attrs.src && } ```
I wrote a extention that automatically adds `dir="ltr|rtl"` to nodes. It's more flexible than `dir="auto"`. It may be helpful: https://github.com/amirhhashemi/tiptap-text-direction