This patch adds a couple of UI improvements to the annotation module:
- Highlighting of annotated spans of text when an annotation is shown.
- Drupal admin settings for
- enabling or disabling beautytips (bubbles)
- highlighting comments
- When there are a lot of annotations, the text can be hard to read because of
all the highlighting. Add a link to toggle text span highlighting on and off.
Also, some modifications to the code:
- Fragments were using #annotation-cid-; now using the standard #comment-
- Refactored highlighting of comments
Comments
Comment #1
jody lynnThis would be much easier to review and commit if it were separated out into individual patches. I may not have time to wade through it as is, so if you are still interested please organize into smaller issues.
Comment #2
tim.plunkettRerolled, removing as much cruft as possible.
The last patch was pre-Git migration, which caused it to fail.
This could still really use some breaking up. Some changes seem arbitrary, other seem very useful.