bdbch

Results 202 comments of bdbch

@rfgamaral since this PR takes longer I'll merge it soon and release it with the next release. I created a new issue for the edgecase you reported: #3454

@remingtonc Tiptap doesn't include an editor bar. While we already have ideas to provide a UI in the future for now Tiptap is **headless** (doesn't come with markup or styling)....

Here is a quick Codesandbox with my example running in a single html file: https://codesandbox.io/s/throbbing-smoke-now37q?file=/index.html I'll update the docs accordingly.

Great that my demo helped out a bit. If you have questions let me know.

Hey @binyamin sorry for the late answer. The docs are currently built together with our Tiptap website which is server side rendered. Right now there's no way to manually build...

I took a look at our current docs and I think they are understandable. I added a small info notice why we rely on module imports (mostly because of the...

I checked the CDN link and it works for me (sends me to https://tiptap.dev/installation/cdn) What exact problem are you running into. Tiptap has a lot of cross dependencies inbetween each...

I think the issue here is that list items can have `paragraph block*` as content which allows you to have multiple paragraphs inside one list item. From what I think...