edgeryders / discourse-annotator

A text annotation and analysis application for Discourse. Made with Annotator.js and Ruby on Rails.
https://edgeryders.eu/t/6811
Other
4 stars 0 forks source link

Show annotations more compactly in lists #213

Closed tanius closed 3 years ago

tanius commented 3 years ago

The "Annotations" section of the Open Ethnographer backend shows all annotation with the full text they are applied to (column "Quote"). Since that quote tends to be long, it leads to a very long annotations list that is difficult to navigate.

This list should be shown more compactly by shortening the "Quote" column as follows: the first five words, then "space, ellipsis, space" (""), then the last five words of the quote. The full quote is still visible by going to the annotation's detail page.

damingo commented 3 years ago

Quotes are now shortened in the list of annotations. The complete quote can be seen by hovering with the mouse over the shortened quote.