Alex Watt

About Blog Hacks Recommendations

ESV Text Expander (AutoHotkey)

One of the things I love about Crossway is how accessible they make the ESV text with great tools like ESV.org and the ESV API for developers.

I recently used their API to make a text expander for ESV verses, using AutoHotkey. (Note that AutoHotkey is a Windows-only utility, so if you’re on another OS this won’t be of much use.)

Demo using the script from Microsoft Word.

How it works: I’ve assigned the key combination Windows Key + B (for Bible). Upon pressing that, type a verse or passage reference, and hit tab or enter. The script will grab the text from the API, copy it to the clipboard, and paste it. (It also restores the clipboard to it’s original state when done.)

This is the ESV at the speed of light!

Posted on 19 Jan 2017.