AnthonyNahas / ngx-linkifyjs

Angular V8 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
https://anthonynahas.github.io/ngx-linkifyjs
MIT License
42 stars 20 forks source link

Possibility to highlight the mentions (without href) #116

Closed FrankAnthony11 closed 4 years ago

FrankAnthony11 commented 5 years ago

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] feature request

Desired functionality

To add the possibility only to highlight the mentions. For example i want to have them highlighted in yellow (or just surround them with \<mark> attributes). Currently i can only enable them, which will make them clickable and they will navigate to the certain URL.

AnthonyNahas commented 4 years ago

this would be impossible since we are relying on linkifyjs natively...

I am sorry!