#13224 closed enhancement (worksforme)
Howto add a "href=tel:" link in a ticket or wiki
Reported by: | anton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 1.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I would like to add a link to a telephone number or another custom link in my trac on windows.
Example:
<a href="tel:12345">tel 12345</a> <a href="myprogram://form?action=edit&entity=122">my entity 122</a>
I assume:
- if somebody clicks the link "tel 12345", then my skype will pop up proposing me to call 12345
- if somebody clicks the link "my entity 122", then the application myprogram will be started (my firefox will do this will the html snippet above)
Is there some possibility to do this in trac?
Attachments (0)
Change History (3)
comment:1 by , 5 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 5 years ago
OK, thanks.
I see for wiki it does work, but I didn't find an option for tickets.
It would be helpful if I could have such links in tickets description/comment.
Is this an enhancement or did I miss something?
comment:3 by , 5 years ago
Replying to anton:
It would be helpful if I could have such links in tickets description/comment.
Ticket description/comment uses Wiki markup, so you will get same behavior as in Wiki pages (/wiki
).
Please ask on the MailingList for support questions.
Use
[wiki] safe_schemes
option. See wiki:TracIni#wiki-safe_schemes-option.