scotttomaszewski1k downloadsEmbed Bible references and passages in your notes and read the Bible.
This plugin enhances your Bible study and journaling in Obsidian by rendering Bible verse references and passages directly in your notes.

Type a Bible reference in an inline code block:
`Genesis 1:1`
The plugin transforms it into a reference with enhanced features:
For longer passages, use a code block with the "bible" language specifier:
```bible
Genesis 1:1-10
```
This renders the entire passage directly in your note.
The plugin supports ESV's HTML formatted passages with:
With an ESV API token, the plugin automatically downloads Bible passages:
Bible content is saved in an organized folder structure:
Bible/ESV/
├── Genesis/
│ ├── Genesis 1.md
│ ├── Genesis 2.md
│ └── ...
├── Exodus/
│ ├── Exodus 1.md
│ └── ...
└── ...
You can customize this path in settings.
The plugin supports various Bible reference formats:
Genesis 1:1, John 3:16Genesis 1:1-10, John 3:16-18Genesis 1, Psalm 23Matthew 5:3-7:291 Corinthians 13:4-7, Song of Solomon 2:1Access plugin settings in Settings → Disciples Journal:
Display Settings:
Bible Version Settings:
Bible Content Vault Path:
Bible/ESV)ESV API Settings:
.obsidian/plugins/To use download-on-demand:
Scripture quotations marked "ESV" are from the ESV® Bible (The Holy Bible, English Standard Version®), copyright © 2001 by Crossway, a publishing ministry of Good News Publishers. Used by permission. All rights reserved.
For issues or suggestions, please open an issue on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.