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 URL schemes other than HTTP and HTTPS #59

Open
paulbartrum opened this issue Jan 25, 2016 · 0 comments
Open

Support URL schemes other than HTTP and HTTPS #59

paulbartrum opened this issue Jan 25, 2016 · 0 comments

Comments

@paulbartrum
Copy link

I've updated UniversalMarkdown to support the following URL schemes (the same list of URL schemes that reddit itself supports) in hyperlinks:

  • FTP e.g. "ftp://test.com"
  • STEAM e.g. "steam://test.com"
  • IRC e.g. "irc://test.com"
  • NEWS e.g. news://test.com
  • MUMBLE e.g. "mumble://test.com"
  • SSH e.g. "ssh://test.com"
  • MAILTO e.g. "test@test.com"

These links generally work in Baconit, without any changes, but the app is left with an unsightly and useless forever-loading screen. It'd be nice to properly support these types of links.

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

1 participant