orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
514 stars 53 forks source link

Add Faithlife Reftagger component to OrchidBible plugin #309

Closed cjbrooks12 closed 4 years ago

cjbrooks12 commented 5 years ago

Currently, the OrchidBible only supports showing Bible verse text by manually using the bible() function. It would be nice to also support automatic, JS-based tagging with Faithlife Reftagger.

This would come in the form of a new Component, which renders nothing to the page but only adds the necessary JS snippet. All customization options available should be configurable through the component's options.

This would give the same paradigm as syntax highlighting, where Orchid supports both static resolution, or runtime resolution of Bible verses.