trotto/go-links

Allow underscores in URLs (Diff in comments, can I have permissions to push a feature branch to make a PR with?)

Opened this issue · 3 comments

so instead of go/projecttemplate, have go/project_template?

The https://trot.to/#/ link generator strips underscores when making links.

hey @meyerkev! you'd update the regex for the frontend here and for the server here. currently go link keyword are restricted to letter, numbers, and hyphens (e.g., go/project-template).

So I currently lack permission to push a branch to trotto/go-links.git, so I linked the diff and I'm not sure how to request those permissions.

I might also add some documentation around how to run webpack because that was by far the longest part of this.

git push origin TROTTO-129:meyerkev/underscores
Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
ERROR: Permission to trotto/go-links.git denied to meyerkev.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

underscore.diff.txt