|
@@ -0,0 +1,73 @@
|
|
|
+
|
|
|
+# Table of Contents
|
|
|
+
|
|
|
+1. [Description](#org4d2cba9)
|
|
|
+2. [Dependencies](#org77bc155)
|
|
|
+3. [Usage](#org026821a)
|
|
|
+ 1. [Keybindings](#org9988a00)
|
|
|
+4. [Features](#org546c1aa)
|
|
|
+5. [Example](#org6434223)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+<a id="org4d2cba9"></a>
|
|
|
+
|
|
|
+# Description
|
|
|
+
|
|
|
+An Emacs Bible viewing interface utilizing the SWORD project's Diatheke command line program.
|
|
|
+
|
|
|
+
|
|
|
+<a id="org77bc155"></a>
|
|
|
+
|
|
|
+# Dependencies
|
|
|
+
|
|
|
+`diatheke` and a Biblical Text module (uses KJV by default)
|
|
|
+
|
|
|
+
|
|
|
+<a id="org026821a"></a>
|
|
|
+
|
|
|
+# Usage
|
|
|
+
|
|
|
+- M-x `bible-open`
|
|
|
+- Invoke from command line as follows (requires installing Ezra SIL font):
|
|
|
+ - emacs -g =150x25 -fn \\"Ezra SIL-14\\" -f bible-open
|
|
|
+
|
|
|
+
|
|
|
+<a id="org9988a00"></a>
|
|
|
+
|
|
|
+## Keybindings
|
|
|
+
|
|
|
+- b - Select book
|
|
|
+- c - Select chapter
|
|
|
+- h - Describe mode
|
|
|
+- m - Select module
|
|
|
+- n - Next chapter
|
|
|
+- p - Previous chapter
|
|
|
+- q - Quit window
|
|
|
+- s - Search
|
|
|
+- w - Toggle word study
|
|
|
+- x - Split display
|
|
|
+
|
|
|
+
|
|
|
+<a id="org546c1aa"></a>
|
|
|
+
|
|
|
+# Features
|
|
|
+
|
|
|
+- Chapter-based browsing of the Bible
|
|
|
+- Text Formatting
|
|
|
+ - Red Letters
|
|
|
+ - Strong's Greek (with Lemma)
|
|
|
+ - Strong's Hebrew
|
|
|
+ - Morphology
|
|
|
+- Greek & Hebrew Lexicon definition lookup
|
|
|
+- Morphology lookup
|
|
|
+- Tooltip display of definitions, morphology
|
|
|
+- Searching
|
|
|
+
|
|
|
+
|
|
|
+<a id="org6434223"></a>
|
|
|
+
|
|
|
+# Example
|
|
|
+
|
|
|
+![img](example4.png)
|
|
|
+
|