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
On top of adding tags, we could also parse the custom links such that each component comprised of [:alnum:] characters automatically become tags, e.g. custom-link would be tagged with custom and link.
Then, when someone tries to access link-custom, since the actual link doesn't exist, we could present the user with a list of tags matching the actual short link.
In other words, when someone tries to access a short link:
exact matches redirect automatically
otherwise the link components are parsed as tags, and tags are searched
I'd like the ability to have tags on links (and search) and also have the ability for other people to add tags after the fact.
The text was updated successfully, but these errors were encountered: