-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Custom renderMark
for TextAnnotator
#6
Comments
Working on in #8 - I need to refactor some of the click logic. Clicking on a mark currently deselects it |
Cheers, do you have a PayPal or somewhere I could buy you a coffee ? :) |
Hi, I am also interested in customizing the mark for the text annotator. Cheers to the good work thus far. |
Is this resolved now? The PR is still open |
@mcamac Text Annotator is really Great. Can you please let us know if renderMark for TextAnnotator is complete ? When is this PR getting merged ? Thanks |
can you please add renderMark function to text annotator ???? its really urgent @mcamac |
Hi, I'm looking to implement a selection popover similar to @guillaumedsde, however I wan to show a list of labels on selection, allowing to choose a label. Is this PR merged? Thanks. |
Update for everyone, I solved the custom changes I wanted to do by taking his code and implementing it as plain typescript, seeing as this repo seems managed no longer. |
Custom
renderMark
for TextAnnotatorHi, I could be mistaken, but am I right in thinking, that it is possible to implement a custom
renderMark
optionally passed through props to theTextAnnotator
component?I am looking to implement a popover menu that appears above the selection and for that it would be useful for me to be able to pass a custom mark.
Example
is modifying TextAnnotator like so feasible?
The text was updated successfully, but these errors were encountered: