recogito / text-annotator-js

A JavaScript library for text annotation.
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

prevents select on click when userSelectAction is none #154

Closed Aierie closed 1 month ago

rsimon commented 1 month ago

BTW: if your project is something you can share, I'd love to see it. It's still a bit early days for this library. But I'm interested in seeing as many different use cases & getting it improved as best as possible.

Aierie commented 1 month ago

Okay, will share once I've cleaned it up enough to use! It is a tool for doing bottom-up qualitative data synthesis that puts a lot of importance on the raw quotes, following Indi Young's method.

I was originally hacking around with RecogitoJS, but realised the successor checked these boxes:

So thanks! This saves me a bunch of work while making the code cleaner. I'll continue using @recogito/text-annotator-js, but will probably store selection state as a property in the annotation for now.

rsimon commented 1 month ago

Sounds great, thanks!