REVELation Documentation
Bible Text Plugin
Table of Contents
Overview
The Bible Text plugin searches and inserts scripture passages as formatted markdown slides.
What It Adds
- Passage search dialog in the builder
- Translation selection (local and online)
- Passage formatting with verse text and references
- Attribution lines for inserted scripture
How It Works
The plugin can read local bible data (*.local translations) and can also query online APIs. After fetching verses, it formats markdown and appends it to the selected presentation file.
Loading Local XML Bibles
To add local bible XML files:
- In the app, open the Plugins menu.
- Click Open Plugins Folder...
- Open the
bibletextplugin folder. - Copy your local bible
.xmlfiles into that plugin's bible storage folder. - Restart the app so the new local translations are detected.
Once loaded, local translations appear in the translation list with a .local id.
ESV API Key Setup
To enable direct ESV online access:
- Go to esv.org and create/sign in to your account.
- Visit the ESV API area and generate an API key.
- Open REVELation app Settings.
- Go to the Bible Text plugin settings.
- Paste the key into
esvApiKey. - Save settings.
After this, ESV becomes available as an online translation option in the Bible Text dialog.
Configuration
Key settings:
-
defaultTranslation: default translation id -
bibleAPI: online API base URL (nonedisables online calls) -
esvApiKey: optional key for ESV API access
Documentation Hub
Created with REVELation Snapshot Presenter