superle3

Results 27 issues of superle3

This adds all the environments that don't accept math input in their arguments to the text environment in the context class. Besides this another array was added. It contains the...

This PR tries to somewhat implement https://github.com/artisticat1/obsidian-latex-suite/issues/44 by adding a keybinding to swap between `keymap` `vim-insert` and `vim-visual` without losing the current selection. It's implemented as a setting instead of...

somewhat fixes #43, but doesn't implement tabout as a command

Hide ">" if the current blockmath in source mode is a valid quote block, in the mathtooltip. This is just visually for the tooltip. Needs another plugin for obsidian to...

**Describe the bug** Persistent output doesn't work **Software Version** tested on both windows 10 22H2 and fedora 41 kde on obsidian 1.9.12 and plugin version 2.1.2 **To Reproduce** For a...

bug

# Why Implements #239 There are some usefull keybindings in insert mode while having something selected, for example surrounding the current selection with (), but selecting the right text is...

# Description Implement a command that allows one to switch between vim-visual to vim-insert while keeping the current selection. Vim originally has a select mode, described at https://vimhelp.org/visual.txt.html#Select. It keeps...