Explorar el Código

Update TODO list

Fred Gilham hace 8 meses
padre
commit
6ce0ae2baf
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      TODO

+ 9 - 1
TODO

@@ -1,5 +1,5 @@
 #+COMMENT: -*- Mode: org -*-
-#+COMMENT: Time-stamp: <2024-05-13 09:47:47 fred>
+#+COMMENT: Time-stamp: <2024-05-22 09:23:25 fred>
 * DONE Make lookups be relative to the specified book, not to Genesis. (internal)
 * DONE Make tabs work in Hebrew mode
 * TODO Make tabs skip past verse number at the beginning
@@ -21,9 +21,11 @@
   - Show lemmas in titles?
 * TODO Fix punctuation
   - Have to parse XML.
+  - ?? Probably lots of work for not much return
 * TODO Infer chapter counts from book data
   - May not be easily possible
 * TODO Search should order references by OT books, then NT books, in alphabetical order
+  - Search references currently works pretty well except for the above. Worth doing?
 * DONE Fix Robinson morphology: diatheke doesn't render it with spaces between fields in "plain" format
   - Either parse the XML (or whatever format) or just look for field names and put spaces before them, i.e.
     N-NSM Part of Speech: NounCase: NominativeNumber: SingularGender: Masculine 
@@ -37,3 +39,9 @@
     Gender: Masculine
     though this may take up too much vertical space. But it looks like Emacs puts the tooltips in a good place.
   - Did this by using "shr" package to parse HTML.
+* TODO Clean up Hebrew lexicon tooltip
+  - I.e. outline indicators should be better indented.
+* TODO Cross references in Abbott lexicon display are not right
+  - I.e. Mk 3:7, 4:11, 15; should refer to Mark 3:7, Mark 4:11 and Mark 4:15.
+    Do this with overlapping text properties.
+