Brennen Bearnes

Results 77 comments of Brennen Bearnes

As with #1208, I'm pretty sure the answer here is that VimWiki doesn't support mixing file extensions within a single wiki, and I think that adding that behavior would be...

> I don't necessarily think VimWiki should support mixing file extensions but it seems like it has "partial support" now. I debated opening this issue but thought it was worthwhile...

This doesn't seem to be neovim-specific. Confirmed it doesn't seem like it's working on dev with: ```vim " main personal wiki let wiki = {} let wiki.name = 'notes' let...

See `:help vimwiki-nohtml`. The trick may be that any given Markdown implementation is unlikely to respect this directive, but it could probably be built into whatever `customwiki2html.sh` equivalent pretty easily.

I just noticed this while looking at @chipsenkbeil's vimwiki-rs HTML generation, where it's duplicated.

For clarity, is the asterisk inside a code block or backticks?

@Nudin, @tinmarino, @EinfachToll, @ranebrown thoughts here?

> I agree moving to the rolling release is a better approach. Mirroring dev and master would be nice if that can be done automatically. If there's a consensus here,...

Pre-existing pages will be linked with the correct relative path. I personally tend to just lead with a slash when linking to a new page from the diary: `/test` →...

I experimented a bit and wasn't able to trivially reproduce this with vim 8.1, nvim 0.4.4, or nvim 0.5.0 on Debian oldstable, but didn't go as far as starting with...