Closed jonathanvanschenck closed 4 months ago
It is allow worth noting, there is a current work around to accomplish this same task, however, it doesn't allow mutating the configuration (i.e. you can't pick an alternative version)
(await window.app.plugins.plugins["obsidian-bible-reference"].verseLookUpModal.getSuggestions("John 3:16"))[0]?.allFormattedContent)
Thanks
@all-contributors please add @jonathanvanschenck for code
@tim-hub
@jonathanvanschenck already contributed before to code
Actually this is my first time contributing -- I had added myself to the the contributorsrc as one of the commits, but it appears that I forgot to update the readme too -- apologies
This adds a globally accessible object which exposes the internal verse fetching/rendering functionality for use by other plugins.
I should mention, I don't feel strongly about the names of anything here, please feel free to critique and I'm happy to adapt!