kuchejak17k downloadsLink/Copy multiple Bible verses easily using your own Bible files. Compatible with the Bible Study Kit.
Plugin for easier linking of multiple bible verses in Obsdian.md note taking app.
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.
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.
Requires you to have bible in markdown in your vault, with similar structure to Obsidian bible study kit - that is:
# Name of chapter (or some other text)
...
# v1
1st verse text
###### 2
2nd verse text
### verse 3
3rd verse text
The copy command can be used with multiple bible translations, as long as the following requirements are met:
Multiple translation support must be enabled in the settings, it is off by default.
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.
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.
If you want to support this plugin, star it on GitHub. Thank you.
Available through Obsidian Community plugins (Settings/Community plugins)
Copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/