Bible Reference 3.0.0 and 3.0.1

In these release, we have enabled a new feature to expose the Bible fetch API.

So that other plugins can fetch Bible verses through Obsidian Bible Reference programmatically.

For example, you can fetch John 3:16 like this.

(await window.app.plugins.plugins["obsidian-bible-reference"].verseLookUpModal.getSuggestions("John 3:16"))[0]?.allFormattedContent)


Leave a Reply