scaife-viewer / readhomer

in-progress flagship demo project for the Scaife Viewer ecosystem
3 stars 2 forks source link

sibling extension (e.g. click + above or below lines to load more lines #13

Open jtauber opened 5 years ago

jtauber commented 5 years ago

scaife-viewer/scaife-viewer#66

I almost wonder if shift-clicking would add more than one at a time (say 10)

jtauber commented 5 years ago

I wonder if we want to support removal a similar way to "narrow" the passage.

paltman commented 5 years ago

@jtauber we currently don't have the same pagination guides on the side of the reader and this seems like a pre-req for this issue. Should i carve out another issue to port these bits over into the reader? Do you think they should only exist on the full reader or also on parallel / grid readers?

jtauber commented 5 years ago

I wouldn't call them "pagination guides" but "text part margin bars" but yeah, I think it's worth implementing them initially under another issue. Shouldn't be much effort to port as we have the line ref / line content stuff already. Just need to treat it the way Perseus Scaife does the text parts.

jtauber commented 5 years ago

see https://readbeowulf.herokuapp.com/lines/1-11/ for a possible UX treatment

paltman commented 5 years ago

given that the data is organized by cards instead of lines, i don't think we can do this without a text server or a reorganization of the local hard coded data.

paltman commented 5 years ago

never mind, i was thinking the card reader

paltman commented 5 years ago

i do wonder how i know when i go beyond the end of a card though. i cannot just add one to 11 and get 12.