Memmy-App / memmy

An Apollo inspired open-source iOS and Android client for Lemmy built with React-Native. Find us on the App Store and Google Play!
GNU Affero General Public License v3.0
547 stars 58 forks source link

Auto generate links for user and community mentions #489

Open chrismarquardt opened 1 year ago

chrismarquardt commented 1 year ago

When a user or a community are mentioned in a post, can they be converted into links?

@user@instance.name !community@instance.name

(Apologies in case this has been asked before, I searched and couldn’t find anything)

bohn002 commented 1 year ago

might want to solidify the use case. For example, what format of the user's text should we convert into a link? user: /u/Infrapink | @user@instance.name | user@instance.name community: /c/UKPolitics | !community@instance.name | community@instance.name