Aly Thobani

Results 30 comments of Aly Thobani

Built a `.html` file just like @w0rm above and got the same error because of the `file://` prefix. > Uncaught Error: Browser.application programs cannot handle URLs like this Worked in...

Hey, I've been digging into related issues lately (#13995 , https://github.com/microsoft/TypeScript/issues/46899 , #27808 , etc), and from what I can tell, @mattmccutchen 's original code example now works without error...

FWIW it looks like as of today, codemirror-vim now has `g0`, `g^`, and `g$` [implemented](https://github.com/replit/codemirror-vim/blob/master/src/vim.js#L136-L138), so you can just directly remap your keys to those commands in your `.obsidian.vimrc` without...

Hey @hhhapz :) sure happy to update things here. I also did a little more digging and was able to get your plugin's implementation of `pHead` and `pNext` working with...

Okay cool, it could be simpler to just bring the changes into here, then. Other than I'm not quite sure how the release process works with the official Obsidian plugin...

@esm7 Oh nice, yeah if you're happy to do that, I think that'd be best from a user perspective too, just needing to install a single plugin :)

Sure sounds good :) I'll work on writing that up

Sorry for the delay here, got busy with some other stuff, but just put up a PR for obsidian-vimrc-support to provide these (and a couple other) motions/commands. If that looks...

Great plugin @dword-design :) +1 to this feature too although it's not a big deal for me at the moment. Currently it seems like the plugin looks for the first...

Hey everyone, I wanted these features too (a "Go to Region..." command, regions in the Outline, etc) so I built an extension that provides them plus a few others: [Region...