Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 B1
-
Fix Version/s: 1.0 B4
-
Component/s: {Unused} Editor - TinyMCE WYSIWYG
-
Labels:None
-
Similar issues:
Description
XWiki supports two syntaxes for making links, using | and using > as separator between the components, but the wysiwyg editor recognizes only > as a valid separator, thus braking all liks containing the | separator. For example,
this is a [link|Some.page]
becomes
this is a[link|Some.page>link%7CSome.Page]
We can either:
- add support for the other syntax in the editor
- remove the other syntax
I think 1 is the better option, since I have always used | as a separator, and so did many others.