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
i was wondering about the same thing. i save the content as text in db and when I load it, it shows as a big json object that has the same data of the post that I've created but with no parsing of formatting.
I was going through the code. When you create the post you save the
editor.getJSON()
to the supabase.But you directly rendering the JSON according to code
How it is working?
The text was updated successfully, but these errors were encountered: