Open Chandraprakash-Darji opened 4 months ago
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?