Perplexity.ai Chat Exporter

Export Perplexity.ai conversations as markdown with configurable citation styles

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Chris Kephart
今日安裝
1
安裝總數
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.