superle3

Results 99 comments of superle3

Can't you already do this with the current snippet system?

looked a bit more into unmap and map and changed descriptions accordingly. Also added ? for the undocumented objects, since im just copying that from the vimrc plugin and I...

also would like to add https://github.com/artisticat1/obsidian-latex-suite/issues/352. Would do it in a seperate PR, but I wouldn't be able to reuse my current code for that

Now `o` doesn't work outside of environments. Which makes sense from the code, but I thought I tested that and it did work. easy solution would be to add ```ts...

I couldn't find out the reason for this code from the documentation of both codemirror and the vim plugin. There is a slight change from the code a both. insertmode...

forgot to unmap the old keymappings when vim keybindings are turned off. Everything should be good now. Edit: In light of https://github.com/artisticat1/obsidian-latex-suite/pull/310, I feel I should clarify that the `insert-newline-below`...

For the type safety it would probably be better to use https://github.com/Fevol/obsidian-typings for the untyped objects. But the methods of the `vimApi` still untyped so its still not ideal.

~~changed `window.CodeMirrorAdapter.Vim` with `initVimMode(CodeMirrorAdapter)`~~ edit: ignore that.

semi related to #151. Hopefully there aren't any environments that don't accept `\color`. Not sure how I would deal with `\textcolor` and `\color` itself, but that probably isn't an issue.

Hello, this has been fixed for the latest version and will be probably be added in the next release. As for your suggestion, I don't think that it is usefull....