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
You must be logged in to post a comment.