Greasy Fork

Greasy Fork is available in English.

Claude Chat Downloader

Add download button to save Claude AI conversations in TXT, MD, or JSON format

< 脚本Claude Chat Downloader的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2025-01-07

Works pretty well, but at a certain point in the markdown file I exported, the formatting for codeblocks started getting a little wonky. The final three backticks would appear on the same line as the final line of code, which could not be parsed properly by VS Code (or any standard markdown linter). If you just added an explicit new line (\n) before the closing backticks in your regex (e.g: return `\`\`\`${lang}\n${code.trim()}\n\`\`\`\n`), that should solve it. Otherwise, it works great and integrates really nicely with the interface.

发表回复

登录以发表回复