Using json as content for the editor #742
Unanswered
mauritskorse
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TipTap offers setting and getting the content of the editor using JSON.
getting the JSON back from the editor can still be done (
$el.querySelector('[data-slot="content"]').editor.getJSON()
), but it does not seem possible to set the contents or wire:model with json as the innerHTML is explicitly retrieved from the ui-editor-content element.It would be great if this will be possible.
Beta Was this translation helpful? Give feedback.
All reactions