-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add support for markdown wikilinks (aka piped links) #7319
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
Conversation
imysl0
commented
Aug 24, 2024
Use this to prevent generating unnecessary HTML suffixes for MD files.
mkdown.use(mdWikilinks({ uriSuffix: '' }))
Use this to prevent generating unnecessary HTML suffixes for MD files.
mkdown.use(mdWikilinks({ uriSuffix: '' }))
thanks for the suggestion, done
imysl0
commented
Aug 27, 2024
I tried it, and it works great. I've integrated it into my own instance. Thank you so much!
imysl0
commented
Nov 24, 2024
Hi @Mexator :
Are you interested in adding support for markdown-it-container markdown-it-container to wikjs?
Although it's a bit abrupt, haha!
Hi @Mexator : Are you interested in adding support for markdown-it-container markdown-it-container to wikjs? Although it's a bit abrupt, haha!
No, sorry, I moved on to another wiki engine since I opened this PR
Uh oh!
There was an error while loading. Please reload this page.
This PR adds support for Obsidian-style links.
Syntax is
[[Link|Display text]]
. The rendering to HTML is done with markdown-it-wikilinkseditor screenshot
rendered screenshot