This is a plugin that allows you to quickly link to local Bible verses based by typing a reference to a Bible verse or verses (like Genesis 1:1-5).
2-3 options are shown in the native editor suggestion dropdown.
- Link verse/chapter - Generate Obsidian links to verses or chapters
- Example:
[[Genesis#1:1|Genesis 1:1]]
- Example:
- Embed verse/chapter - Embed a single verse, multiple verses, or chapter in a block
- Example:
Exodus 1:1-2 → ![[Exodus 1#1]]![[Exodus 1#2]]
- Example:
- Paste verse - Insert the the contents of a verse inline
- Example:
John 11:35 → Jesus wept
- Example:
Copy over main.js and manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Based off the sample plugin: https://github.com/obsidianmd/obsidian-sample-plugin
https://github.com/Floydv149/bibleLinkerPro/
https://github.com/tim-hub/obsidian-bible-reference/