esm7

Results 342 comments of esm7

Seems like when in Insert mode, `[[` works as you describe for Vim being off, i.e. if you mark text in Insert mode and type `[[` it surrounds it. In...

I just released a version that adds an `obcommand` Ex command, which in theory should enable what you asked for. However to my disappointment, launching the `editor:insert-link` or `editor:insert-wikilink` Obsidian...

The capability I added to the plugin is to launch an arbitrary Obsidian command (anything from the command palette basically) through an Ex command, which in turn can be mapped...

I tried a few variations of Visual mode and some mappings with no results yet, but I will continue to investigate this next time I get a chance.

That's awesome, and if you can make it similar to [`vim-surround`](https://github.com/tpope/vim-surround), i.e. in visual mode type `S{` to wrap the selected text with `{...}`, `S(` for `(...)` etc., it would...

@Andr3wD thank you so much for the contributions! I'm a little swamped this week but really hoping to merge and release it next week :)

Released the version with this feature and it works beautifully :)

Actually I was happy too soon, something got broken :-/ Will look into it. EDIT: seems to now be working for real.

@santiyounger can you confirm the feature works for you and we can close the issue?

Does the command work ok when you launch it normally through Obsidian ("Reload app without saving" in the command palette)?