Skip to content

ckgedit Link Plugin converts external links to other dokuwiki pages to internal link #723

Description

@einhirn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions