Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

RedNote

kylemumukylemumu155 downloads

Connect RedNote/Xiaohongshu (小红书) with Obsidian

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

An Obsidian plugin to connect RedNote/Xiaohongshu (小红书) with Obsidian, with support for media downloads and categorizations.

How it Works

The flow below illustrates how a RedNote link is processed and converted into a formatted note in your vault:

sequenceDiagram
    actor User
    participant IM as Input Modal
    participant PM as Preview Modal
    participant ON as Output Note (Saved)
    
    User->>IM: Paste share text / URL
    IM->>PM: Fetch and parse content details
    User->>PM: Customize fields & toggle media download
    PM->>ON: Save and open the formatted note

Import Workflow Screenshots

Below is a step-by-step preview of the import process using the plugin:

Step 1: Input Modal

Paste the shared link or text containing the link to start fetching. Input Modal

Step 2: Preview & Customize

Review the parsed title, content, template layout, category, and toggle local media download. Preview Modal

Step 3: Saved Markdown Note

The scraped content is formatted according to the template with all tags and local media embedded. Saved Note


Features

  • RedNote & Xiaohongshu Support: Handles links from both xiaohongshu.com and rednote.com domains, as well as xhslink.com mobile short links.
  • URI Protocol Handler: Trigger imports from outside Obsidian via the obsidian://rednote-import protocol link. Excellent for iOS Shortcuts or Tasker on Android.
  • Media Download Support: Automatically download images locally into a dedicated media subfolder. Note: Currently supported media does not include video files (video posts will fallback to cover image or keep the remote video link).
  • Filename Collision Protection: If a note with the same title already exists, the plugin automatically resolves the filename by appending -1, -2, etc., avoiding data overwrite.

Usage

1. Manual Import

  1. Click the ribbon icon (book) or run the command Import RedNote Note from the command palette.
  2. Paste the shared link or text containing the link.
  3. Select a category and toggle media downloads if desired.
  4. Press Import.

2. Mobile / Protocol Trigger

You can open the following URI on your mobile device (e.g. from an iOS Shortcut share action) to trigger a background import:

obsidian://rednote-import?url=<REDNOTE_URL>&category=<CATEGORY>&downloadMedia=true

Templates & Placeholders

You can customize the structure of your note body and frontmatter properties in the settings tab.

Available Placeholders:

  • {{title}}: The title of the post (hashtags removed).
  • {{content}}: The post body content description.
  • {{media}}: Note media block (HTML video element, or Markdown images list). When used inside YAML properties, it renders the raw media path/URL (useful for cover: or thumbnail: fields).
  • {{source}} / {{url}}: The source RedNote link.
  • {{date}}: Current date in YYYY-MM-DD format.
  • {{category}}: The selected note category.

Default Markdown Template:

{{media}}
{{title}}
{{content}}

Known Issues

  • Media Timeout Fallback: If media file downloads time out (due to slow network connections exceeding the 10-second threshold), the note creation will fall back to using the raw remote URLs for those media assets instead of local paths. This ensures the note is always successfully saved.
  • Video Downloads: Local video file downloading is currently not supported; video posts will fall back to displaying the cover image or use remote video links.

Installation & Local Development

To run and install the plugin in your local Obsidian vault:

  1. Clone this repository anywhere on your system.
  2. Create your local environment configuration file:
    cp .env.example .env
    
  3. Open .env and set OBSIDIAN_VAULT_PATH to the absolute path of your Obsidian vault.
  4. Install dependencies:
    npm install
    
  5. Build and deploy the plugin to your vault:
    npm run install-local
    
HealthExcellent
ReviewPassed
About
Convert RedNote (Xiaohongshu小红书) notes into templated Markdown notes with parsed title, tags, content, and categories. Handle xiaohongshu/rednote/xhslink domains.
ImportImagesTemplating
Details
Current version
1.2.0
Last updated
3 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
155
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
kylemumukylemumuch-yyk
GitHubch-yyk
  1. Community
  2. Plugins
  3. Import
  4. RedNote

Related plugins

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Kindle Highlights

Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file.

Make It Rain

Pull Raindrop.io bookmarks, highlights, and attachments into Markdown notes with rich metadata, smart folder structures, and native file support.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Templater

Create and use dynamic templates.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

QuickAdd

Quickly add new notes or content to your vault.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Readwise Official

Sync highlights from Readwise to your vault.