We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logged-in users with the right permissions can add, edit and remove annotations.
Annotation spans can be shifted, multiple codes can be added to the same annotation, comments can be added.
We are planning to implement a modified version of RecogitoJS. See mockups below to see how the annotation tool should look and work.
Select a highlighted fragment by clicking on it once
Clicking on a highlighted fragment brings up the controllers that can be used to shift the span of the annotation-
Double click on a selected fragment to bring up the annotation tool.
If multiple codes belong to the same annotation, the code description is for the last code added.
When codes are selected, the code description is changed.
Note: When codes are added, you select them from an auto-complete dropdown. You can also create a new code by writing a new code into the prompt.
Comments can be added to annotations
Annotations are saved on close
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Logged-in users with the right permissions can add, edit and remove annotations.
Annotation spans can be shifted, multiple codes can be added to the same annotation, comments can be added.
We are planning to implement a modified version of RecogitoJS. See mockups below to see how the annotation tool should look and work.
Select a highlighted fragment by clicking on it once
Clicking on a highlighted fragment brings up the controllers that can be used to shift the span of the annotation-
Double click on a selected fragment to bring up the annotation tool.
If multiple codes belong to the same annotation, the code description is for the last code added.
When codes are selected, the code description is changed.
Note: When codes are added, you select them from an auto-complete dropdown. You can also create a new code by writing a new code into the prompt.
Comments can be added to annotations
Annotations are saved on close
The text was updated successfully, but these errors were encountered: