ESV Bible commands for Ubiquity 0.1.9

This page hosts the legacy code for this command for Ubiquity 0.1.9 and below. I will not support this version of the command any longer, please upgrade to Ubiquity 0.5 or above and subscribe to the current version of the command.

These commands for Ubiquity insert references from the ESV Bible in place of the currently selected text.

If you have Ubiquity installed, you'll get a prompt to install the command automagically here.

Command information

Usage

To insert any reference:

  1. Type ctrl+space to get the Ubiquity prompt.
  2. Type [esv-insert|esv-insert-plain] and your reference The command will insert the reference into your currently selected text when you hit enter.

To insert a highlighted reference:

  1. Highlight a Bible reference with your cursor (try this one: John 3:16).
  2. Type ctrl+space to get the Ubiquity prompt.
  3. Type [esv-insert|esv-insert-plain] this or simply [esv-insert|esv-insert-plain]. The command will insert the reference into your currently selected text when you hit enter.

Source

esv-insert.js - source code for both commands

Change log

08/11/2009Updated command to be compatible with Ubiquity 0.5.x and Parser 2.
01/14/2009Fixed bug in esv-insert (rich text) command to support inserting into non-rich-text elements such as comment forms on blogs.
01/13/2009Added esv-search documentation.
01/09/2009Added esv-search command, but did not document it.
01/06/2009Added new esv-insert-plain command to provide plain text output. Updated documentation for both.
11/26/2008Removed unneeded function _returnResponse. Generalized behavior into the _getVerse function.
11/20/2008Converted global query methods into member functions of the command function.
11/06/2008Generalized unnecessarily duplicated jQuery code into a single method.
10/31/2008Added synonyms "esvinsert" and "insert-esv" to the command. Updated and expanded documentation.
10/14/2008Initial release. See conversations here and here to document the original concept and release.