Spans and Relations: Start in span mode by default

Hi! This definitely makes sense and we should have a setting for that! Maybe we could just have a setting that lets you order the annotation mode buttons (similar to how you can customise the "buttons" at the bottom). Then you could define ["spans", "rels"]. I'll add this to the list of enhancements!

In the meantime, you could probably use a workaround like the one I suggested in this thread and simulate a click on the span mode button whenever the task changes:

The selector is a bit hacky – we probably need a better human-readable class here:

const button = document.querySelector('button[title="Select spans (s)"]')
1 Like