https://github.com/ckep1/pplxport
Perplexity to Markdown Exporter Tampermonkey Userscript
https://github.com/ckep1/pplxport
perplexity perplexity-ai tampermonkey tampermonkey-userscript
Last synced: 3 months ago
JSON representation
Perplexity to Markdown Exporter Tampermonkey Userscript
- Host: GitHub
- URL: https://github.com/ckep1/pplxport
- Owner: ckep1
- License: mit
- Created: 2024-11-25T17:25:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T03:17:40.000Z (3 months ago)
- Last Synced: 2025-03-19T03:30:00.021Z (3 months ago)
- Topics: perplexity, perplexity-ai, tampermonkey, tampermonkey-userscript
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/518844-perplexity-ai-chat-exporter
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perplexity.ai Chat Downloader (pplxport)
This script allows for downloading threads and pages from Perplexity as Markdown with citations included. There are options for including User queries or only results, as well as the citation style.## Options
### User / Agent Queries
Provides the option to leave out user queries and only provide responses.### Citation Styles
- Inline includes the link with each citation appearance. [1](url)
- Endnotes style has the number inline with no link, and sources section. [1]
```
### Sources:
[1](url)
```