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

Support third party url links #10456

Open
1 task done
DhruvaSambrani opened this issue Feb 26, 2025 · 2 comments
Open
1 task done

Support third party url links #10456

DhruvaSambrani opened this issue Feb 26, 2025 · 2 comments
Labels
story Features perceivable by end-users

Comments

@DhruvaSambrani
Copy link

Description

Title. Mainly, zotero://select links and other possible low hanging integrations. Also see #8669 for a previous request that was turned down without any reasoning.

Use case

Academic writers, and linking to other databases.

Anything else?

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@DhruvaSambrani DhruvaSambrani added the story Features perceivable by end-users label Feb 26, 2025
@DhruvaSambrani
Copy link
Author

export const ALLOWED_SCHEMES = [

Why are we limiting only to these schemes? It should not be a security issue to add other schemes, and the only rule the RFC 3986 has is that it follows

  scheme      = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )

which corresponds to the regex

^[a-zA-Z][a-zA-Z0-9+-.]*$

Another usecase is for zoommtg links

@zetashift
Copy link

Would love to see this feature as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Features perceivable by end-users
Projects
None yet
Development

No branches or pull requests

2 participants