You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to implement something that will allow people to convert their HTML into Prezly stories.
It should be a function that generates Prezly Slate document. It's going to have to be an async function so that editor has time to replace any image-candidate nodes. It should be smart enough to use onIsOperationPendingChange prop from EditorV4.
Goal is to implement something that will allow people to convert their HTML into Prezly stories.
It should be a function that generates Prezly Slate document. It's going to have to be an async function so that editor has time to replace any
image-candidate
nodes. It should be smart enough to useonIsOperationPendingChange
prop fromEditorV4
.Original report: https://linear.app/prezly/issue/DEV-1987/implement-and-expose-fromhtml-function
The text was updated successfully, but these errors were encountered: