vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Unresolved link reference for wiki page #821

Closed imbeerus closed 4 years ago

imbeerus commented 4 years ago

Unresolved link reference for wiki url (wiki is empty for now, but for other empty wiki's there is no such problem) Have tried with early access program, but get same error

image

vsch commented 4 years ago

@lndmflngs, the links are tested by trying to get a page from the URL if remote links are validated. In some cases GItHub and other sites will not respond with an error and instead show some default page. If that happens then the link will not show an error.

If the wiki exists and is public then the link should resolve. It should also resolve if the wiki is part of the current project, see Adding GitHub Wiki to IntelliJ Project