Bible Linker

by Jakub Kuchejda
5
4
3
2
1
Score: 64/100

Description

Category: Learning & Knowledge Management

The Bible Linker plugin streamlines the process of referencing and linking Bible verses in Obsidian notes. It allows users to create structured links to specific verses or ranges, ensuring seamless integration with Bible files formatted in markdown. The plugin supports multiple translations, enables copying verses with links, and offers flexible customization options for linking styles, including invisible links in preview mode. It is especially useful for users maintaining Bible study notes or integrating scripture into their workflows. Properly formatted Bible files are required for full functionality.

Reviews

No reviews yet.

Stats

108
stars
17,151
downloads
7
forks
1,523
days
133
days
133
days
8
total PRs
0
open PRs
3
closed PRs
5
merged PRs
65
total issues
10
open issues
55
closed issues
37
commits

Latest Version

4 months ago

Changelog

  • Fixed an issue where the plugin would freeze when there were empty lines after the last verse heading #67.
  • Added a setting for verse postfix #66.

README file from

Github

Obsidian Bible Linker

Plugin for easier linking of multiple bible verses in Obsdian.md note taking app.

Usage

  1. Use command "Copy bible verses" or "Create obsidian links to bible verses" (described bellow).
  2. Insert bible link, for example "Gen 1,1-3 or Gen 1.1". Note: Links across more chapters are not supported (yet?).
  3. Enjoy.

Copies given verses from your bible files and inserts obsidian links to them. This is the main command of the plugin, with many more features than the other one.

Example output (input: Gen 1,1-3)

>[[Gen-01#v1|Gen 1,1-3]] In the beginning, God created the heavens and the earth. The earth was formless and empty. Darkness was on the surface of the deep and God's Spirit was hovering over the surface of the waters. God said, "Let there be light," and there was light. [[Gen-01#v1|]][[Gen-01#v2|]][[Gen-01#v3|]]

Note that linking is done using "invisible" links after the verses (those links are visible only in source mode) - this can be turned off in the settings, but it is not recommended if you want to use the full power of Obsidian linking.

Pros of this approach

  • More verses can be displayed as one block of text, which is more visually pleasing than multiple link blocks after each other.
  • You can edit the text if you want (for example add some in-line notes, bold important part...) without effecting the 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
Example File
# Name of chapter (or some other text)

... 

# v1
1st verse text

###### 2
2nd verse text

### verse 3
3rd verse text
Input format
  • File names are deduced from the link you enter:
    • if your file is named "Gen 1", you will have to enter "Gen 1,1-4"
    • if your file is named "Genesis 1", you will have to enter "Genesis 1,1-4"
    • exception: if your file is named "Gen-01", you can type either "Gen-01,1-4" or "Gen 1,1-4"

Multiple translation support

The copy command can be used with multiple bible translations, as long as the following requirements are met:

  1. Each translation must be kept in its own folder - for example Bible/NIV and Bible/KJV.
  2. All translations must use the same naming conventions for files - for example if the file is named "Gen 1" in NIV, it can not be "Gn 1" in KJV.
  3. The structure of the files must be roughly the same, so that they all work with the same "Verse offset" and "Verse heading level" settings.

Multiple translation support must be enabled in the settings, it is off by default.

Wrong verses are linked? Or linking doesn't work and you have files with right format?

  • Go to Plugin settings and try changing "Verse offset" or "Verse heading level" accordingly.

Simpler command that only creates obsidian links based on input. You can choose if you want standard links (e.g. [[Gen-01#v1]]), embedded links (e.g. ![[Gen-01#v1]]) or links invisible in the preview mode (e.g. [[Gen-01#v1|]]). This command is less powerful, but it also has looser requirements for your bible files, so you can use it even when the copy command does not work.

Requirements

Basically no requirements, it just parses your input and creates links based on it. If it does not do what you want, look into the settings.

Support

If you want to support this plugin, star it on GitHub. Thank you.

Installing

Available through Obsidian Community plugins (Settings/Community plugins)

Manual install

Copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/

Star History

Star History Chart

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Note Auto Creator
4 years ago by Simon T. Clement
An Obsidian plugin for automatically creating notes when linking to non-existing notes
@ Symbol Linking
3 years ago by Evan Bonsignori
Adds ability to link with symbols (e.g. @) in Obsidian. Can limit symbol linking to specific folders e.g. People/
YouVersion Linker
3 years ago by Jaanonim
Obsidian plugin that automatically link bible verses to YouVersion bible.
Multiple Notes Outline
3 years ago by iiz
Jira Linker
3 years ago by Steven Zilberberg
This is a plugin to the Obsidian software which adds a quick amendment to a user's note to their configured Jira instance for references to jira and internal info pages
R.E.L.A.X.
2 years ago by Syr
Regex Obsidian Plugin
My Bible
2 years ago by GsLogimaker
Your own customization bible in your personal vault!
Bible linker Pro
2 years ago by Floydv149
LinkMagic
2 years ago by AndyReifman
Azure DevOps Linker
2 years ago by Steven Zilberberg
This is a plugin to the Obsidian software which adds a quick amendment to a user's note to their configured Jira instance for references to Azure DevOps and internal info pages
Entity Linker
2 years ago by Ankush-Chander
Automatically link text to corresponding entities
Journey
5 years ago by Alexis Rondeau
Discover the story between your notes in Obsidian
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Bible Reference
4 years ago by tim-hub
Take Bible Study notes easily in the popular note-taking app Obsidian, with automatic verse and reference suggestions.
Jura Links
2 years ago by Lukas Collier & Emi Le
Verlinke deine Normangaben, Aktenzeichen oder Fundstellen in deiner Obsidian Notiz mit Gesetzesanbietern.
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
MOC Link Helper
2 years ago by Bogdan Codreanu
This obsidian plugins allows you to quickly see which notes you need to include in your MOC.
Folder Links
a year ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
External File Linker
a year ago by Kay606
Automatic Linker
a year ago by Kodai Nakamura
Bible sidecar
a year ago by Janis Ringli
This repository contains a plugin for obsidian that lets you view the bible in a sidebar within obsidian.
One Step Wiki Link
a year ago by Busyo
用于 Obsidian 一步插入当前界面匹配到的所有外链(维基链接)
Symbol linking
10 months ago by Evan Bonsignori ; Mara-Li
Adds ability to link with any trigger in Obsidian. Each trigger can limit linking to specific folders or file.
EasyLink
10 months ago by isitwho
Select text in your obsidian editor to find the most similar content from other notes and easily create links.
Local Bible Ref
7 months ago by Caleb Campbell
Quickly and easily reference Bible passages stored locally in your vault.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Connections
4 months ago by Eric Van Cleve