-
Notifications
You must be signed in to change notification settings - Fork 645
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
Comments
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 |
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 Of course, it is always possible to use 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. 😄 |
Is this possible now then? I would ❤️ this!! |
I've not used it but the documentation says so; this issue can be closed.
|
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.
The text was updated successfully, but these errors were encountered: