Replies: 2 comments 1 reply
-
This is something I'm currently working on. Stay tuned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Available in latest release. {!! tiptap_converter()->asHTML($post->content) !!}
{!! tiptap_converter()->asJSON($post->content) !!}
{!! tiptap_converter()->asText($post->content) !!} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to read the content programmatically in some cases, so I have saved the blog to the DB as JSON. However, when I am displaying that content on a regular HTML page in a Blade template, I need to output that to HTML.
How do I convert the TipTap JSON to HTML when I need to?
Beta Was this translation helpful? Give feedback.
All reactions