Modify ↓
Ticket #3685 (closed enhancement: wontfix)
Opened 5 years ago
Last modified 5 years ago
Add support for skype: links
| Reported by: | piotr@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | wiki system | Version: | 0.9.6 |
| Severity: | trivial | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Introduce automatic recognition of links interacting with skype, eg:
skype:userid?callme
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 5 years ago by cboos
Ah, just occurred to me that maybe this kind of link might be recognized by your browser (I don't know skype, so I can't tell for sure). If that would be the case, then an easier solution would be to use an InterWiki link:
skype skype: # Create a skype link
Note: See
TracTickets for help on using
tickets.



This kind of things should be done by a plugin, check the
IWikiSyntaxProviderInterface and TracDev/PluginDevelopment.