JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by Thomas Schwank almost 6 years ago
I need to make links to local folders on our windows server in wiki pages. So fat I tried this in wiki page, but it doesn't work:
[file://///server/folder$](file://///server/folder$)
Hi Thomas,
this is likely due to the CKEditor restricting links to specific resources: https://github.com/ckeditor/ckeditor5-link/blob/master/src/utils.js#L13.
You may have success by specifying the link manually using the CommonMark source toggle. But that is not a good workaround, since any additional editing in CKEditor will break it again :-/
Best,
Oliver
So is not possibile add a link to a folder?
Replies (2)
Hi Thomas,
this is likely due to the CKEditor restricting links to specific resources: https://github.com/ckeditor/ckeditor5-link/blob/master/src/utils.js#L13.
You may have success by specifying the link manually using the CommonMark source toggle. But that is not a good workaround, since any additional editing in CKEditor will break it again :-/
Best,
Oliver
So is not possibile add a link to a folder?