I’m sure this question has been asked before, but I cannot find an answer.
I have exported many AI chats on perchance as .JSONs, and I could probably figure out a regex or something to do an acceptable job of cleaning it up, but ideally I’d love to just export these JSONs into a file that loads up as it does online on perchance; a nice, readable format with images where they should be and stuff.
This is for offline archiving, or should perchance disappear some day, etc. Thank you!
Can you specify which parts of the chat you want to export into a readable format? I’ve recently made a custom code to create a print view for the current thread which you could print as pdf.
Hmm, perhaps I spoke too soon. I put the custom code in the character’s custom code section. I reloaded the chat tab. Then typed /print in the chat field. It gave me an “Executing custom code” status for a few seconds, but nothing happened. All I have on this browser is Ublock Origin, would that mess it up maybe?
Might be because it is running a JavaScript script. Try to disable it first, reload the page, then run the
/print
on the field. It should show something like this after running the/print
:Then you can click select all, then right click the window -> print:
VioneT, this is exactly what I wanted, thank you so much!