Feature #505
Improved rendering of notes
100%
Description
The notes are not rendered very well yet. Consider the first chapter of Aemilius Paulus By Plutarch:
<span data-resp="ed" data-place="unspecified" data-anchored="yes" class="note"> <span data-lang="greek" class="foreign"> <span class="word">ἐμοὶ</span> </span> with Bekker, after Stephanus and Reiske: <span data-lang="greek" class="foreign"> <span class="word">ἐμοὶ</span> <span class="word">μὲν</span>. </span> </span> </span>
Associated revisions
Improved rendering of the notes. Closes #505.
Improved rendering of the notes. Closes #505.
Improved rendering of the notes. Closes #505.
History
#1 Updated by Luke Murphey almost 12 years ago
- Target version set to 1.0
#2 Updated by Luke Murphey almost 12 years ago
- Target version changed from 1.0 to 0.6
#3 Updated by Luke Murphey over 11 years ago
- Assignee set to Luke Murphey
#4 Updated by Luke Murphey over 11 years ago
- Status changed from New to In Progress
The HTML5Converter class takes a node_transformation_fx. Overriding this should allow some level of customization. However, the content of the tootips and popovers is supplied by an attribute, not the content.
#5 Updated by Luke Murphey over 11 years ago
The current text transformation system is good at changing node names but difficult to use for taking contents that may need to be processed on the text transform and moving it into an attribute.
#6 Updated by Luke Murphey over 11 years ago
The following technique might work: http://www.thoughtdelimited.org/thoughts/post.cfm/simple-technique-for-creating-multiple-twitter-bootstrap-popovers
#7 Updated by Luke Murphey over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset r383.