Xiaohongshu Importer

by bnchiang96
5
4
3
2
1
Score: 47/100

Description

Category: 3rd Party Integrations

The Xiaohongshu Importer plugin streamlines the process of bringing content from Xiaohongshu (小红书) into Obsidian. Users can import shared notes with their original text, images, and videos directly into their vault, keeping everything organized in one place. It supports user-defined categories for better organization and offers local media downloads to preserve content. The plugin also extracts tags automatically from the note content, saving time and improving searchability.

Reviews

No reviews yet.

Stats

80
stars
2,623
downloads
14
forks
408
days
116
days
116
days
5
total PRs
0
open PRs
0
closed PRs
5
merged PRs
12
total issues
5
open issues
7
closed issues
9
commits

Latest Version

4 months ago

Changelog

Version 1.1.3 of Xiaohongshu Importer.

Changes:

  • Support added for Xiaohongshu explore URLs by converting them to canonical discovery/item links for import.
  • README updated to include information about supported link formats.

Download Xiaohongshu-Importer-v1.1.3.zip below to install.

README file from

Github

Xiaohongshu Importer for Obsidian

Version: 1.1.3
Author: bnchiang96
Repository: https://github.com/bnchiang96/xiaohongshu-importer
License: MIT

中文版本 (Scroll to the Chinese version)

Overview

The Xiaohongshu Importer plugin allows you to seamlessly import notes from Xiaohongshu (小红书), a popular Chinese social media and e-commerce platform, into your Obsidian vault. With this plugin, you can extract note content, images, videos, and tags, and organize them into categorized Markdown files in your vault. Whether you’re saving travel tips, recipes, or lifestyle inspiration, this plugin makes it easy to bring your Xiaohongshu notes into Obsidian for better organization and note-taking.

The plugin supports multiple Xiaohongshu link formats, including newer explore URLs, which are automatically normalized to the standard item format during import.

Features

  • Import Xiaohongshu Notes: Import notes by pasting a share link or share text (supports both discovery/item and explore URLs), including title, content, images, videos, and tags.
  • Category Management: Organize notes into user-defined categories (e.g., "Travel", "Food") or a default "Others" category.
  • Media Download: Optionally download images and videos locally to your vault, or embed them using their original URLs.
  • Custom Folder Structure: Save notes in a structured folder hierarchy (e.g., XHS Notes/Travel/NoteTitle.md).
  • User-Friendly Interface: Use a modal to input share text, select categories, and choose media download options.
  • Settings Customization: Configure the default folder, media download preference, and manage categories in the settings tab.

Installation

The Xiaohongshu Importer plugin is now available in the Obsidian Community Plugins marketplace, making installation quick and easy.

  1. Open Obsidian.
  2. Go to Settings > Community Plugins.
  3. If you haven’t already, turn on community plugins by clicking Turn on community plugins and confirming.
  4. Click Browse to open the community plugins marketplace.
  5. In the search bar, type Xiaohongshu Importer.
  6. Find the plugin in the search results and click Install.
  7. Once installed, click Enable to activate the plugin.
  8. You’re ready to start importing Xiaohongshu notes!

Option 2: Manual Installation

If you prefer to install the plugin manually or need a specific version, you can download the release files and install them directly.

  1. Download the latest release ZIP file from the GitHub releases page: Xiaohongshu-Importer-v1.1.3.zip.
  2. Extract the ZIP file to obtain main.js, manifest.json, and styles.css.
  3. Copy these files to your Obsidian vault’s plugins directory:
    • On desktop: <vault>/.obsidian/plugins/xiaohongshu-importer/
    • On mobile: You may need to use a file manager to copy the files to the same directory.
  4. Open Obsidian and go to Settings > Community Plugins.
  5. Ensure community plugins are enabled.
  6. Under Installed Plugins, find Xiaohongshu Importer and click the toggle to enable it.
  7. The plugin is now ready to use.

Usage

Importing a Xiaohongshu Note

  1. Trigger the Import:
    • Click the Xiaohongshu Importer ribbon icon (a book icon) on the left sidebar, or
    • Use the command palette: Press Ctrl/Cmd + P, type "Import Xiaohongshu note", and select the command.
  2. Enter Share Text:
    • A modal will appear. Paste the Xiaohongshu share text or URL (e.g., "64 不叫小黄了发布了一篇小红书笔记... http://xhslink.com/a/..." or links in the explore format).
  3. Select a Category:
    • Choose a category for the note (e.g., "Travel", "Food") or select "Others" (其他).
  4. Choose Media Download Option:
    • Check the "Download media locally for this import" box if you want to download images and videos to your vault. Leave it unchecked to embed media using their original URLs.
  5. Import the Note:
    • Click Import or press Enter (without Shift) to start the import process.
  6. View the Note:
    • The plugin will create a Markdown file in your vault (e.g., XHS Notes/Travel/NoteTitle.md) and open it automatically.
    • A notice will confirm the import: "Imported Xiaohongshu note as XHS Notes/Travel/NoteTitle.md".

Configuring the Plugin

  1. Go to Settings > Community Plugins > Xiaohongshu Importer.
  2. Default Folder:
    • Set the base folder where notes will be saved (e.g., XHS Notes). Leave empty to save notes at the vault root.
  3. Download Media:
    • Toggle this option to enable or disable media download by default. You can override this per import in the modal.
  4. Categories:
    • Add, edit, remove, or reorder categories for organizing your notes. Default categories include "美食" (Food), "旅行" (Travel), etc.
    • Use the "Add category" button to create new categories, and the up/down arrows to reorder them.

File Structure

  • Notes are saved in the format: <defaultFolder>/<category>/<noteTitle>.md.
    • Example: XHS Notes/Travel/My Trip to Bali.md
  • Media files (if downloaded) are saved in: <defaultFolder>/media/.
    • Example: XHS Notes/media/My-Trip-to-Бали-123456789.jpg
  • Each note includes frontmatter with metadata:
    ---
    title: My Trip to Bali
    source: http://xhslink.com/a/...
    date: 2025-04-02
    Imported At: 2025-04-02 10:30:45
    category: Travel
    ---
    

Troubleshooting

  • "No valid Xiaohongshu URL found in the text":
    • Ensure you’ve pasted a valid Xiaohongshu share link or text containing a URL (including http://xhslink.com/a/..., discovery/item, or explore URLs).
  • "Failed to import note":
    • Check your internet connection and ensure the URL is accessible.
    • Verify that the note is public and not restricted.
  • Media not downloading:
    • Ensure the "Download media" option is enabled in the modal or settings.
    • Check for network issues or restrictions on the media URLs.
  • Layout issues in the modal:
    • Ensure your Obsidian theme is compatible. The plugin uses standard Obsidian styling, but custom themes may require adjustments.

Contributing

Contributions are welcome! If you’d like to contribute to the Xiaohongshu Importer plugin, please follow these steps:

  1. Fork the repository: https://github.com/bnchiang96/xiaohongshu-importer.
  2. Clone your fork and create a new branch:
    git clone https://github.com/your-username/xiaohongshu-importer.git
    git checkout -b feature/your-feature-name
    
  3. Make your changes and test them in Obsidian.
  4. Commit your changes and push to your fork:
    git add .
    git commit -m "Add your feature or fix"
    git push origin feature/your-feature-name
    
  5. Open a pull request on the main repository.

Development Setup

To develop or modify the plugin, you’ll need the following:

  • Node.js: Version 18.x or later.
  • Yarn: Used for dependency management.
  • Dependencies:
    • Install dependencies with:
      yarn install
      
  • Build the Plugin:
    • Development mode (with watch):
      yarn dev
      
    • Production mode (minified):
      yarn build
      
  • Test the Plugin:
    • Copy the built files (main.js, manifest.json, styles.css) to your Obsidian vault’s plugins directory: <vault>/.obsidian/plugins/xiaohongshu-importer/.
    • Enable the plugin in Obsidian and test your changes.

License

This plugin is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to the Obsidian community for their support and feedback during the plugin’s development, including the community PR fixing the XHS URL bug.
  • Built with the Obsidian API and inspired by the community’s plugin guidelines.

小红书导入器 for Obsidian

版本:1.1.3
作者:bnchiang96
代码仓库https://github.com/bnchiang96/xiaohongshu-importer
许可证:MIT

概述

小红书导入器插件让您可以轻松地将小红书(一个广受欢迎的中国社交媒体和电商平台)上的笔记导入到您的 Obsidian 知识库中。通过此插件,您可以提取笔记的标题、内容、图片、视频和标签,并将它们整理成分类的 Markdown 文件存储在您的知识库中。无论是保存旅行攻略、食谱还是生活灵感,这个插件都能帮助您将小红书笔记导入 Obsidian,以便更好地组织和管理。

功能

  • 导入小红书笔记:通过粘贴分享链接或分享文本,导入笔记,包括标题、内容、图片、视频和标签。
  • 分类管理:将笔记组织到用户自定义的分类中(例如“旅行”、“美食”),或使用默认的“其他”分类。
  • 媒体下载:可选择将图片和视频下载到本地知识库,或使用原始 URL 嵌入媒体。
  • 自定义文件夹结构:将笔记保存到结构化的文件夹层次中(例如 XHS Notes/Travel/NoteTitle.md)。
  • 用户友好的界面:通过弹窗输入分享文本、选择分类和媒体下载选项。
  • 设置自定义:在设置页面中配置默认文件夹、媒体下载偏好和分类管理。

安装

选项 1:通过 Obsidian 社区插件市场安装(推荐)

小红书导入器插件现已在 Obsidian 社区插件市场中提供,安装过程简单快捷。

  1. 打开 Obsidian。
  2. 前往 设置 > 社区插件
  3. 如果尚未启用社区插件,点击 启用社区插件 并确认。
  4. 点击 浏览 打开社区插件市场。
  5. 在搜索栏中输入 Xiaohongshu Importer
  6. 在搜索结果中找到插件并点击 安装
  7. 安装完成后,点击 启用 以激活插件。
  8. 您现在可以开始导入小红书笔记了!

选项 2:手动安装

如果您更喜欢手动安装插件或需要特定版本,可以直接下载发布文件并安装。

  1. 从 GitHub 发布页面下载最新的发布 ZIP 文件:Xiaohongshu-Importer-v1.1.3.zip
  2. 解压 ZIP 文件,获取 main.jsmanifest.jsonstyles.css
  3. 将这些文件复制到您的 Obsidian 知识库的插件目录:
    • 桌面端:<vault>/.obsidian/plugins/xiaohongshu-importer/
    • 移动端:您可能需要使用文件管理器将文件复制到相同目录。
  4. 打开 Obsidian,前往 设置 > 社区插件
  5. 确保社区插件已启用。
  6. 已安装的插件 下,找到 Xiaohongshu Importer 并点击开关启用。
  7. 插件现已准备好使用。

使用方法

导入小红书笔记

  1. 触发导入
    • 点击左侧边栏上的小红书导入器图标(书本图标),或
    • 使用命令面板:按 Ctrl/Cmd + P,输入“导入小红书笔记”,然后选择该命令。
  2. 输入分享文本
  3. 选择分类
    • 为笔记选择一个分类(例如“旅行”、“美食”),或选择“其他”。
  4. 选择媒体下载选项
    • 如果您希望将图片和视频下载到知识库中,请勾选“为此导入本地下载媒体”。如果不勾选,媒体将使用原始 URL 嵌入。
  5. 导入笔记
    • 点击 导入 或按 Enter 键(不按 Shift)以开始导入过程。
  6. 查看笔记
    • 插件将在您的知识库中创建一个 Markdown 文件(例如 XHS Notes/Travel/NoteTitle.md)并自动打开。
    • 通知将确认导入:“已将小红书笔记导入为 XHS Notes/Travel/NoteTitle.md”。

配置插件

  1. 前往 设置 > 社区插件 > Xiaohongshu Importer
  2. 默认文件夹
    • 设置笔记保存的默认基础文件夹(例如 XHS Notes)。留空则保存到知识库根目录。
  3. 下载媒体
    • 切换此选项以默认启用或禁用媒体下载。您可以在弹窗中为每次导入覆盖此设置。
  4. 分类
    • 添加、编辑、删除或重新排序用于组织笔记的分类。默认分类包括“美食”、“旅行”等。
    • 使用“添加分类”按钮创建新分类,使用上下箭头重新排序。

文件结构

  • 笔记保存格式为:<defaultFolder>/<category>/<noteTitle>.md
    • 示例:XHS Notes/Travel/My Trip to Bali.md
  • 如果下载了媒体文件,将保存到:<defaultFolder>/media/
    • 示例:XHS Notes/media/My-Trip-to-Бали-123456789.jpg
  • 每个笔记包含带有元数据的 frontmatter:
    ---
    title: My Trip to Bali
    source: http://xhslink.com/a/...
    date: 2025-04-02
    Imported At: 2025-04-02 10:30:45
    category: Travel
    ---
    

故障排除

  • “文本中未找到有效的小红书 URL”
    • 确保您粘贴了一个有效的小红书分享链接或包含 URL 的文本(包括 http://xhslink.com/a/...discovery/itemexplore URL)。
  • “无法导入笔记”
    • 检查您的网络连接并确保 URL 可访问。
    • 确认笔记是公开的且未受限制。
  • 媒体未下载
    • 确保在弹窗或设置中启用了“下载媒体”选项。
    • 检查网络问题或媒体 URL 的限制。
  • 弹窗中的布局问题
    • 确保您的 Obsidian 主题兼容。插件使用标准的 Obsidian 样式,但自定义主题可能需要调整。

贡献

欢迎贡献!如果您想为小红书导入器插件做出贡献,请按照以下步骤操作:

  1. Fork 代码仓库:https://github.com/bnchiang96/xiaohongshu-importer
  2. 克隆您的 fork 并创建一个新分支:
    git clone https://github.com/your-username/xiaohongshu-importer.git
    git checkout -b feature/your-feature-name
    
  3. 进行更改并在 Obsidian 中测试。
  4. 提交更改并推送到您的 fork:
    git add .
    git commit -m "添加您的功能或修复"
    git push origin feature/your-feature-name
    
  5. 在主仓库上打开一个拉取请求。

开发设置

要开发或修改插件,您需要以下内容:

  • Node.js:版本 18.x 或更高。
  • Yarn:用于依赖管理。
  • 依赖
    • 使用以下命令安装依赖:
      yarn install
      
  • 构建插件
    • 开发模式(带监听):
      yarn dev
      
    • 生产模式(压缩):
      yarn build
      
  • 测试插件
    • 将构建的文件(main.jsmanifest.jsonstyles.css)复制到您的 Obsidian 知识库的插件目录:<vault>/.obsidian/plugins/xiaohongshu-importer/
    • 在 Obsidian 中启用插件并测试您的更改。

许可证

此插件采用 MIT 许可证。详情请见 LICENSE 文件。

致谢

  • 感谢 Obsidian 社区在插件开发过程中提供的支持和反馈,包括修复 XHS URL 错误的社区 PR。
  • 使用 Obsidian API 构建,并受到社区插件指南的启发。

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
KOReader Sync
4 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Power Search
4 years ago by Aviral Batra
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Digital Garden
4 years ago by Ole Eskild Steensen
Kobo Highlights Importer
4 years ago by Flavio Cordari
Zotero Desktop Connector
4 years ago by mgmeyers
Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
Book Search
4 years ago by anpigon
Obsidian plugin that automatically creates notes by searching for books
Media DB Plugin
4 years ago by Moritz Jung
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
Weread Plugin
4 years ago by hank zhao
Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.
PodNotes
4 years ago by Christian B. B. Houmann
PodNotes is a plugin for Obsidian that helps the user write notes on podcasts.
Douban
4 years ago by Wanxp
an obsidian plugin that can pull data from douban to your markdown file
New Note Content Pusher
4 years ago by Henry Gustafson
An Obsidian plugin to add (prepend or append) specified content to a note (existing or new) without opening another pane.
Old Note Admonitor
3 years ago by tadashi-aikawa
Dynbedded
3 years ago by Marcus Breiden
Embed snippets, templates and any linkable by delegating the current scope to the embedded file either by using a direct reference or as reference with date naming format relative from today.
Daily Notes Editor
3 years ago by boninall
A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.
Workona To Obsidian
3 years ago by Holmes555
Plug-in for Obsidian.md which will import Workona json file
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Awesome Reader
3 years ago by AwesomeDog
Make Obsidian a proper Reader.
Create Note in Folder
3 years ago by Mara-Li
Set a folder in settings and get directly a command to create a note in it. Use this with QuickAdd/Button to get more pratical things :D
Source Code Note
3 years ago by Waiting
The obsidian plugin can help you organize source code note easily.
Import/Export TiddlyWiki
3 years ago by Lucas Bordeau
Import/export TiddlyWiki tiddler files with Obsidian
OZ Calendar
3 years ago by Ozan Tellioglu
Advanced Merger
3 years ago by Anto Keinänen
Colorful Note Borders
3 years ago by rusi
Tolino notes Importer
3 years ago by juergenbr
Obsidian plugin to import notes from a Tolino E-Reader
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Smart Rename
3 years ago by mnaoumov
Obsidian Plugin that helps to rename notes keeping previous title in existing links
Folder notes
3 years ago by Lost Paul
Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
Google Keep Import
3 years ago by Dale de Silva
Imports Google Keep backup files
Note archiver
3 years ago by thenomadlad
Importer
3 years ago by Obsidian
Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
Style Importer
3 years ago by Josh Rouwhorst
Obsidian.md plugin to import a stylesheet from a URL to the snippets folder.
Air Quotes
3 years ago by Alan Grainger
Plugin for Obsidian. Search and insert quotes from a source text as you type. This is great for reading a physical book or eReader while taking notes on a separate laptop or phone.
AI Tools
3 years ago by solderneer
Adding powerful semantic search, generative answers, and other AI tools to Obsidian, using Supabase + OpenAI.
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
Easy Bake
3 years ago by mgmeyers
Compile many Obsidian notes down to one.
Voice
3 years ago by Chris Oguntolu
🔊 The Obsidian Voice plugin lets you listen to your written content being read aloud—mobile-friendly audiobook-like experience. 🎧
Quick note
3 years ago by James Greenhalgh MBCS
Create New note from right-clicking app icon
Media Sync
3 years ago by fnya
Media Sync is Plugin for Obsidian
Floccus Bookmarks to Markdown
3 years ago by mddevils
Merge Notes
3 years ago by fnya
Merge Notes is Plugin for Obsidian
Notes Sync Share
3 years ago by Alt-er
Sync and share (publish) your notes in your own private service.
iDoRecall
3 years ago by dbhandel
iDoRecall Obsidian plugin
Sets
3 years ago by Gabriele Cannata
Timeline View
3 years ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
Enhance YouTube Links
3 years ago by GitSum
Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
Multi Properties
3 years ago by fez-github
Plugin for Obsidian that allows user to add properties to multiple notes at once.
Zettelkasten Outliner
2 years ago by Tyler Suzuki Nelson
Spotify Link
2 years ago by Studio Webux
Obsidian.md Plugin to include the song or episode you're currently listening to in your note.
Are.na unofficial
2 years ago by 0xroko
Unofficial Are.na plugin for Obsidian
Custom Note Width
2 years ago by 0skater0
Set the line width for each note individually in Obsidian. Works with a slider, pill presets, YAML frontmatter and hotkeys.
Desk
2 years ago by David Landry
A desk for obsidian
R.E.L.A.X.
2 years ago by Syr
Regex Obsidian Plugin
Ollama Chat
2 years ago by Brumik
A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Widgets
2 years ago by Rafael Veiga
Add cool widgets to your notes or your dashboard in Obsidian
Instapaper
2 years ago by Instapaper
Official Instapaper plugin for Obsidian
Apple Books - Import Highlights
2 years ago by bandantonio
Import highlights and notes from your Apple Books to Obsidian
iCloud Contacts
2 years ago by Truls Aagaard
Obsidian plugin that imports contacts from iCloud and manages a note for each contact.
Protected Note
2 years ago by Mikail Gadzhikhanov
Plugin for Obsidian
Kindle Highlights Importer
2 years ago by MovingMillennial
Autogen
2 years ago by Aidan Tilgner
A plugin to use a language model to fill in parts of notes.
Yesterday
2 years ago by Dominik Mayer
Obsidian plugin providing Yesterday journaling support
Confluence Sync
2 years ago by Prateek Grover
Obsidian plugin for obsidian confluence sync
Title renamer
2 years ago by Peter Strøiman
Obsidian plugin to keep title in markdown synced with tile name
Note Companion Folder
2 years ago by Chris Verbree
A Obsidian Plugin providing a way to associate a folder to a note
Moulinette Search for TTRPG
2 years ago by Moulinette
Plugin for Obsidian
Kinopoisk search
2 years ago by Alintor
Obsidian Kinopoisk plugin
Quick File Name
2 years ago by Wapply
This Obsidian plugin generates a note with an random string as file name.
Autoplay & Loop
2 years ago by Zerkshop & Wapply
This Obsidian plugin auto reproduces content inside notes.
Slurp
2 years ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
Current Folder Notes
2 years ago by Pamela Wang
Shows notes in the current folder, useful for writing novels
Create List of Notes
2 years ago by Andrew Heekin
my anime list text exporter
2 years ago by XmoncocoX
a plugin who create an obsidian page for an anime with the data from my anime list.
TimeSaver
2 years ago by tommy.li
Note Splitter
2 years ago by Trey Wallis
Split a note into individual notes based on a delimiter
Day One Importer
2 years ago by Marc Donald
Easily convert your Day One journals into Obsidian markdown.
Folder Periodic Notes
2 years ago by Andrew Heekin
BibTeX Manager
2 years ago by Akop Kesheshyan
Create literature notes in Obsidian from BibTeX entries, display formatted reference lists, and instantly generate citations.
Medium Importer
2 years ago by David Zachariae
Pinned Notes
2 years ago by vasilcoin002
Import Attachments+
2 years ago by Andrea Alberti
Import attachments by moving them into the vault.
Truth Table+
2 years ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Live Variables
2 years ago by Hamza Ben Yazid
Define variables in your note's properties and reuse them throughout your content.
Journaling
2 years ago by Ordeeper
View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
Print
2 years ago by Marijn Bent
Print your notes directly from Obsidian
Note Refactor
6 years ago by James Lynch
Allows for text selections to be copied (refactored) into new notes and notes to be split into other notes.
Smart Random Note
5 years ago by Eric Hall
A smart random note plugin for Obsidian
Icons
5 years ago by Camillo Visini
Add icons to your Obsidian notes – Experimental Obsidian Plugin
Folder Note
5 years ago by xpgo
Plugin to add description note to a folder for Obsidian.
Periodic Notes
5 years ago by Liam Cain
Create/manage your daily, weekly, and monthly notes in Obsidian
Prettier Format
5 years ago by Andrew Lisowski
Format obsidian.md notes using prettier
Dice Roller
5 years ago by Jeremy Valentine
Inline dice rolling for Obsidian.md
Admonition
5 years ago by Jeremy Valentine
Adds admonition block-styled content to Obsidian.md
Tracker
5 years ago by pyrochlore
A plugin tracks occurrences and numbers in your notes
Highlight Public Notes
5 years ago by dennis seidel
Media Extended
5 years ago by AidenLx
Transform your Obsidian into a powerful video note-taking tool. 🖇️🗂️⏯️
Focus Mode
5 years ago by ryanpcmcquen
Add focus mode to Obsidian.
2Hop Links
5 years ago by Tokuhiro Matsuno
File Explorer Note Count
5 years ago by Ozan Tellioglu
Obsidian Plugin for viewing the number of elements under each folder within the file explorer
QuickAdd
5 years ago by Christian B. B. Houmann
QuickAdd for Obsidian
Podcast Note
5 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian that lets you add podcast meta data to your notes.
Card View Mode
5 years ago by PADAone
Obsidian Card View Mode Plugin
Enhance Copy Note
5 years ago by kzhovn
Plugin which enhances the copy command for Obsidian.
Wikipedia
5 years ago by Jonathan Miller
Grabs information from Wikipedia for a topic and brings it into Obsidian notes
Bible Reference
4 years ago by tim-hub
Take Bible Study notes easily in the popular note-taking app Obsidian, with automatic verse and reference suggestions.
Cloudinary Uploader
4 years ago by Jordan Handy
An uploader for Obsidian to Cloudinary
Structured
4 years ago by dobrovolsky
From Template
4 years ago by mo-seph
Simple plugin to create Notes from a template, and fill in fields defined there
新枝Newledge
2 years ago by 新枝Newledge
The Newledge Obsidian Plugin
Quick Notes
2 years ago by Sean McOwen
Quarto Exporter
2 years ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Local Media Embedder
2 years ago by seyf1elislam
an obsidian plugin allows you to Embed videos and images and audios from your local device in your notes.
Asciidoctor editor
2 years ago by dzruyk
Obsidian asciidoc editor plugin
random-retrieval
2 years ago by Rachninomav
Session Notes
2 years ago by tabibyte
A plugin for Obsidian to create temporary & session notes that will be deleted when session ends
Vault Review
2 years ago by Alexander
This plugin allows you to create a snapshot of your vault and randomly review files from it 1-by-1.
Arweave Uploader
2 years ago by makesimple
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Unearthed (Kindle Sync)
a year ago by CheersCal
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
Daily Summary
a year ago by Luke
Beautiful Contact Cards
a year ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Instant Above Divider
a year ago by SedationH
Paper Importer
a year ago by Zhe Chen
An Obsidian plugin to facilitate importing papers from arXiv
Abbrlink
a year ago by Q78KG
Share as ZIP
a year ago by Till Friebe
create folder notes with dropdown
a year ago by Sturdy Shawn
Sync Cnblog
a year ago by zhanglei
同步文章到博客园
KoReader Highlight Importer
a year ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Media Companion
a year ago by Nick de Bruin
Chat clips
a year ago by sleepingraven
Record chat in ordinary markdown list.
Waveform Player
a year ago by Zhou Hua
Media Slider
a year ago by Aditya Amatya
An obsidian plugin that helps to make slider for images, audios, videos, pdfs, markdown, etc in obsidian notes.
Image Picker
a year ago by ari.the.elk
Sticky Notes
a year ago by NoPoint
Obsidian Sticky Notes Plugin
Note to RED
a year ago by Yeban
一键将 Obsidian 笔记转换为小红书图片进行导出
Auto Note Importer
a year ago by uppinote
Obsidian plugin that automatically creates notes from external database
Card Viewer
6 months ago by vsme
一个用于在 Obsidian 中解析和查看电影、电视剧、书籍、音乐和 HTML 内容卡片的插件。
Book Clipper
5 months ago by Hossein Fardmohammadi
Save book details from websites into your notes
Memories
3 months ago by DIMFLIX
Plugin to display a gallery directly in a note.
Archivist Importer
2 months ago by Archivist AI
Import selected vault files into Archivist campaigns.