text-highlighter icon indicating copy to clipboard operation
text-highlighter copied to clipboard

A Streamlit component for annotating text by text selecting.

Results 8 text-highlighter issues
Sort by recently updated
recently updated
newest added

A hasty attempt to address issue #8 -- add ``` span { white-space: pre; } ``` to style.css, and remove `inline-block` from the `mark` element.

I have a piece of text with newline characters, but the newline characters are getting ignored. What character(s) should I be using to signal I want a newline in the...

Thanks a lot for the component, I really like it so far and it works very well for plain text. **Currently**, when the text is formatted as Markdown or as...

Hi, First thank you very much! it's a very useful streamlit component for NLP stuff. :) I was trying to customize the appearance, like text size, by inserting some CSS...

When working with larger texts, labels are at the top of the page, so when you scroll down, you don't see labels anymore. You end up scrolling up to the...

enhancement

This component would be everything I could possibly want if the underlying text were editable (and, as a stretch, lightly WYSIWYG formattable) (context: I want to use this component as...

# Feature Adds an option to the component so that if a user highlights some text with leading or trailing whitespace, that whitespace can be automatically stripped. We noticed a...

Addresses [this issue](https://github.com/kevin91nl/text-highlighter/issues/15) - Permit perfectly adjacent spans - added rounding to the span highlights (this allows you to see the break between two perfectly adjacent spans) Here is an...