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

there was a new release of the [shiki-php](https://github.com/spatie/shiki-php/releases/tag/2.0.0) library

Importing tables from HTML causes the content of table cells to not be wrapped in paragraph tags which Tiptap js then complains is invalid content. This takes the wrapper code...

childNodes is DOMTEXT,then error Call to undefined method DOMText::getAttribute()

This pull request addresses the issue mentioned in #41. Removing the strict version lock allow for more compatibility. And to follow the guidelines set by the authors themselves. [scrivo/highlight.php's readme.md](https://github.com/scrivo/highlight.php#composer-version-constraints).

This fixes https://github.com/ueberdosis/tiptap-php/issues/25 The issue is that the count method of checking if an array is multidimensional does not account for an edge case of a sub empty array: https://3v4l.org/16rVK...

See my comment https://github.com/ueberdosis/tiptap-php/issues/2#issuecomment-1546706151 If a `` tag contains a `` and a sublist ``, the ListItem Node wraps the content with an additional `` tag. The resulting json doc...

Hi there, Here's my situation: - I have some Tiptap content stored in my database as JSON - I need to render this content as HTML using this PHP library...

Is there any support to parse json to html for emoji nodes? Currently it just strips the emoji.

Hi! I can't update my project due to having packages that separately depend on this (which depends on `scrivo/highlight.php` to be at v9.18.1.9) and another package which depends on it...

Hello, The `strike` element has been deprecated and I don't think it should be part of the available options or at least, it shouldn‘t be the default `tag` for the...