NobleRat
NobleRat
> can this fit into the existing infrastructure? Yes ! This is actually a good idea. Plus devs "only" need to copy paste the surround plugin code (because vimwiki has...
Hi @rsarky, I did not code anything already and ... it was not in mu priority list. I Assigned to me as a reminder because I personaly find the feature...
@uolot there is a related feature request: #990
Strange behaviour, I would expect the opposite: `[Test](Test.md)` to work but not `[[Note.md|Note]]`. Do the bug still appear in the dev branch ?
> I'm still uneasy about opening this issue since no one else seems to have seen the problem In doubt, after verifying there is no duplicate, just open the issue....
Hi @zyl-hub vimwiki is only opening files. This is almost a bug, so I'll pu this issue in bug triage. Meanwhile, as far a I know open the directory with...
> A solution would be to put the used pattern into the header, after Generated Links? Yes using a placeholder like ` let g:vimwiki_links_header = 'Files in this subpage at...
Ah and I vote in favor of the feature. As I am the only voter now => please go ahead.
This is easy to code, if anyone is willing to contribute, feel free to ask for some details here or in an associated PR. Estimated time 2..3h (for newbye).
Hi @mareq, You can exploit the `wildignore` parameter of `globpath` just below the line you referenced. (`:h globpath`) so that its are filtered before beeing accumulated (and not after). If...