You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Display implied tags in an extra dropdown near the tag. Note: is superceded by the next potential expansion
Dropdown upon hovering the tag which contains the tag short description, description and all the other data you'd gather by visiting the tag page
Potentially with distinct separate syntax like #!tagname / #![tagname]
The text was updated successfully, but these errors were encountered:
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
#!tagname
/#![tagname]
The text was updated successfully, but these errors were encountered: