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
-
esv-insert Inserts a passage from the ESV Bible in rich-text format. Also responds to "insert-esv" and "esvinsert".
Sample output:
-
esv-insert-plain Inserts a passage from the ESV Bible in plain-text format. Also responds to "insert-plain-esv", "esvinsertplain", "esvplaininsert", or "plainesv".
Sample output:
Mark 1:1 The beginning of the gospel of Jesus Christ, the Son of God. (ESV) - esv-search Searches the ESV Bible by verse reference or keyword. Also responds to "esvsearch", "search-esv", or "searchesv". Press ENTER to open the ESV search results in your browser window.
Usage
To insert any reference:
- Type ctrl+space to get the Ubiquity prompt.
- 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:
- Highlight a Bible reference with your cursor (try this one: John 3:16).
- Type ctrl+space to get the Ubiquity prompt.
- 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/2009 | Updated command to be compatible with Ubiquity 0.5.x and Parser 2. |
| 01/14/2009 | Fixed bug in esv-insert (rich text) command to support inserting into non-rich-text elements such as comment forms on blogs. |
| 01/13/2009 | Added esv-search documentation. |
| 01/09/2009 | Added esv-search command, but did not document it. |
| 01/06/2009 | Added new esv-insert-plain command to provide plain text output. Updated documentation for both. |
| 11/26/2008 | Removed unneeded function _returnResponse. Generalized behavior into the _getVerse function. |
| 11/20/2008 | Converted global query methods into member functions of the command function. |
| 11/06/2008 | Generalized unnecessarily duplicated jQuery code into a single method. |
| 10/31/2008 | Added synonyms "esvinsert" and "insert-esv" to the command. Updated and expanded documentation. |
| 10/14/2008 | Initial release. See conversations here and here to document the original concept and release. |
