clamsproject / mmif-visualizer

A web site to visualize MultiMedia Interchange Format json
Apache License 2.0
2 stars 1 forks source link

Limit text in annotations tab #16

Closed marcverhagen closed 1 year ago

marcverhagen commented 1 year ago

When you have a TextDocument as an annotation then the annotation tab will show the entire text, no matter how big. Just show the first n characters.

haydenmccormick commented 1 year ago

912c085 limits items in annotation tab to 500 characters.