An open API service indexing awesome lists of open source software.

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

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)
```