Brennen Bearnes

Results 77 comments of Brennen Bearnes

Sounds like this is resolved?

> On reflection I think: Let's not do this by default, but if you wanted to work up a version where there's a setting for it, I'd be happy to...

Thanks to @Nudin for setting me up with necessary permissions here. I put together #1282 for bumping version and updating contributor docs if anyone's got thoughts there. After some thought...

There're some Jupyter integration plugins and stuff like [workbook_vim](https://github.com/tomtom/workbook_vim) that might be worth taking a look at for this kind of thing - I haven't really experimented much with them....

> are there any other output cases you were thinking of? That seems like a pretty good summary to me. A variant that I find conceptually interesting but haven't really...

To be honest, I'm a bit surprised this works at all. (See also #1233.)

My first thought is try the `dev` branch and see if it's still broken. Odds are decent something has been fixed since the very stale stable release. My second is...

I also tried on `master`, and things worked as expected there too, so maybe something else is going on. You might try posting your entire `.vimrc` just in case this...

Sorry for the frustrating change in behavior with d7ec126. I don't really think this is a bug _as such_ so much as an example of [Hyrum's Law](https://www.hyrumslaw.com/) in action. Making...

Again, I'd suggest handling that in a custom link handler. Here's my current full one as a working example of handling more than one prefix: ```vim " override default vimwiki...