philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
84 stars 29 forks source link

Tag mentions #254

Open Meow opened 1 month ago

Meow commented 1 month ago

Tag mentions

Basic concept (minimal implementation)

Ability to "mention" tags in posts, like #tag or #[tag with spaces], this would render as the normal "fancy" tag display similar to the tag on the image itself, with the +/- button and the image count, and of course the tag color. This would, of course, also make a link that leads to the /tags/:tagname route. This should also automatically resolve aliases and display the final tag name after all the aliasing shenanigans.

Possible expansions