Hi, I've been playing around with doc2.site which uses Google Docs to create web pages. I tried several Chat GPT plugins to enhance my doc content with semantics like headings, emphasised text etc.
The problem is I always get plain text responses from Chat GPT (and plugins) even if you ask for the HTML output and then if you copy paste the output into Google Docs, you get the HTML tags like
blah
.
I found a script that does copy the output as HTML:
“const blob = new Blob([html], {type: 'text/html'});” so it's super easy actually but I couldn't find a plugin that handles it nicely like a copy paste response as HTML button.