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.

发布留言

登录以发布留言。