crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 16 forks source link

Clicking a %tag in an About Me takes you to search in that tag #80

Closed TaliX4 closed 3 years ago

TaliX4 commented 3 years ago

At the moment, a %tag in anyone's about me is just normal text, but it would be cool if it also changed colors and clicking on it took you to the search page for that tag

Note: Also that right clicking the %-> new tab works for it as well

jakeledoux commented 3 years ago

This, @mentions, and links are things I want to support in the description. I could do I right now if I disabled editing your description from the profile page, otherwise it'll just take a little more work. I'll come back to this.