2016-11-24, 00:38:19
Because it is nearly impossible to do so.
The ckeditor link plugin would have ot be rewritten to do either, flag relative links or local links and know when you are editing one and not a regular link. maybe add a data-localurl flag or something
We could also grab the href on edit and parse it to a local path and then switch the dialog into local link, this is also nearly impossible as the href is not exposed to the link plugin. I have tried , spent too much time and gave up on it.
Adding both these features into the ckeditor link plugin were not easily possible.
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1000
3.4 does have support for relative urls, and it is easily hacked into 3.3 by modifying siteurl or the link generation code, both as discussed in forums elsewhere.
The ckeditor link plugin would have ot be rewritten to do either, flag relative links or local links and know when you are editing one and not a regular link. maybe add a data-localurl flag or something
We could also grab the href on edit and parse it to a local path and then switch the dialog into local link, this is also nearly impossible as the href is not exposed to the link plugin. I have tried , spent too much time and gave up on it.
Adding both these features into the ckeditor link plugin were not easily possible.
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/1000
3.4 does have support for relative urls, and it is easily hacked into 3.3 by modifying siteurl or the link generation code, both as discussed in forums elsewhere.