clamsproject / aapb-annenv-role-filler-binder

Annotation Environment for Credits and Slate annotation
0 stars 0 forks source link

Btn to add delimiters for multi-value pair input #2

Closed keighrim closed 1 year ago

keighrim commented 1 year ago

New Feature Summary

As an annotator, when I find a pair that has two or more "values", I click on boxes for the first value, and then have to click the "value" text form, type a key for the delimiter (,? ;? ;;? commas are probably not safe to use since we have some text with commas appearing in credits scene for example e.g., special thanks: some institution, City, State)

Instead I'd like to be able to hit another HTML button to generate the delimiter for me. I think there could be different ways to implement this.

  1. hit button --> an delimiter appended to the text input form --> continue to next value
  2. hit button --> a new "value" text input form is created and obtains "focus" --> next "add to value" event will add text to the focused form.

Related

No response

Alternatives

Continue doing manual insertion of delimiters by keystroke. But it will severely slow down annotation speed.

Additional context

No response

keighrim commented 1 year ago

Closed via #4 .