Daniel Lyons' Notes

Bible Linker plugin

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 a v 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

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.


v2

The same was in the beginning with God.


v3

All things were made through him. Without him, nothing was made that has been made.


v4

In him was life, and the life was the light of men.


v5

The light shines in the darkness, and the darkness hasn't overcome it.


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

Example File

# Name of chapter (or some other text)

... 

# v1
1st verse text

###### 2
2nd verse text

### verse 3
3rd verse text
Bible Linker plugin
Interactive graph
On this page
Getting Started
Setup
Usage
Basic
Embedded
Result
Requirements
Example File