lishu436 downloads浮动工具栏、模板库、原生表格配色与多种内嵌实用工具。需同时安装本仓库 companion-plugins 中的 markdown-table-enhancer。增强表格仅在开启实验性 OneNote 高保真粘贴时后台可用。
插件 id: feishu-doc-toolbar
中文定位: 增强办公体验工具。
ZengQiang Enhanced is a productivity workspace plugin for people moving from Feishu, WeCom, Notion, and OneNote to Obsidian. It keeps notes in standard Markdown while bringing common work actions into a single, task-based settings center.
It includes a floating T toolbar, template management, native table workflows, OneNote rich-paste helpers, attachment localization, wide pages, copy-as-image, short links, and optional integrations such as Claudian and video timeline preview. Sensitive data stays local: releases contain only main.js, manifest.json, and styles.css; they never contain personal notes, templates, settings, caches, backups, absolute paths, or credentials.
The plugin reads or writes vault files only for user-triggered features such as templates, attachment localization, short links, and local archives. Clipboard access is used only when you copy or paste. External services and managed third-party plugins require your own installation, configuration, and explicit action.
适合人群: 从飞书、企业微信、Notion、OneNote 等办公工具迁移到 Obsidian 的知识工作者。
Obsidian 的优点是自由、稳定、数据归自己掌握;但刚从办公协作工具迁移过来时,常会觉得入口分散、表格不顺手、模板难管理、图片和附件需要反复整理。
ZengQiang Enhanced 不是再造一个办公软件,而是把办公工具里已经验证过的高频体验,整理成一个统一入口:一个 T 工具栏、一个按任务分类的设置中心、一套模板库和一组可按需启停的增强功能。
.templates/ 目录,目录名可以在设置中调整。无需再单独安装 markdown-table-enhancer。表格底层仍是普通 Markdown,增强层只改善编辑体验与显示效果。
插件提供 3 种互斥模式:
| 模式 | 适用场景 |
|---|---|
| 成熟版表格增强 | 默认模式。提供 Advanced Tables 风格的跳格、格式化、增删移动、排序、转置、公式和 CSV 等编辑动作,并附带礼书微增强的可视化控制。 |
| 礼书版表格增强 | 需要历史表格能力时手动启用。支持表格配色、列宽、行高、整体比例、文字色、对齐、填充、模板和 OneNote 原生表格粘贴。 |
| 全关表格增强 | 只保留 Markdown 表格,关闭所有增强接管;不会删除历史表格、笔记正文或历史配置。 |
成熟版默认提供:
礼书版保留历史表格能力:
nativeLayout 数据,不覆盖已有单元格内容。在“礼书版表格增强”模式下,可以从 OneNote 复制富文本后使用「粘贴 OneNote」:
内嵌指向链接增强,提供更短的段落链接与文件夹链接:
block-link-plus,请关闭独立插件,避免两个版本重复接管。Claudian 相关能力是可选的,需要先安装并启用 Claudian:
@ 文件候选排除规则,减少开发资料误进入日常对话候选。设备标识使用随机 deviceId,不读取主机名。
如果你的工作流会生成带时间轴的视频总结,可以在 Obsidian 内点击时间轴:
视频总结服务、Cookie、API Key、Agent token 和网页登录信息不属于插件公开配置;公开发行版不会携带个人服务地址或密钥。
插件设置中心还可以集中展示和管理一些成熟的外部工具:
这些属于外部插件或测试入口,是否安装、启用、上传或删除,均由用户主动决定;总插件不会在后台自动上传或删除文件。
本插件默认不会把 vault 内容或系统信息上传到第三方服务器。相关能力只在用户主动使用时触发:
| 能力 | 用途 | 边界 |
|---|---|---|
| Vault 枚举 | 模板、文件本地化、短链接解析 | 本地扫描路径,不上传 |
| Vault 读写 | 模板、存档、附件本地化、表格显示数据 | 通过 Obsidian API |
| 剪贴板 | 复制成图、OneNote 粘贴 | 用户主动复制或粘贴时 |
| 外部插件/服务 | 图片上传、Claudian、视频总结 | 仅在用户安装、配置并主动使用后发生 |
| 设备标识 | Claudian 跨设备存档文件名 | 随机 deviceId,不读主机名 |
公开 Release 只包含 main.js、manifest.json 和 styles.css,不包含 data.json、个人模板、笔记、缓存、备份或本地绝对路径。
main.js、manifest.json、styles.css。.obsidian/plugins/feishu-doc-toolbar/ 目录。markdown-table-enhancer;如果以前安装过,请关闭独立插件。npm install
npm run build:oss
npm run test:smoke
这是一个以“综合增强使用体验”为目标的个人开源项目。部分个人化工作流(例如个人目标管理、私有服务地址和本地知识库规则)只存在于日常版本,不会进入公开发行包。外部服务相关功能请按自己的隐私要求配置。
本发行版包含并修改了 GPL-3.0 许可的表格编辑器代码,因此发行版整体按 GPL-3.0-only 发布。完整文本见 src/modules/advanced-tables-embedded/LICENSE-GPL-3.0.txt。