Skip to content

Conversation

@shubham-padia
Copy link
Member

Fixes #1284.
Adding config option to set protocols in the config that are whitelisted to be opened directly.
The behaviour is documented in docs\howto\customize-link-protocols.md.

Supersedes #1401. Keeps the original author same.

Fixes:

Screenshots and screen captures:

Platforms this PR was tested on:

  • Windows
  • macOS
  • Linux (specify distro)
Self-review checklist
  • Self-reviewed the changes for clarity and maintainability
    (variable names, code reuse, readability, etc.).

Communicate decisions, questions, and potential concerns.

  • Explains differences from previous plans (e.g., issue description).
  • Highlights technical choices and bugs encountered.
  • Calls out remaining decisions and concerns.
  • Automated tests verify logic where appropriate.

Individual commits are ready for review (see commit discipline).

  • Each commit is a coherent idea.
  • Commit message(s) explain reasoning and motivation for changes.

Completed manual review and testing of the following:

  • Visual appearance of the changes.
  • Responsiveness and internationalization.
  • Strings and tooltips.
  • End-to-end functionality of buttons, interactions and flows.
  • Corner cases, error conditions, and easily imagined bugs.

Fixes zulip#1284.
Adding config option to set protocols in the config that are
whitelisted to be opened directly.
The behaviour is documented in docs\howto\customize-link-protocols.md.
@@ -0,0 +1,35 @@
# Customizing Link Protocols
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be using standard Zulip capitalization throughout (sentence case).

}
```

Note: Each protocol should include the trailing colon (:), e.g., "mailto:" instead of "mailto".
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note: Each protocol should include the trailing colon (:), e.g., "mailto:" instead of "mailto".
Note: Each protocol should include the trailing `:`, e.g., "mailto:" instead of "mailto".

@alya
Copy link
Collaborator

alya commented Nov 10, 2025

@andersk Tagging for your review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LinkUtils custom application launcher protocols

5 participants