Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Wikilinks support #596

Open
aboy021 opened this issue Mar 10, 2021 · 4 comments
Open

Feature Request: Wikilinks support #596

aboy021 opened this issue Mar 10, 2021 · 4 comments
Labels
C: wiki Category: wiki functions feature

Comments

@aboy021
Copy link

aboy021 commented Mar 10, 2021

Many markdown tools such as Obsidian support links using the wikilinks format.
For example, the wikilink
[[I am a link]]
Corresponds to
[I am a link](I%20am%20a%20link.md)
Unlike regular markdown links, wikilinks support unescaped whitespace.

It would be great if these links could be supported, possibly as a configuration option for GitHub Flavoured Markdown.

@reagle
Copy link

reagle commented Sep 13, 2021

BTW: note that wikilink is a non-standard mess. Pandoc will likely be able to support it soon, but will require two extensions to cover [[label|link]] and [[link|label]].

@deathaxe deathaxe added the C: wiki Category: wiki functions label Sep 14, 2021
@gour
Copy link

gour commented Oct 24, 2021

Hello,

let me add that I'd like to use SublimeText(4) as application for Zettelkasten method of note-taking and would like to see features present in Notedown package available in the default package for Markdown editing since Notedown does not show much lie in recent years.

Of course, it is always possible to use ST4 as the editor for taking notes, but with, probably not too much it could become a viable alternative for ZK.

I've tried Obsidian, Zettler, Emacs/org-mode/org-roam, vimwiki... but SublimeText provides the right balance between performance and time one does require configuring one's editor. 😄

@arcticpinecone
Copy link

BTW: note that wikilink is a non-standard mess. Pandoc will likely be able to support it soon, but will require two extensions to cover [[label|link]] and [[link|label]].

Is this possible now then? I would ❤️ this!!

@reagle
Copy link

reagle commented Apr 17, 2024

I've not used it but the documentation says so; this issue can be closed.

Extension: wikilinks_title_after_pipe±

Pandoc supports multiple Markdown wikilink syntaxes, regardless of whether the title is before or after the pipe.

Using --from=markdown+wikilinks_title_after_pipe results in

[[URL|title]]

while using --from=markdown+wikilinks_title_before_pipe results in

[[title|URL]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: wiki Category: wiki functions feature
Projects
None yet
Development

No branches or pull requests

5 participants