Procházet zdrojové kódy

Add more example images

Fred Gilham před 2 týdny
rodič
revize
8623ddb39c
9 změnil soubory, kde provedl 30 přidání a 19 odebrání
  1. 20 14
      README.md
  2. 8 2
      README.org
  3. 2 3
      bible.el
  4. binární
      example1.png
  5. binární
      example2.png
  6. binární
      example3.png
  7. binární
      example4.png
  8. binární
      example5.png
  9. binární
      example6.png

+ 20 - 14
README.md

@@ -1,16 +1,16 @@
 
 # Table of Contents
 
-1.  [Description](#org0fd2bf5)
-2.  [Dependencies](#orgdac3001)
-3.  [Usage](#org5c15c21)
-    1.  [Keybindings](#org0af4153)
-4.  [Features](#org4cdaafe)
-5.  [Example](#org1894248)
+1.  [Description](#org0eeeacd)
+2.  [Dependencies](#org6e0c5aa)
+3.  [Usage](#org64704cb)
+    1.  [Keybindings](#org7b6324e)
+4.  [Features](#org1bad6b4)
+5.  [Examples](#orga0675f2)
 
 
 
-<a id="org0fd2bf5"></a>
+<a id="org0eeeacd"></a>
 
 # Description
 
@@ -18,7 +18,7 @@ An Emacs Bible study application using [the SWORD project](https://www.croswire.
 command line program to access SWORD text modules.
 
 
-<a id="orgdac3001"></a>
+<a id="org6e0c5aa"></a>
 
 # Dependencies
 
@@ -41,7 +41,7 @@ The program \`mkfastmod' should be used to generate indexes so the
 lexical search method will work.
 
 
-<a id="org5c15c21"></a>
+<a id="org64704cb"></a>
 
 # Usage
 
@@ -50,7 +50,7 @@ lexical search method will work.
     -   emacs -g =150x25 -fn \\"Ezra SIL-14\\" -f bible-open
 
 
-<a id="org0af4153"></a>
+<a id="org7b6324e"></a>
 
 ## Keybindings
 
@@ -62,13 +62,14 @@ lexical search method will work.
 -   n - Next chapter
 -   p - Previous chapter
 -   q - Quit window
+-   r - Set search range (see diatheke documentation for syntax)
 -   s - Search
 -   w - Toggle word study
 -   x - Split display
 -   / - Search
 
 
-<a id="org4cdaafe"></a>
+<a id="org1bad6b4"></a>
 
 # Features
 
@@ -84,9 +85,14 @@ lexical search method will work.
 -   Searching
 
 
-<a id="org1894248"></a>
+<a id="orga0675f2"></a>
 
-# Example
+# Examples
 
-[Example Image](./example4.png)
+[Example Image 1](./example1.png)
+[Example Image 2](./example2.png)
+[Example Image 3](./example3.png)
+[Example Image 4](./example4.png)
+[Example Image 5](./example5.png)
+[Example Image 6](./example6.png)
 

+ 8 - 2
README.org

@@ -35,6 +35,7 @@ lexical search method will work.
 - n - Next chapter
 - p - Previous chapter
 - q - Quit window
+- r - Set search range (see diatheke documentation for syntax)
 - s - Search
 - w - Toggle word study
 - x - Split display
@@ -50,5 +51,10 @@ lexical search method will work.
 - Morphology lookup
 - Tooltip display of definitions, morphology
 - Searching
-* Example
-[[./example4.png]]
+* Examples
+[[./example1.png][Example Image 1]]
+[[./example2.png][Example Image 2]]
+[[./example3.png][Example Image 3]]
+[[./example4.png][Example Image 4]]
+[[./example5.png][Example Image 5]]
+[[./example6.png][Example Image 6]]

+ 2 - 3
bible.el

@@ -92,20 +92,19 @@
 
 
 (defcustom bible-greek-lexicon
-  "AbbottSmithStrongs"
+  "AbbottSmith"
   "Lexicon used for displaying definitions of Greek words using Strong's codes."
   :type '(string :tag "Lexicon module (e.g. \"StrongsRealGreek\").")
   :local nil
   :group 'bible)
 
 
-(defcustom bible-use-index-for-lexicon nil
+(defcustom bible-use-index-for-lexicon t
   "Some lexicons are accessed by lemmas rather than Strong's numbers.
 Use an index to look up lemmas from Strong's numbers so these lexicons can
 be used.  Examples of this type of lexicon are AbbottSmith and
 LiddellScott.  XXX LiddellScott currently doesn't work.  XXX AbbottSmithStrongs
 now has the complete entries instead of just links."
-
   :type 'boolean
   :local nil
   :group 'bible)

binární
example1.png


binární
example2.png


binární
example3.png


binární
example4.png


binární
example5.png


binární
example6.png