Show HN: Export ChatGPT conversations as GitHub gists

https://github.com/tkanarsky/chat2gist/tree/master
by tkanarsky • 4 years ago
1 0 4 years ago

Made a bookmarklet for sharing ChatGPT logs as gists. It has markdown support so it can render tables, code blocks, and all the usual formatting (except maybe footnotes).

Example: https://gist.github.com/tkanarsky/8858d339f02567d5cd25fcf9c4...

It was pretty tricky finding the right selectors to use as the UI is just full of React div-soup with zero semantic meaning. I eventually settled on some CSS classes that work well for now, but that might change at any time in the future. No guarantee of stability :)

One thing it's missing right now is code highlighting -- I haven't had the time to translate the language names from hljs -> markdown.

Related Stories

Loading related stories...

Source preview

github.com