Perplexity.ai Chat Exporter

Export Perplexity.ai conversations as markdown with configurable citation styles

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Chris Kephart
日安装量
3
总安装量
120
评分
2 0 0
版本
2.3.0
创建于
2024-11-25
更新于
2025-10-24
大小
77.4 KB
许可证
MIT
适用于

Perplexity.ai Chat Downloader (pplxport)

This script allows for downloading threads and pages from Perplexity as Markdown with multiple citation styles. Although Perplexity has since added export in the client itself, this script provides a better experience with options, entire conversation export, no Perplexity html logo in the Markdown and more. This is under the MIT license. If anything breaks please let me know via a github issue!

Configure the following settings via the Options button menu:

Citation Style

  • Inline: [1](url) - Clean inline citations
  • Parenthesized (default): ([1](url)) - Inline citations wrapped in parentheses
  • Endnotes: [1] in text with sources listed at the end
  • Footnotes: [^1] in text with footnote definitions at the end (standard markdown format)
  • Named: [source](url) - Uses domain names like [wikipedia](url)
  • No Citations: Removes all citations for answer text only.

Output Style

Layout

  • Full Format: Includes User/Assistant labels and section dividers
  • Concise Format: Just the content with minimal formatting (no user queries included in the content).

Spacing

  • Standard: By default, this script does not put newlines between paragraphs and elements as markdown renderers do this visually. This makes rendered files appear cleaner but raw files harder to read.
  • Extra Newlines: This is the markdown spacing used by Perplexity with newlines before and after each element such as headers and paragraphs.

Frontmatter

  • Include: By default, this includes a Frontmatter section with title, date and url all dynamically inserted.
  • Exclude: Leaves out the Frontmatter YAML section.

Title as H1

  • Include: Adds in the title as a level 1 header element.
  • Exclude: This is the default option.

Export Options

Output Method

  • Download File: Downloads a .md file.
  • Copy to Clipboard: Copies the entire conversation with this formatting to the clipboard, no file saved.