Actions
Feature #2084
openCustomizable "protocols" to generate external links
Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2008-10-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Allows to define "prototypes" along with an URL prefix, so it will be easy in markup to reference external resource without needing a copy/paste of a full URL
Example with proto='mywiki' ; URL prefix=''http://wiki.company.com/display/space/' :
markup : "Check This":mywiki:somewikipage formatted into : <a href='http://wiki.company.com/display/space/somewikipage'>Check This</a>
Other examples :
"Great language":wp:Ruby_(Programing_Language) <a href='http://en.wikipedia.org/wiki/Ruby_(Programing_Language)'>Great language</a> :wp:Redmine <a href='http://en.wikipedia.org/wiki/Redmine'>Redmine</a>
note: also same feature asked for CustomFields
Related issues
Actions