tweetParser.js icon indicating copy to clipboard operation
tweetParser.js copied to clipboard

How to hide a specific symbol?

Open JarisGV opened this issue 3 years ago • 2 comments

Hello,

I'd like to hide a specific symbol in the rendered HTML. e.g. I'd like to type @username but in the HTML I would like to have it rendered without the @ before the username. In the same way I'd like to hide https:// from the output. E.g.: https://mysite.com becomes mysite.com in HTML output.

How can I achieve it?

Example

JarisGV avatar Apr 22 '21 21:04 JarisGV

Hi @jarisgv currently, it's not directly possible with the lib. But it should be very easy to implement this feature as an optional one :)

VincentLoy avatar Apr 29 '21 12:04 VincentLoy

🙏🙏🙏

JarisGV avatar Apr 29 '21 17:04 JarisGV