Weread Vault

by 茜宁郑
5
4
3
2
1
Score: 35/100

Description

Category: Learning & Knowledge Management

The Weread Vault plugin brings WeChat Read books, highlights, thoughts and reviews into one long lived reading vault, then keeps personal notes separate so a fresh sync does not wipe them out. It can import pasted book lists, create entries for paper books, open note creation from the shelf or a book card and let you pick books by title, author or bookId. Imported Markdown, TXT and DOCX notes stay in the same workflow, with support for tables, images and follow up editing. Book detail views also combine synced reading material with local notes. This makes the plugin useful for readers who treat highlights, commentary and reading notes as one connected knowledge base.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
6
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

RequirementsExperimental

  • WeChat Read account for syncing books and reading data

Latest Version

Invalid date

Changelog

README file from

Github

Weread Vault

Weread Vault(微信读书知识库)是一款 Obsidian 插件,用于把微信读书、纸质书单和个人读书笔记整理到同一个可长期维护的知识库中。

它基于 zhaohongxuan/obsidian-weread-plugin 二次开发,保留原项目的微信读书同步能力,并增加书单导入、独立个人笔记和外部文件导入等功能。来源与修改说明见 NOTICE.md

Weread Vault 是社区项目,与腾讯、微信读书和 Obsidian 官方无隶属或授权关系。

兼容性

  • Obsidian 1.8.7 或更高版本。
  • 仅支持桌面端(macOS、Windows 和 Linux)。
  • 插件使用 Electron 窗口完成微信读书扫码登录,因此不声明移动端兼容。

核心能力

  • 同步微信读书的书籍元数据、高亮、想法、书评和热门划线。
  • 粘贴书单,搜索并选择对应的微信读书版本,批量加入 Obsidian。
  • 没有电子划线也可以建立纸质书条目。
  • 从书架顶部或单本书卡片创建关联读书笔记。
  • 在一个可搜索下拉框中按书名、作者或 bookId 选择书籍。
  • 导入 Markdown、TXT 和 DOCX 笔记。
  • Word 中的段落、表格和图片可保留;图片型 Word 会建立可继续整理的区域。
  • 个人笔记独立保存,不会被微信读书的覆盖式同步删除。
  • 书籍详情页同时展示微信读书想法和本地个人笔记。
  • 书架和阅读统计页面可以打开全部笔记清单。
  • 支持 3:4 等视频工作流所需的 Obsidian 书籍封面与笔记读取。

为什么个人笔记要独立保存

微信读书同步文件属于可重复生成的数据。再次同步时,插件可能重建这些文件。

Weread Vault 将个人笔记保存为独立 Markdown 文件,并通过以下字段关联原书:

doc_type: weread-reading-note
bookId: "书籍 ID"
bookTitle: 书名
bookAuthor: 作者
sourceNote: 原书笔记路径

因此你可以安全记录感想、问题、行动清单和视频选题,而不必担心同步覆盖。

安装

从 Obsidian 社区插件市场安装

审核发布后,可在“设置 → 第三方插件 → 浏览”中搜索 Weread Vault 并安装。

发布审核前从 GitHub Release 安装

  1. 在 Releases 下载 weread-vault-版本号.zip
  2. 解压到 Vault 的 .obsidian/plugins/weread-vault/
  3. 确认目录中包含:
    • main.js
    • manifest.json
    • styles.css
  4. 在 Obsidian 的“设置 → 第三方插件”中启用 Weread Vault

正式进入 Obsidian 社区插件市场前,可使用 GitHub Release 或 BRAT 安装测试版。

从源码构建

需要 Node.js 22 或更高版本。

git clone https://github.com/zhengxn1/weread-vault.git
cd weread-vault
npm ci
npm run build

构建产物位于 dist/

从原 Weread 插件迁移

Weread Vault 使用新的插件 ID:weread-vault,不会覆盖原插件目录。

迁移时建议:

  1. 先备份 Vault。
  2. 记录原插件的笔记保存目录和模板设置。
  3. 禁用原 Weread 插件。
  4. 安装并启用 Weread Vault。
  5. 重新填写 API Key 或扫码登录。
  6. 确认原有微信读书笔记目录后再同步。

不要同时启用原插件和 Weread Vault,两者会使用相近的命令和视图入口。

使用书单批量导入

  1. 打开微信读书书架。
  2. 点击顶部“从书单批量导入”。
  3. 每行填写一本书,可包含编号和书名号。
  4. 点击匹配,检查候选版本。
  5. 取消不确定的项目,确认后导入。

已有 bookId 的书不会重复创建。低置信度匹配不会默认选中。

创建或导入个人笔记

  1. 在书架顶部点击“记笔记”,或者点击单本书卡片上的笔记按钮。
  2. 在下拉框内搜索书名、作者或 bookId
  3. 选择笔记类型并填写内容。
  4. 如有外部资料,可导入 .md.txt.docx
  5. 保存后,笔记位于“微信读书笔记目录/读书笔记/书名”。

保存后的个人笔记可以从以下位置打开:

  • 单本书详情页的“笔记”标签。
  • 书架顶部的笔记统计。
  • 阅读统计页面的笔记卡片。

网络、账号与隐私披露

使用微信读书同步功能需要用户自己的微信读书账号。插件支持扫码登录、CookieCloud 或微信读书 API key;这些凭据只保存在当前 Vault 的本地插件配置中。

插件可能访问以下网络位置:

  • weread.qq.com:登录、书架、书籍、高亮、想法和阅读数据。
  • i.weread.qq.com:微信读书 Agent API 和书籍搜索。
  • cdn.weread.qq.com:微信读书封面资源。
  • 用户自行配置的 CookieCloud 服务地址:读取加密 Cookie 数据。
  • 用户主动填写的主题文件 URL:仅在执行“从 URL 导入主题”时访问。

插件处理的数据包括书籍元数据、高亮、想法、书评、热门划线,以及用户主动导入的 Markdown、TXT、DOCX 和其中的图片。导入内容只写入当前 Vault;插件不会上传个人笔记。

  • 不包含遥测、行为分析、广告或付费功能。

  • 不会出售、共享或用于训练用户数据。

  • 不会分发书籍正文。

  • Cookie、API key、用户 ID 和个人笔记不会写入项目仓库。

  • 卸载插件前如需彻底移除凭据,可先在设置中注销并清除 API key,然后删除插件目录中的 data.json

  • API Key、Cookie 和 Obsidian 路径只应保存在本机插件配置中。

  • 不要把 .obsidian/plugins/weread-vault/data.json 提交到 GitHub。

  • 不要把真实 API Key 写进测试脚本、Issue、截图或日志。

  • npm run test:api 只从环境变量 WEREAD_API_KEY 读取测试 Key。

  • 书籍、划线、个人笔记、导入文件和生成图片属于用户数据,不应进入代码仓库。

开发与验证

npm ci
npm run build

可选的真实 API 冒烟测试:

WEREAD_API_KEY="你的临时测试 Key" npm run test:api

不要在共享终端记录或 CI 配置中长期保存真实 Key。

发布

推送与 manifest.json 版本一致的 Git 标签后,GitHub Actions 会构建并发布:

  • weread-vault-版本号.zip
  • main.js
  • manifest.json
  • styles.css

发布前请执行 发布检查清单

首次进入 Obsidian 社区目录,需要先在 GitHub 发布 1.0.0 Release,然后前往 Obsidian Community 提交仓库地址。

许可证与来源

项目采用 MIT License

MIT 许可证允许使用、修改和重新发布,但必须在副本或主要部分中保留原版权声明与许可证。Weread Vault 因此保留原 LICENSE,并在 NOTICE.md 中说明上游项目和主要修改。

免责声明

本项目只处理登录用户有权访问的书架、笔记和用户主动导入的内容,不提供或分发书籍正文。使用者应遵守微信读书、Obsidian 以及所在地区适用的服务条款和法律。

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Remotely Save
5 years ago by fyears
Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.
QuickAdd
5 years ago by Christian B. B. Houmann
QuickAdd for Obsidian
Importer
3 years ago by Obsidian
Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.
Admonition
5 years ago by Jeremy Valentine
Adds admonition block-styled content to Obsidian.md
Periodic Notes
5 years ago by Liam Cain
Create/manage your daily, weekly, and monthly notes in Obsidian
Zotero Desktop Connector
4 years ago by mgmeyers
Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
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.
Tracker
5 years ago by pyrochlore
A plugin tracks occurrences and numbers in your notes
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.
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
Dice Roller
5 years ago by Jeremy Valentine
Inline dice rolling for Obsidian.md
Book Search
4 years ago by anpigon
Obsidian plugin that automatically creates notes by searching for books
Todoist Sync
6 years ago by jamiebrynes7
Materialize Todoist tasks in Obsidian notes
Weread Plugin
4 years ago by hank zhao
Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.
Google Drive Sync
2 years ago by Richard Xiong
A plugin to make Obsidian work in Google Drive to enable access to iOS.
Folder Note
6 years ago by xpgo
Plugin to add description note to a folder for Obsidian.
Nutstore Sync
8 months ago by nutstore-dev
Auto Note Mover
4 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Icons
6 years ago by Camillo Visini
Add icons to your Obsidian notes – Experimental Obsidian Plugin
Multi Properties
3 years ago by fez-github
Plugin for Obsidian that allows user to add properties to multiple notes at once.
Fast Note Sync
19 days ago by HaierKeys
Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base. - This plugin has not been manually reviewed by Obsidian staff.
Smart Random Note
6 years ago by Eric Hall
A smart random note plugin for Obsidian
Focus Mode
5 years ago by ryanpcmcquen
Add focus mode to Obsidian.
Filename Heading Sync
5 years ago by dvcrn
Obisdian.md plugin to keep the filename and the first header of the file in sync
PodNotes
4 years ago by Christian B. B. Houmann
PodNotes is a plugin for Obsidian that helps the user write notes on podcasts.
ePub Reader
4 years ago by caronchen
An ePub reader plugin for Obsidian.
GitHub Sync
2 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Douban
4 years ago by Wanxp
an obsidian plugin that can pull data from douban to your markdown file
Daily Notes Editor
4 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.
Print
2 years ago by Marijn Bent
Print your notes directly from Obsidian
TickTickSync
3 years ago by thesamim
Bidirectional synchronization between Obsidian and TickTick. Mobile compatible.
Widgets
3 years ago by Rafael Veiga
Add cool widgets to your notes or your dashboard in Obsidian
Audio Notes
4 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Wikipedia
5 years ago by Jonathan Miller
Grabs information from Wikipedia for a topic and brings it into Obsidian notes
Taskbone
5 years ago by Dominik Schlund
Obsidian OCR plugin - extract text from images
Advanced Merger
3 years ago by Anto Keinänen
Slurp
2 years ago by inhumantsar
Slurps webpages and saves them as clean, uncluttered Markdown. Think Pocket, but better.
OZ Calendar
3 years ago by Ozan Tellioglu
Prettier Format
5 years ago by Andrew Lisowski
Format obsidian.md notes using prettier
Calibre
4 years ago by caronchen
Allow you to access your calibre libraries and read books directly in Obsidian.
Custom Note Width
3 years ago by 0skater0
Set the line width for each note individually in Obsidian. Works with a slider, pill presets, YAML frontmatter and hotkeys.
Peerdraft
3 years ago by Peerdraft
Collaboration for Obsidian – Sync, Share, and Edit anywhere
Sync Graph Settings
4 years ago by Xallt
This is a plugin for syncing graph settings (Color Groups and Search Filters) to Local Graphs
Settings profiles
2 years ago by 4Source
This is a plugin for Obsidian (https://obsidian.md). Allows you to create various global settings profiles. You can sync them between different vaults. To keep all your settings in sync, you'll never have to manually adjust them again for every vault you have or create in the future.
Colorful Note Borders
3 years ago by rusi
Share to NotionNext
3 years ago by EasyChris, jxpeng98
Share obsidian markdown file to any Notion database and generate notion share link 同步obsdian文件到任意Notion数据库。
GitHub Gitless Sync
a year ago by Silvano Cerza
Sync a GitHub repository with vaults on different platforms without requiring git installation
Merge Notes
3 years ago by fnya
Merge Notes is Plugin for Obsidian
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
Readwise Mirror
5 years ago by jsonmartin
Bookshelf
a year ago by Philip Weinke
Your personal bookshelf in Obsidian
From Template
5 years ago by mo-seph
Simple plugin to create Notes from a template, and fill in fields defined there
Smart Rename
3 years ago by mnaoumov
Obsidian Plugin that helps to rename notes keeping previous title in existing links
Awesome Reader
3 years ago by AwesomeDog
Make Obsidian a proper Reader.
Voicenotes Sync
2 years ago by Andrew Lombardi
Official Obsidian plugin that syncs your notes from VoiceNotes.com into your vault
Kobo Highlights Importer
4 years ago by Flavio Cordari
Apple Books - Import Highlights
2 years ago by bandantonio
⚡️Fastest Apple Books highlights importer to Obsidian 🗄️ The only one protecting your own reflections across imports 🎨 Fully customizable
Sets
3 years ago by Gabriele Cannata
Ollama Chat
3 years ago by Brumik
A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.
Easy Bake
3 years ago by mgmeyers
Compile many Obsidian notes down to one.
Google Keep Import
3 years ago by Dale de Silva
Imports Google Keep backup files
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Writing
4 years ago by johackim
Write and format your next book directly from Obsidian
Timeline View
3 years ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
TickTick
3 years ago by Viduy Cheung
Protected Note
2 years ago by Mikail Gadzhikhanov
Plugin 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.
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.
Focus and Highlight
4 years ago by BO YI TSAI
A plugin for obsidian to focus and highlight on a specific heading in Reading mode.
2Hop Links
5 years ago by Tokuhiro Matsuno
Instapaper
2 years ago by Instapaper
Official Instapaper plugin for Obsidian
Sync Vault CE
a year ago by Camus Qiu
Professional cloud sync & VFS for Obsidian. Features zero-space VFS, 4K streaming, MCP AI engine, and P2P collaboration. Supports Baidu/Aliyun/Quark/WebDAV/S3.
YouTube Template
3 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Spotify Link
3 years ago by Studio Webux
Obsidian.md Plugin to include the song or episode you're currently listening to in your note.
Sticky Notes
a year ago by NoPoint
Obsidian Sticky Notes Plugin
Floccus Bookmarks to Markdown
3 years ago by mddevils
Live Variables
2 years ago by Hamza Ben Yazid
Define variables in your note's properties and reuse them throughout your content.
Highlight Public Notes
5 years ago by dennis seidel
Structured
5 years ago by dobrovolsky
HackerNews
5 years ago by arpitbbhayani
Displays top stories from Hacker News inside Obsidian.
Apple Books Highlights
3 years ago by Atif Afzal
Sync your Apple Books highlights in Obsidian
Kindle Highlights Importer
2 years ago by MovingMillennial
BookFusion
2 years ago by BookFusion
BookFusion Obsidian Plugin
Note archiver
3 years ago by thenomadlad
Pinned Notes
2 years ago by vasilcoin002
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.
Dynbedded
4 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. Also supports Quoth Codeblocks.
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
Notes Sync Share
3 years ago by Alt-er
Sync and share (publish) your notes in your own private service.
Power Search
4 years ago by Aviral Batra
LINE Notes Sync
a year ago by onikun94
Xiaohongshu Importer
a year ago by bnchiang96
An Obsidian plugin to import Xiaohongshu (小红书) notes into your vault. Extract titles, content, images, videos, and tags from share links, with customizable categories and optional local media downloads.
SamePage
4 years ago by SamePage
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
KOReader Sync
5 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Old Note Admonitor
4 years ago by tadashi-aikawa
ZettelGPT
3 years ago by Overraddit
Turbocharge Your Note-taking with AI Assistance
iCloud Contacts
2 years ago by Truls Aagaard
Obsidian plugin that imports contacts from iCloud and manages a note for each contact.
Quick note
3 years ago by James Greenhalgh MBCS
Create New note from right-clicking app icon
Style Importer
3 years ago by Josh Rouwhorst
Obsidian.md plugin to import a stylesheet from a URL to the snippets folder.
BibTeX Manager
2 years ago by Akop Kesheshyan
Create literature notes in Obsidian from BibTeX entries, display formatted reference lists, and instantly generate citations.
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Strava Sync
2 years ago by Howard Wilson
Sync Strava activities to your Obsidian vault
Paper Importer
2 years ago by Zhe Chen
An Obsidian plugin to facilitate importing papers from arXiv
Vim Multibyte Char Search
4 years ago by anselmwang
Search multibyte characters by the corresponding input method encoding. For example, for Chinese, search "用来" by "yl"
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.
Workona To Obsidian
4 years ago by Holmes555
Plug-in for Obsidian.md which will import Workona json file
Zettelkasten Outliner
3 years ago by Tyler Suzuki Nelson
Desk
3 years ago by David Landry
A desk for obsidian
Source Code Note
3 years ago by Waiting
The obsidian plugin can help you organize source code note easily.
Askify Sync
3 years ago by Kishlay Raj
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Tolino notes Importer
3 years ago by juergenbr
Obsidian plugin to import notes from a Tolino E-Reader
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Note Splitter
2 years ago by Trey Wallis
Split a note into individual notes based on a delimiter
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.
Day One Importer
2 years ago by Marc Donald
Easily convert your Day One journals into Obsidian markdown.
Moulinette Search for TTRPG
2 years ago by Moulinette
Plugin for Obsidian
Medium Importer
2 years ago by David Zachariae
Asciidoctor editor
2 years ago by dzruyk
Obsidian asciidoc editor plugin
iDoRecall
3 years ago by dbhandel
iDoRecall Obsidian plugin
KoReader Highlight Importer
2 years ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Jira Issue Manager
a year ago by Alamion
Obisdian plugin to sync tasks between Obsidian and Jira
Confluence Sync
2 years ago by Prateek Grover
Obsidian plugin for obsidian confluence sync
Checkbox Sync
a year ago by Grol
Keep parent/child checkboxes in sync automatically within your Obsidian task lists.
Are.na unofficial
3 years ago by 0xroko
Unofficial Are.na plugin for Obsidian
Anki Integration
a year ago by Noah Boos AKA Rift
Create flashcards from your notes with a seamless interface, structuring them with metadata and syncing effortlessly via AnkiConnect.
HackMD Sync
2 years ago by thor kampefner
obsidian extension to push and pull notes from hackmd conveniently
Cloud Storage
2 years ago by Jiajun Ma
Obsidian Cloud Storage is a powerful and user-friendly plugin designed to seamlessly integrate cloud storage capabilities into your Obsidian workflow. This plugin allows you to effortlessly upload your attachments to the cloud, freeing up local storage space and enabling easy sharing and access across all your devices.
Current Folder Notes
2 years ago by Pamela Wang
Shows notes in the current folder, useful for writing novels
Note Companion Folder
2 years ago by Chris Verbree
A Obsidian Plugin providing a way to associate a folder to a note
Folder Periodic Notes
2 years ago by Andrew Heekin
Kinopoisk search
2 years ago by Alintor
Obsidian Kinopoisk plugin
Google Contacts
a year ago by aleksejs1
Obsidian plugin for sync Google Contacts with obsidian notes
Title renamer
2 years ago by Peter Strøiman
Obsidian plugin to keep title in markdown synced with tile name
MrDoc
9 months ago by zmister
An Obsidian plugin for MrDoc that enables two-way synchronization between local Obsidian documents and MrDoc.一个 Obsidian 的 MrDoc 插件,用于 Obsidian 本地文档与 MrDoc 的双向同步
Create List of Notes
2 years ago by Andrew Heekin
Auto Note Importer
a year ago by uppinote
Sync Obsidian notes bidirectionally with Airtable, SeaTable, and Supabase — multi-config, conflict resolution, computed-field aware
Archivist Importer
5 months ago by Archivist AI
Import selected vault files into Archivist campaigns.
Glasp
a year ago by Glasp
Obsidian plugin to import highlights and notes from Glasp
Bible sidecar
a year ago by Janis Ringli
This repository contains a plugin for obsidian that lets you view the bible in a sidebar within obsidian.
Minote Sync
a year ago by Emac Shen
Minote Sync is a Obsidian plugin to sync Minote(小米笔记) into your Vault.
Autogen
2 years ago by Aidan Tilgner
A plugin to use a language model to fill in parts of notes.
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Beautiful Contact Cards
2 years ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Quick File Name
2 years ago by Wapply
This Obsidian plugin generates a note with an random string as file name.
Card Viewer
9 months ago by vsme
一个用于在 Obsidian 中解析和查看电影、电视剧、书籍、音乐和 HTML 内容卡片的插件。
Hardcover
6 months ago by aliceinwaterdeep
Sync your Hardcover.app library to your Obsidian notes.
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Github Issues
a year ago by LonoxX
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Quarto Exporter
2 years ago by Andreas Varotsis
Export Obsidian notes to Quarto-compatible QMD files.
Cicada Synchronizer
2 years ago by Adapole, Adapole, Mahyar Mirrashed
Book Clipper
8 months ago by Hossein Fardmohammadi
Save book details from websites into your notes
Share as ZIP
2 years ago by Till Friebe
Yandex Wiki Integration
a year ago by Pavel Sokolov
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.
Sync config folder to common folder
2 years ago by codeonquer
Daily Summary
2 years ago by Luke
AnySocket Sync
2 years ago by Andrei Vaduva
Securely Synchronize your Vault on a self-hosted server
Daily Random Note
2 years ago by Alexandre Silva
Daily Random Notes in Obsidian.
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
WikiDocs
2 years ago by pahkey
VaultSync
a year ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
Session Notes
2 years ago by tabibyte
A plugin for Obsidian to create temporary & session notes that will be deleted when session ends
Browser History
a year ago by noy4
Sync your browser history to notes.
Instant Above Divider
2 years ago by SedationH
Remember Scrollposition
7 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
create folder notes with dropdown
2 years ago by Sturdy Shawn
BookXNote Sync
2 years ago by CodeListening
将bookxnote中的笔记同步到obsidian指定的文件夹中
Remaining reading time
9 months ago by ununnamed
Shows the remaining reading time in status bar
Sync Cnblog
2 years ago by zhanglei
同步文章到博客园
Abbrlink
2 years ago by Q78KG
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
Sync-safe file names
9 months ago by j-maas
Ensure your Obsidian files can always be synced across all your devices.
Chat clips
a year ago by sleepingraven
Record chat in ordinary markdown list.
Quick Notes
2 years ago by Sean McOwen
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.
BetaX NAS Sync
2 years ago by Skye
Obsidian NAS Sync
TimeSaver
2 years ago by tommy.li
Sync to Hugo
2 years ago by Cray Huang
Sync the selected notes from Obsidian to Hugo
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
KOI Sync
a year ago by Luke Miller
Arweave Uploader
2 years ago by makesimple
random-retrieval
2 years ago by Rachninomav
Nixsync
3 months ago by rowmayne
This plugin has not been manually reviewed by Obsidian staff. Export and import vault settings and plugins as Nix.