tiptap-php icon indicating copy to clipboard operation
tiptap-php copied to clipboard

A PHP package to work with Tiptap content

Results 30 tiptap-php issues
Sort by recently updated
recently updated
newest added

I added PHP 7.4 support to Shiki, so tiptap-php does work with PHP 7.4 as well https://github.com/spatie/shiki-php/releases/tag/1.3.0

Hi there, Silly question but when I trying to get JSON from the following HTML, it throws `Array to string conversion in ../vendor/ueberdosis/tiptap-php/src/Core/DOMParser.php on line 144`. ``` ```

When parsing an HTML input using this library, that contains a ``-tag without any child element like the code tag generated by TipTap itself, the parser will generate an error,...

https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/src/color.ts

help wanted

https://github.com/ueberdosis/tiptap/blob/main/packages/extension-font-family/src/font-family.ts

help wanted

closes https://github.com/ueberdosis/tiptap-php/issues/13

closes https://github.com/ueberdosis/tiptap-php/issues/12

Hi, I have installed the package just to sanitize the content generated by tiptap in the frontend. And I notice that when sanitizing it removes the links (`a` tags) and...

Probably you had something in mind when you implemented the check but I am not sure if it should really belong there? It can still be filtered from implementation side...

One issue I was coming across when using this package was that the `link` mark isn't used in the default starter kit that gets loaded when Editor is instantiated, even...