Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags #162

Open
unhuman opened this issue Nov 17, 2017 · 1 comment
Open

Tags #162

unhuman opened this issue Nov 17, 2017 · 1 comment

Comments

@unhuman
Copy link

unhuman commented Nov 17, 2017

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.

@mbland mbland mentioned this issue Jan 4, 2018
@mbland
Copy link
Owner

mbland commented Oct 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants