Project

General

Profile

Feature #505

Improved rendering of notes

Added by Luke Murphey over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
01/01/2013
Due date:
% Done:

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>

I would like to use either popovers or tooltips.

Associated revisions

Revision 383 (diff)
Added by Luke Murphey about 11 years ago

Improved rendering of the notes. Closes #505.

Revision 383 (diff)
Added by Luke Murphey about 11 years ago

Improved rendering of the notes. Closes #505.

Revision 373 (diff)
Added by Luke Murphey about 11 years ago

Improved rendering of the notes. Closes #505.

History

#1 Updated by Luke Murphey over 11 years ago

  • Target version set to 1.0

#2 Updated by Luke Murphey about 11 years ago

  • Target version changed from 1.0 to 0.6

#3 Updated by Luke Murphey about 11 years ago

  • Assignee set to Luke Murphey

#4 Updated by Luke Murphey about 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 about 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.

#7 Updated by Luke Murphey about 11 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Applied in changeset r383.

Also available in: Atom PDF