OrchidBible

Load the full text of Bible verses quickly and easily.


About

OrchidBible makes it easy to embed Bible verses in your site content using Faithlife Reftagger. Reftagger automatically finds Bible references on the page, and hovering over them will show a tooltip with the verse text.

Installation

dependencies {
    orchidRuntime("io.github.javaeden.orchid:OrchidBible:0.21.2")
}
<dependency>
    <groupId>io.github.javaeden.orchid</groupId>
    <artifactId>OrchidBible</artifactId>
    <version>0.21.2</version>
    <type>pom</type>
</dependency>
libraryDependencies += "io.github.javaeden.orchid" % "OrchidBible" % "0.21.2"
@file:DependsOn("io.github.javaeden.orchid:OrchidBible:0.21.2")

Demo

Usage

Add the reftagger meta-component to your theme to add the necessary scripts to your site. You can customize most of the options on this page, but find it in your admin panel to see all available options.

# config.yml
theme:
    metaComponents:
        - type: reftagger