How to load back serialised HTML as an article #4678
Unanswered
clearly-outsane
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I’m basically using lexical as a rich text editor to write articles. Once the content is written I’m serialising it into html and storing it in some database. Now how do I load that html back in when I want to publish it as an article ? ( because it’s just html - custom nodes like the embed node is just an empty div, how do you load the javascript to convert some of these nodes back into something dynamic? )
Beta Was this translation helpful? Give feedback.
All reactions