-
When creating a wikilink "[[]]", it's useful to have access to typeahead for topics.
-
### Describe the bug
After VS Code upgrade to 1.83.0 behaviour of Go to Definition mouse gesture (cmd+click or option+click) on wikilinks changed.
Prior it opened linked note, now it moves focus t…
irnc updated
9 months ago
-
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
- [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete,…
-
**Is your feature request related to a problem? Please describe.**
Some applications use the wikilink format `[[labeled|wiki-link]]` and some use `[[wiki-link|my label]]`. Dendron (and some tools li…
-
The strings "[[]]" and "[[|]]" (empty "wikilinks") are not treated as wikilinks by MediaWiki and shouldn't be treated as such here either.
-
Thank you very much for your hard work in creating the plugin, which greatly simplified my publishing process
Now I am encountering an issue: I am using a markdown-style interlink in obsidian, howeve…
-
When the excerpt is an image, the plugin inserts it as a wikilink, for example, `![[image.png]]`. Would it be possible to add an option to insert it as a Markdown link, like `![]()`?
Because unlike…
-
I have set
```vim
let g:vimwiki_list = [{'path': '~/vimwiki/', 'path_html': '~/vimwiki_html/', 'syntax': 'markdown', 'ext': '.md'}]
```
in my .vimrc so that my vimwiki files are markdown. Some…
-
I was using Markdown links with Display Text throughout my Vault. I used your script to convert them to WikiLinks using the Relative Path option. The convertion worked properly for most of the links b…
-
When exporting a markdown, that contains images the following problem occurs:
The images are copied (and renamed) correctly, however in the copied markdown file the images will not be included (eithe…