Skip to content

issues Search Results · repo:ueberdosis/tiptap-php language:PHP

Filter by

31 results
 (75 ms)

31 results

inueberdosis/tiptap-php (press backspace or delete to remove)

If you add double quote at start and end, cause error. It does not happen if we have double quotes in another positions. $text = La resolución del problema de la caída del brete y los daños en la casa ...
  • carlosvaldesweb
  • Opened 
    on Nov 21, 2024
  • #53

Background Currently, there s no straightforward way to check if the content of a Tiptap editor is empty. This can be particularly useful for form validation or preventing submission of empty content. ...
  • putrafajarh
  • 1
  • Opened 
    on Sep 23, 2024
  • #51

When creating a nested list inside tiptap JS, you get the following example HTML: ul li p p test /p ul li p test /p /li /ul /p /li /ul When you sanitize this input with tiptap-php, an extra ...
  • vixducis
  • 1
  • Opened 
    on Jun 17, 2024
  • #48

I save content to my database with tiptap editor, the output json from the editor is this: { type : doc , content :[{ type : orderedList , attrs :{ start :2}, content :[{ type : listItem , content :[{ ...
  • JshGrn
  • 1
  • Opened 
    on Mar 6, 2024
  • #47

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 (Laravel project) in order to send the content ...
  • mgtcampbell
  • 1
  • Opened 
    on Dec 11, 2023
  • #43

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 being at v9.18.1.10. ...
  • digidux
  • 1
  • Opened 
    on Oct 17, 2023
  • #41

Is there any support to parse json to html for emoji nodes? Currently it just strips the emoji.
  • bribar
  • 1
  • Opened 
    on Oct 4, 2023
  • #40

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 rendering.
  • withboldt
  • 3
  • Opened 
    on Jul 4, 2023
  • #38

See my comment https://github.com/ueberdosis/tiptap-php/issues/2#issuecomment-1546706151 If a li tag contains a p and a sublist ul, the ListItem Node wraps the content with an additional p tag. The resulting ...
  • Coding-Kiwi
  • 5
  • Opened 
    on May 13, 2023
  • #36

Hello, there seems to be an issue with the Tiptap JSON to HTML conversion when using overlapping styles like this: image JSON input: { type : doc , content : [ { type : paragraph ...
  • adrichel
  • 3
  • Opened 
    on Mar 15, 2023
  • #33
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub