esteinmann / chatgpt-convdown

GNU General Public License v3.0
56 stars 7 forks source link

Code blocks not exported #56

Open mrandreastoth opened 1 month ago

mrandreastoth commented 1 month ago

The plug-in does not export code blocks included in ChatGPT's replies. This significantly reduces the usefulness of the exported chats, in particular for me as many of the replies include code blocks.

Note that I don't just ask ChatGPT to use code blocks for code but for any text I would like clearly separated.

esteinmann commented 1 month ago

Do you have an example prompt?

I have a chat where ChatGPT answers with JavaScript blocks and when downloaded it looks like: ```javascript const firstLevelItems = document.querySelectorAll('ul > li'); ```