viacai43 downloadsLocal Bible Markdown document search and reading plugin, supporting theme/outline/verse search with focus/parallel/mixed projection modes
Obsidian 插件,用于本地圣经 Markdown 文档的检索、阅读与投影。
太1:1、路一1~3)、关键词(多词组合匹配)、以及混合检索安装插件:从 Obsidian 社区插件市场搜索 "Bible Search and Reader" 安装启用;或手动下载解压到 .obsidian/plugins/bible-search-reader/
准备圣经文档:下载 圣经文档(ZIP) 并解压到你的仓库
配置目录:Obsidian 设置 → 社区插件 → 圣经检索与阅读 → 分别指定旧约目录和新约目录
📁 路径格式:在 Obsidian 文件列表中,右键点击目标文件夹 →「复制路径」→「从仓库文件夹」,然后粘贴到设置中即可。
💡 如需使用其他版本圣经,可按下方「文档格式」自行整理。
建议:序号. 书卷名.md,如 01. 创世记.md、40. 马太福音.md。旧约与新约文件分开放置。
---
title:
author:
---
> **主题:书卷主题内容**
# 书卷名第1章
> 壹 纲目内容 一1~5
书卷简称1:1 经文内容
书卷简称1:2 经文内容
格式说明
| 类型 | 格式 | 示例 |
|---|---|---|
| 主题 | > **主题:内容** |
> **主题:神的创造** |
| 纲目 | > 纲目内容(以 > 开头,不含"主题") |
> 壹 神的创造 一1~二3 |
| 经文 | 简称章:节 内容 |
加1:1 作使徒的保罗... |
| 章标题 | # 书卷名第X章 |
# 加拉太书第1章 |
←/→ 或 空格:翻页+/-:调整字体大小T:切换深色/浅色主题ESC:退出投影| 输入 | 含义 |
|---|---|
加1:1 |
加拉太书1章1节 |
路一1~3 |
路加福音1章1至3节 |
太1:1-2:5 |
马太福音1章1节至2章5节 |
太1:1, 5 |
马太福音1章1节和1章5节(同书卷延续引用) |
约一1, 十四7~21, 23 |
约翰福音1:1、14:7-21、14:23(混合延续) |
分隔符决定匹配行为:
| 分隔符 | 模式 | 顺序敏感 | 结果排序 |
|---|---|---|---|
空格 / 顿号 、 |
同时包含(AND) | 否 | 经文顺序 |
逗号 , , |
同时包含(AND) | 是(按输入顺序) | 经文顺序 |
分号 ; ; |
包含任意(OR) | 是 | 关键词顺序 |
句号 。 . |
包含任意(OR) | 否 | 经文顺序 |
示例:世人 恩典(同时包含,忽略顺序)、世人,恩典(同时包含,按顺序)、世人;恩典(包含任意一个)
如果觉得这个插件对你有帮助,可以给予支持,以便继续开发。
加 6:6 — 只是那在话语上受教的,当与施教的人共同分享一切的美物。
MIT License
⚠️ This plugin currently supports Chinese Bible documents only. All book names, verse reference formats, and search syntax are based on Chinese (Simplified/Traditional). English or other language Bible versions are NOT supported. The English documentation below is provided for reference only.
太1:1, 路一1~3), keyword combinations, and mixed queriesInstall the plugin: Search for "Bible Search and Reader" in the Obsidian Community Plugins marketplace, or manually download and extract to .obsidian/plugins/bible-search-reader/
Prepare Bible documents: Download the sample Chinese Bible documents (ZIP) and extract them into your vault
Configure directories: Obsidian Settings → Community Plugins → Bible Search and Reader → set the Old Testament Path and New Testament Path
📁 Path format: In the Obsidian file explorer, right-click the target folder → "Copy path" → "From vault folder", then paste it into the plugin settings.
💡 If you need a different Chinese Bible version, you can reformat your own documents following the rules below.
Recommended: Number. BookName.md, e.g. 01. 创世记.md, 40. 马太福音.md. Old and New Testament files should be placed in separate folders.
---
title:
author:
---
> **主题:书卷主题内容**
# 书卷名第1章
> 壹 纲目内容 一1~5
书卷简称1:1 经文内容
书卷简称1:2 经文内容
Format Rules
| Type | Format | Example |
|---|---|---|
| Theme | > **主题:content** |
> **主题:神的创造** |
| Outline | > outline content (starts with >, no "主题") |
> 壹 神的创造 一1~二3 |
| Verse | ShortNameChapter:Verse content |
加1:1 作使徒的保罗... |
| Chapter title | # BookName第X章 |
# 加拉太书第1章 |
←/→ or Space: Navigate slides+/-: Adjust font sizeT: Toggle dark/light themeESC: Exit projection| Input | Meaning |
|---|---|
加1:1 |
Galatians 1:1 |
路一1~3 |
Luke 1:1–3 |
太1:1-2:5 |
Matthew 1:1 to 2:5 |
太1:1, 5 |
Matthew 1:1 and 1:5 (continuation within same book) |
约一1, 十四7~21, 23 |
John 1:1, 14:7–21, 14:23 (mixed continuation) |
The separator determines the matching behavior:
| Separator | Mode | Order Sensitive | Result Sorting |
|---|---|---|---|
Space / 顿号 、 |
AND | No | Verse order |
Comma , , |
AND | Yes (input order) | Verse order |
Semicolon ; ; |
OR | Yes | Keyword order |
Period 。 . |
OR | No | Verse order |
Examples: 世人 恩典 (contains both, any order), 世人,恩典 (contains both, in order), 世人;恩典 (contains either)
If you find this plugin helpful, your support is greatly appreciated to continue development.
Galatians 6:6 — Let the one who is taught the word share all good things with the one who teaches.
MIT License