Skip to content

Handling Wikilinks? #8

@sneakers-the-rat

Description

@sneakers-the-rat

Hello! I'm curious how i would go about extending this extension to support wikilinks?

Currently a block like this:

<markdown>
- [[WikiLink1]]
- [[WikiLink2]]
</markdown

Will render literally like

  • [[WikiLink1]]
  • [[WikiLink2]]

Instead of making them wikilinks. The typical Markdown syntax of [text](url) makes external links, which don't handle relative links within the wiki or engage the wiki tools for eg. "wanted links" or "what links here"

It seems like it should be possible to parse and insert actual wikilinks with double brackets since they're not part of markdown syntax, how would i go about doing that?

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