The newly introduced Read-only mode can be used to put the JSON data directly into the main Editor instance to display the data as an article. But right now the main Editor instance is rendered on the client side which does not give SEO.
My idea is to provide some way to render the main Editor instance on the server side but we have to write universal code for this (code which works on both client and server side which does not use client specific objects like document).
The newly introduced Read-only mode can be used to put the JSON data directly into the main Editor instance to display the data as an article. But right now the main Editor instance is rendered on the client side which does not give SEO.
My idea is to provide some way to render the main Editor instance on the server side but we have to write universal code for this (code which works on both client and server side which does not use client specific objects like document).