GitHub | |
---|---|
Docs | |
Obsidian URL | 🔗 |
Getting Started
Setup
- Verses: In my Bible vault, all verses are marked with a heading like
v1
meaning verse 1. Because of this I need to tell the plugin to add av
before every verse number.- Bible Link Plugin Settings → “Link Bible Verses Command” → “Verse Prefix”
Usage
Insert Reference | |
---|---|
Link Type | |
Each link on new line? |
- Result:
- Result (Code):
Basic
Insert Reference | Gen-01:1-5 |
---|---|
Link Type | Basic |
Each link on new line? | no |
- Result: v1v2v3v4v5
- Result (Code):
[[Gen-01#v1|v1]][[Gen-01#v2|v2]][[Gen-01#v3|v3]][[Gen-01#v4|v4]][[Gen-01#v5|v5]]
Embedded
Insert Reference | John-01:1-5 |
---|---|
Link Type | Embedded |
Each link on new line? | yes |
Result
v1
In the beginning was the Word, and the Word was with God, and the Word was God.
Link to original
v2
The same was in the beginning with God.
Link to original
v3
All things were made through him. Without him, nothing was made that has been made.
Link to original
v4
In him was life, and the life was the light of men.
Link to original
v5
The light shines in the darkness, and the darkness hasn’t overcome it.
Link to original
Requirements
Requires you to have bible in markdown in your vault, with similar structure to Obsidian bible study kit - that is:
- 1 file = 1 chapter
- All verses of given chapter are present
- Verse is marked with heading (any level), verse text is on the next line after said heading