Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaph/chatgpt-export
A browser bookmarklet for exporting conversations with ChatGPT as markdown files.
https://github.com/yaph/chatgpt-export
bookmarklet browser-bookmarklets browser-tools chatgpt chatgpt-tools document-conversion html2markdown markdown vanilla-javascript vanilla-js
Last synced: 12 days ago
JSON representation
A browser bookmarklet for exporting conversations with ChatGPT as markdown files.
- Host: GitHub
- URL: https://github.com/yaph/chatgpt-export
- Owner: yaph
- License: mit
- Created: 2023-06-06T11:38:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T21:31:23.000Z (6 months ago)
- Last Synced: 2024-08-01T02:33:15.660Z (3 months ago)
- Topics: bookmarklet, browser-bookmarklets, browser-tools, chatgpt, chatgpt-tools, document-conversion, html2markdown, markdown, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://geeksta.net/tools/chatgpt-to-markdown/
- Size: 6.84 KB
- Stars: 40
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - ChatGPT Export - Export ChatGPT conversations to Markdown files. (Browser extensions / Examples)
- awesome-ChatGPT-repositories - chatgpt-export - A browser bookmarklet for exporting conversations with ChatGPT as markdown files. (Browser-extensions)
- awesome-chatgpt - ChatGPT Export - A browser bookmarklet for exporting conversations with ChatGPT as markdown files. (Channel Resources / Bookmarklets)
- awesome-chatgpt - ChatGPT Export
- awesome-chatgpt - ChatGPT Export - Export ChatGPT conversations to Markdown files. (Browser extensions / Examples)
- awesome-gpt - ChatGPT Export
README
# ChatGPT Export Browser Bookmarklet
The ChatGPT Export bookmarklet is a convenient tool that allows you to effortlessly export conversations with ChatGPT as markdown files. With this bookmarklet, you can capture and save your ChatGPT conversations in a readable format for easy reference and sharing.
## Installation
To get started, simply visit the [ChatGPT to Markdown web page](https://geeksta.net/tools/chatgpt-to-markdown/) and drag the bookmarklet link to your browser's bookmark toolbar. You can also review the source code of the link to ensure its integrity and functionality.
Alternatively, if you prefer a more hands-on approach, you can clone this repository, install the necessary dependencies, and compile the code on your own machine.
## How it works
Once the bookmarklet link is clicked on a ChatGPT conversation page the `document.body` is cloned and modified in the cloned version to remove any unnecessary information, ensuring a clean and concise output. Finally, the resulting HTML code is converted to markdown format and downloaded as a text file. The file is automatically named based on the conversation's title in the ChatGPT interface.
With the ChatGPT Export browser bookmarklet, archiving and sharing your ChatGPT conversations as markdown files becomes a seamless process, enhancing your productivity and collaboration.