remark-wiki-link-plus
remark-wiki-link-plus copied to clipboard
Parse and render wiki-style links in markdown especially Obsidian style links.
Noticed external links in double brackets (`[[https://github.com/]]`) are not working on my blog. Can we get support for non-internal links?
work with remark-wiki-link 0.04,but bot work with 1.04 above or remark-wiki-link-plus
See https://help.obsidian.md/How+to/Embed+files > You can embed attachment files like images or audio in your notes. Use the ![[filename.png]] syntax like so File types supported (note we may support more e.g....
Obsidian supports a non-standard syntax for resizing images https://help.obsidian.md/How+to/Embed+files ```md > You can resize images using the following syntax: > > For markdown images, use  > > For embeds,...

The plugin is automatically adding a trailing colon (`:`) to wiki links ### Expected Behavior Input: `[[link]]` Expected output: `[[link]]` ### Actual Behavior Input: `[[link]]` Actual output: `[[link:]]`
# Summary - Today the plugin is excellent for Markdown→HTML pipelines (Remark → Rehype → HTML). - However, when using a Markdown→Markdown pipeline (Remark → remark-stringify), wikilinks are re-emitted as...