remark-wiki-link-plus icon indicating copy to clipboard operation
remark-wiki-link-plus copied to clipboard

Parse and render wiki-style links in markdown especially Obsidian style links.

Results 8 remark-wiki-link-plus issues
Sort by recently updated
recently updated
newest added

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 ![AltText|100x100](https://url/to/image.png) > > For embeds,...

![image](https://user-images.githubusercontent.com/52197250/234382876-6391dab0-e747-4615-9011-3d5170922eb4.png)

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...