This regex
|
oRegex.internal_link = /doku.php\?id=(.*)/; |
breaks external links to dokuwiki pages. When I want to set a "URL" type link to
https://some.otherwiki.tld/doku.php?id=page:i:want:to:link:to
this will automatically replace it with an internal link to
page:i:want:to:link:to
except that this ID doesn't exist in my wiki.
How can I link to another dokuwiki without adding an interwiki link reference?
This regex
ckgedit/ckeditor/plugins/link/dialogs/link.js.unc
Line 23 in 5b4dbdb
breaks external links to dokuwiki pages. When I want to set a "URL" type link to
https://some.otherwiki.tld/doku.php?id=page:i:want:to:link:tothis will automatically replace it with an internal link to
page:i:want:to:link:toexcept that this ID doesn't exist in my wiki.
How can I link to another dokuwiki without adding an interwiki link reference?