From 8354d37f0d2c76fee9ea33d8d765b2a7b0859fb8 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Tue, 23 Dec 2008 03:58:08 +0000 Subject: [PATCH] Some todo notes for bible html rendering and text display --- design/bible.txt | 26 ++++++++++++++++++++++---- design/display.txt | 8 ++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 design/display.txt diff --git a/design/bible.txt b/design/bible.txt index 42844f5..e7e53a0 100644 --- a/design/bible.txt +++ b/design/bible.txt @@ -1,10 +1,28 @@ features - [ ] passage entry bar + [X] passage entry bar [ ] drag verses into playlist [ ] drop verses from bibletime - [ ] select works and commentaries - [ ] book/chaper/verse selecter + [X] select works and commentaries + [X] book/chaper/verse selecter [ ] next/previous chapter + [ ] go to selected bible passage in playlist [ ] extend passage [ ] quick access to bibletime bookmarks - + [ ] save/load bible passages in playlist + [ ] "show now" button + [ ] different style during display + [ ] footnote extraction + [ ] render settings + [ ] widget to configure + [ ] bool: split verses onto separate lines + [ ] bool: extra chapter headings + [ ] bool: include pretext headings + [ ] bool: include footnotes + [ ] bool: highlight words of Jesus Christ + [ ] additional textual settings + [ ] citation position (none, above text, on edge of screen) + [ ] extra short notes ("Page 551") + [ ] highlighting / emphasis of parts of text + [ ] bold / underline / italic + [ ] flashy / fading / gradient + [ ] different outline diff --git a/design/display.txt b/design/display.txt new file mode 100644 index 0000000..5191feb --- /dev/null +++ b/design/display.txt @@ -0,0 +1,8 @@ +[ ] Text display + [ ] smooth scrolling from preview window + [ ] click to center + [ ] scroll with wheel + [ ] use arrows + [ ] e.g. by bible verse or song line + [ ] correct pagination calculation + [ ] interaction with preview should pass all events on to displays -- 2.11.4.GIT