Matthew Scott
Matthew Scott
When within an environment, make typing the correct closing bracket behave like tab. That is, in the case “(blabla[cursor])” then typing “)” moves the cursor out, the same as typing...
The “tab” behaviour is conflicted within “align”: to insert a & or to get out of an bracket environment. My preferred default would be to exit an environment whenever within...
I like the VISUAL idea for editing previously written latex. However it is easier to select text while in vim mode. Would there be a way to use the selection...
If the cursor is positioned as “\blahblahbl”, disable the snippet completion. This could be done with a regex that checks that there is a backslash followed by text not separated...
The vimrc plugin allows to navigate visual lines instead. It would be great if there was an option for the relative line numbers to count visual lines instead of logical...
I think the code was checking whether is_math for each snippet for which this was a condition. This pr changes that behaviour so that is_math is a local variable that...
I would like to add the better bibtex entry of the relevant citation to as some data to import in my import template. Is possible? Thank you!
### 🚀 The feature, motivation and pitch To have embedded notes (or sections of notes) embedded and available for editing from the main note. Then on saving the current buffer,...
### 🐛 Describe the bug For the following markdown: ```markdown # Statement # Other stuff ## Statement ``` The latter "Statement" is prioritized, which is not the default behaviour in...