Feishu Importer

by leon
5
4
3
2
1
Score: 50/100

Description

The Feishu Importer plugin imports Feishu and Lark cloud documents into your vault as local Markdown files through a browser OAuth flow. It can pull one document from a pasted URL, track imported documents, and sync the last item or every tracked item by checking revision IDs before rewriting. The importer handles headings, lists, quotes, callouts, code blocks, images, file attachments, sheet and bitable link cards, embed cards and Markdown tables, while adding frontmatter with the source URL, document token, revision ID and import time. It can also download images and attachments into configured vault folders and link them locally. Some nested layouts, merged table cells and newer block types may still be simplified, and browser OAuth currently assumes a desktop environment.

Reviews

No reviews yet.

Stats

2
stars
238
downloads
0
forks
7
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
12
commits

RequirementsExperimental

  • Feishu or Lark developer app with App ID, App Secret, redirect URL and required scopes

README file from

Github

Feishu Importer for Obsidian

Import Feishu or Lark cloud documents into your Obsidian vault as local Markdown, with browser OAuth login, incremental sync, and optional image and attachment downloads.

Highlights

  • Browser-based Feishu OAuth login with automatic token refresh
  • Import a single Feishu or Lark document from a pasted URL
  • Incremental sync for the last imported document or all tracked documents
  • Optional download of images and file attachments into your vault
  • Frontmatter with source URL, document token, revision ID, and import time
  • Broader block support for headings, lists, quotes, callouts, code, images, files, embeds, sheets, bitables, dividers, and Markdown tables

Installation

Build from source

npm install
npm run build

Build output is written to:

  • dist/feishu-importer/main.js
  • dist/feishu-importer/manifest.json
  • dist/feishu-importer/versions.json

Copy those files into your Obsidian plugin folder:

<vault>/.obsidian/plugins/feishu-importer/

Feishu App Setup

This plugin uses user OAuth, which is the right fit for a public community plugin because imports run with the signed-in user's permissions.

1. Create an app

Open the Feishu or Lark developer console:

2. Copy credentials

From the app's credentials page, copy:

  • App ID
  • App Secret

3. Add the redirect URI

In the plugin settings, click Copy Redirect URI, then paste it into:

Feishu Open Platform -> Your App -> Security Settings -> Redirect URLs

Default value:

http://127.0.0.1:27124/callback

4. Grant permissions

In the plugin settings, click Copy Permission JSON. Use it as a checklist for:

Feishu Open Platform -> Your App -> Permissions & Scopes

Required scopes:

  • docx:document:readonly
  • offline_access

If you want local image and attachment download, you may also need the relevant drive/media read permission in your Feishu app, depending on your tenant policy.

If you hit a re-authorization error such as 99991679, start here:

Plugin Setup

Open Settings -> Community plugins -> Feishu Importer and configure:

  • Platform: choose Feishu China or Lark Global
  • App ID
  • App Secret
  • Import folder: where Markdown notes should be saved
  • Assets folder: where downloaded images and attachments should be saved
  • Download images and attachments: enable local asset sync

Then click Connect and complete the browser login.

Commands

  • Feishu Importer: Import Feishu document
  • Feishu Importer: Connect Feishu account
  • Feishu Importer: Refresh Feishu login
  • Feishu Importer: Disconnect Feishu account
  • Feishu Importer: Sync last imported document incrementally
  • Feishu Importer: Sync all imported documents incrementally

Usage

Import a document

  1. Run Feishu Importer: Import Feishu document
  2. Paste a Feishu or Lark document URL
  3. Confirm import

The plugin will:

  • fetch the latest document revision
  • convert supported blocks to Markdown
  • optionally download images and attachments
  • save the note into your configured import folder
  • track the document for future incremental sync

Incremental sync

Once a document has been imported, the plugin stores its latest revision ID.

  • Sync last imported document incrementally rechecks only the most recent imported document
  • Sync all imported documents incrementally rechecks every tracked document

If the remote revision has not changed, the plugin skips the rewrite.

What Gets Imported

Currently supported well

  • Paragraphs
  • Headings 1-9
  • Bullet lists
  • Ordered lists
  • To-dos
  • Quotes
  • Code blocks
  • Callouts
  • Dividers
  • Images
  • File attachments
  • Sheet and Bitable link cards
  • Embed link cards

Rendered as simplified placeholders

  • Some nested or container-heavy structures
  • Unknown or newly introduced Feishu block types

Vault Output

Imported notes include frontmatter like:

---
title: "Example Doc"
source: "https://example.feishu.cn/docx/..."
feishu_doc_token: "abc123"
feishu_revision_id: 42
imported_at: "2026-04-15T00:00:00.000Z"
---

When asset download is enabled:

  • images are embedded as local Obsidian wiki embeds
  • file attachments are linked as local vault files
  • assets are grouped under Assets folder/<Document Title>/

Known Limitations

  • Asset download depends on the permissions granted to your Feishu app and user token
  • Complex table cells with merged cells or rich nested layouts may be simplified
  • Some advanced Feishu block types may still be simplified
  • The plugin currently assumes a desktop environment for browser OAuth

Development

npm install
npm run typecheck
node --test --import tsx tests/url.test.ts tests/markdown.test.ts tests/feishuClient.test.ts
npm run build

Roadmap

Near term

  • Richer nested list handling
  • More Feishu embed and smart block coverage
  • Clearer permission diagnostics for asset download failures

Mid term

  • Better conflict handling when a local note was edited after import
  • Bidirectional metadata for document tracking
  • Selective sync UI for tracked documents
  • Smarter naming and deduplication for downloaded assets

Longer term

  • Optional service-backed OAuth flow that removes the need to expose App Secret to the local plugin
  • More complete export fidelity for complex blocks and collaborative content
  • Optional publish workflow and release automation

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
KOReader Sync
5 years ago by Federico "Edo" Granata
Obsidian.md plugin to sync highlights/notes from koreader
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Kobo Highlights Importer
5 years ago by Flavio Cordari
Vim Multibyte Char Search
5 years ago by anselmwang
Search multibyte characters by the corresponding input method encoding. For example, for Chinese, search "用来" by "yl"
File Cleaner
5 years ago by Johnson0907
A file cleaner plugin for Obsidian.
Paste image rename
4 years ago by Reorx
Renames pasted images and all the other attachments added to the vault
BBCode Convertor
4 years ago by Alex Lockhart
Nuke Orphans
4 years ago by Sandorex
Obsidian notes plugin that trashes orphaned files and attachments
Weread Plugin
4 years ago by hank zhao
Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.
Janitor
4 years ago by Gabriele Cannata
Performs various maintenance tasks on the Obsidian vault
Douban
4 years ago by Wanxp
an obsidian plugin that can pull data from douban to your markdown file
Readavocado Sync
4 years ago by Cyrus Zhang
Readavocado obsidian plugin to sync your favorite highlights.
Awesome Flashcard
4 years ago by AwesomeDog
Handy Anki integration for Obsidian.
SamePage
4 years ago by SamePage
Obsidian markdown export
4 years ago by bingryan
This plugin allows to export directory/single markdown to a folder. support output format(html/markdown/text)
Sync Graph Settings
4 years ago by Xallt
This is a plugin for syncing graph settings (Color Groups and Search Filters) to Local Graphs
Workona To Obsidian
4 years ago by Holmes555
Plug-in for Obsidian.md which will import Workona json file
S3 attachments storage
4 years ago by TechTheAwesome
An Obsidian plugin for storage and retrieval of media attachments on S3 compatible services.
Awesome Reader
4 years ago by AwesomeDog
Make Obsidian a proper Reader.
O2
4 years ago by haril song
Converts obsidian markdown syntax to other platforms.
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
Google Keep Import
3 years ago by Dale de Silva
Imports Google Keep backup files
Askify Sync
3 years ago by Kishlay Raj
Attachment Management
3 years ago by trganda
Attachment Management of 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.
Style Importer
3 years ago by Josh Rouwhorst
Obsidian.md plugin to import a stylesheet from a URL to the snippets folder.
Syncthing Integration
3 years ago by LBF38
Obsidian plugin for Syncthing integration
Floccus Bookmarks to Markdown
3 years ago by mddevils
TickTick
3 years ago by Viduy Cheung
Share to NotionNext
3 years ago by EasyChris, jxpeng98
Share obsidian markdown file to any Notion database and generate notion share link 同步obsdian文件到任意Notion数据库。
Notes Sync Share
3 years ago by Alt-er
Sync and share (publish) your notes in your own private service.
Epub Importer
3 years ago by aoout
Import EPUB files as Markdown.
File Cleaner Redux
3 years ago by husjon
A plugin for Obsidian to help clean up files in your vault
TickTickSync
3 years ago by thesamim
Bidirectional synchronization between Obsidian and TickTick. Mobile compatible.
Peerdraft
3 years ago by Peerdraft
Collaboration for Obsidian – Sync, Share, and Edit anywhere
Instapaper
3 years ago by Instapaper
Official Instapaper plugin for Obsidian
Settings profiles
3 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.
GitHub Sync
3 years ago by Kevin Chin
Sync Obsidian vault to personal GitHub
BookFusion
3 years ago by BookFusion
BookFusion Obsidian Plugin
Confluence Sync
3 years ago by Prateek Grover
Obsidian plugin for obsidian confluence sync
Note Companion Folder
3 years ago by Chris Verbree
A Obsidian Plugin providing a way to associate a folder to a note
Cicada Synchronizer
3 years ago by Adapole, Adapole, Mahyar Mirrashed
Sync config folder to common folder
2 years ago by codeonquer
TimeSaver
2 years ago by tommy.li
Day One Importer
2 years ago by Marc Donald
Easily convert your Day One journals into Obsidian markdown.
Voicenotes Sync
2 years ago by Andrew Lombardi
Official Obsidian plugin that syncs your notes from VoiceNotes.com into your vault
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.
Infostacker Note Publish
2 years ago by Taskscape LTD, Patryk Nowak, Kacper Pabianiak
Infostacker plugin for Obisidian
Medium Importer
2 years ago by David Zachariae
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
AnySocket Sync
2 years ago by Andrei Vaduva
Securely Synchronize your Vault on a self-hosted server
Todoist Sync
6 years ago by jamiebrynes7
Materialize Todoist tasks in Obsidian notes
Filename Heading Sync
5 years ago by dvcrn
Obisdian.md plugin to keep the filename and the first header of the file in sync
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Unique attachments
5 years ago by Dmitry Savosh
Obsidian plugin. Renames attachments, making their names unique.
Readwise Mirror
5 years ago by jsonmartin
Taskbone
5 years ago by Dominik Schlund
Obsidian OCR plugin - extract text from images
Custom Attachment Location
5 years ago by RainCat1998
Customize attachment location with variables($filename, $data, etc) like typora.
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.
BookXNote Sync
2 years ago by CodeListening
将bookxnote中的笔记同步到obsidian指定的文件夹中
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.
Strava Sync
2 years ago by Howard Wilson
Sync Strava activities to your Obsidian vault
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
HackMD Sync
2 years ago by thor kampefner
obsidian extension to push and pull notes from hackmd conveniently
Google Drive Sync
2 years ago by Richard Xiong
A plugin to make Obsidian work in Google Drive to enable access to iOS.
Paper Importer
2 years ago by Zhe Chen
An Obsidian plugin to facilitate importing papers from arXiv
Sync to Hugo
2 years ago by Cray Huang
Sync the selected notes from Obsidian to Hugo
Sync Cnblog
2 years ago by zhanglei
同步文章到博客园
WikiDocs
2 years ago by pahkey
Insert Multiple Attachments
2 years ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
BetaX NAS Sync
2 years ago by Skye
Obsidian NAS Sync
KoReader Highlight Importer
2 years ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Local Any Files
2 years ago by ShermanTsang
A obsidian plugin used to extract and download files in your obsidian note.
Hephaistos Importer
2 years ago by Skallaturi
Non-official plugin for importing characters from Hephaistos.online to Obsidian.md
Feedly Annotations Sync
2 years ago by Nick Felker
Download my Feedly annotations
Glasp
2 years ago by Glasp
Obsidian plugin to import highlights and notes from Glasp
Confluence Converter
2 years ago by Addo Zhang
An Obsidian Plugin for Confluence
Minote Sync
2 years ago by Emac Shen
Minote Sync is a Obsidian plugin to sync Minote(小米笔记) into your Vault.
Checkbox Sync
2 years ago by Grol
Keep parent/child checkboxes in sync automatically within your Obsidian task lists.
Image Size
2 years ago by Jie Zhang
Set the default size for pasted images.
Paste Image Into Property
2 years ago by Nito
VaultSync
2 years ago by Justin Bird
Obsidian plugin to link your vault to a cloud storage provider.
KOI Sync
2 years ago by Luke Miller
Memos AI Sync
2 years ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Sync Vault CE
2 years 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.
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.
Attachments Cache
a year ago by luisbs
Obsidian plugin to cache attachments locally
LINE Notes Sync
a year ago by onikun94
GitHub Gitless Sync
a year ago by Silvano Cerza
Sync a GitHub repository with vaults on different platforms without requiring git installation
Auto Folder Note Paste
a year ago by d7sd6u
Convert your note into folder note upon pasting or drag'n'dropping an attachment
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.
Browser History
a year ago by noy4
Sync your browser history to notes.
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.
Jira Issue Manager
a year ago by Alamion
Obisdian plugin to sync tasks between Obsidian and Jira
Cubox
a year ago by delphi-2015
Cubox Official Obsidian Plugin
Limitless Lifelogs
a year ago by Maclean Dunkin
Sync your Limitless AI lifelog entries directly into Obsidian markdown files.
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
Markdown Hijacker
a year ago by Yongmini
Beyond the Vault. One hub for every Markdown, everywhere
Google Contacts
a year ago by aleksejs1
Obsidian plugin for sync Google Contacts with obsidian notes
Yandex Wiki Integration
a year ago by Pavel Sokolov
Github Issues
a year ago by LonoxX
An Obsidian plugin that integrates with GitHub to track issues and pull requests directly in your vault.
Linked Note Exporter
a year ago by the-c0d3r
Obsidian plugin to export a note along with all its attachments and linked notes—cleanly, conveniently, and ready to share.
Sync-safe file names
a year ago by j-maas
Ensure your Obsidian files can always be synced across all your devices.
MrDoc
a year ago by zmister
An Obsidian plugin for MrDoc that enables two-way synchronization between local Obsidian documents and MrDoc.一个 Obsidian 的 MrDoc 插件,用于 Obsidian 本地文档与 MrDoc 的双向同步
Nutstore Sync
10 months ago by nutstore-dev
Book Clipper
9 months ago by Hossein Fardmohammadi
Save book details from websites into your notes
Hardcover
7 months ago by aliceinwaterdeep
Sync your Hardcover.app library to your Obsidian notes.
Archivist Importer
6 months ago by Archivist AI
An Obsidian Plugin to Imort Your Vaults into Archivist
Nixsync
4 months ago by rowmayne
Obsidian plugin to export and import settings as Nix.
YAOS
4 months ago by kavinsood
A zero-terminal, real-time sync engine powered by your own Cloudflare Worker.
Snipd Official
4 months ago by snipd-app
Wechat Converter
3 months ago by davidlam-oss
Obsidian 公众号排版(支持自定义 CSS和公众号贴图)、飞书云同步与多平台(小红书、知乎等)发布插件。Markdown 转微信文章 / Feishu docs / 知乎、小红书、今日头条等草稿,支持数学公式、本地图片、GIF 和 Mermaid。
Full Calendar Remastered
3 months ago by obsidian-full-calendar-remastered
Keep events and manage your calendar alongside all your other notes in your Obsidian Vault.
Advanced Note Mover
2 months ago by Lars Bücker
Quickly and easily move notes to predefined folders. Perfect for organizing your notes.
Social Archiver
2 months ago by Jun Lim
Release repository for Social Archiver - Archive social media posts from 8 platforms into Obsidian
Fast Note Sync
2 months ago by HaierKeys
Can be privately deployed, focusing on providing Obsidian users with a seamless, distraction-free note synchronization plugin with real-time sync across multiple platforms, supporting Mac, Windows, Android, iOS, and offering multilingual support.可私有化部署,专注为 Obsidian 用户提供无打扰、丝般顺滑、多端实时同步的多平台笔记同步插件。
Find Orphaned Images
2 months ago by josmarcristello
Find Orphaned Images is an Obsidian plugin designed to help you keep your vault clean and organized by identifying and managing images that are not linked anywhere in your notes.
Weread Vault
2 months ago by 茜宁郑
Sync WeRead highlights, import book lists, and connect personal reading notes in Obsidian.
Attachment Organizer
2 months ago by kiteruunner
Automatically organize attachments into zone-based folders with conflict detection and batch operations
Self-hosted LiveSync
2 months ago by vrtmrz
Attachment Uploader
a month ago by zhuxining
An attachment uploader plugin for Obsidian
Granola Sync
a month ago by tomelliot
Sync Granola notes to your Obsidian vault
Sync Engine
a month ago by Hēsperus
🔄 The fast and extensible synchronization engine for Obsidian.
inBox Sync
a month ago by maoruibin
inBox 笔记的 Obsidian 插件
Community Install Manager
a month ago by Konstantin Volobuev
Allows you to use `community-plugins.js` to search for and automatically install plugins when you launch `obsidian`.
Dedao Brain Importer
a month ago by springrain | 公众号: 及时春雨
在原版基础上修复windows无法手动和自动导入问题,以及优化很多格式转换为markdown
EasySync
a month ago by Jiao Yingxing
EasySync是一款适用于Obsidian的双向OneDrive同步插件,具有冲突保护、移动端支持以及可选的设置/插件同步功能。EasySync is a two-way OneDrive sync plugin for Obsidian with conflict safeguards, mobile support, and optional settings/plugin sync.
Granola Meetings Simple Sync
a month ago by philfreo
"Granola Meetings Simple Sync" Plugin for Obsidian
Image Manager
a month ago by David V. Kimball
Insert, rename, and sort external images by transforming them into local files within your notes.
Bi Ji Tong Bu
a month ago by 笔记同步助手
Bi Ji Tong Bu (笔记同步助手) for Obsidian — marketplace edition (no self-update; full disclosures)
PixNote
22 days ago by Sofia Milton
Add Attachment
2 days ago by olegg90
Obsidian plugin for adding multi attachments