-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] indent and unindent with tab completely impossible #363
Comments
Some other suggestions that is possible to achieve indentable math
|
This seems more like a feature request than a bug report, but it is easily implemented by checking if something is selected in the tabout code. And make it a setting or default behaviour? |
I think this treads between a bug report and feature request, because the plugin is blocking the default Obsidian ability to indent lines, with no known built-in alternative.
|
The hard part is multicursor, but its so obscure that I don't think its worth bothering And looking back, this does not make sense as a toggle-able setting so it's permanent. |
Description
When this plugin is enabled, tab to indent and shift-tab to indent in math block is completely impossible with no known alternative.
To Reproduce
Enable the plugin, type some math block. Now press tab with the math block content selected, individual lines selected, or at beginning of lines. Instead of indenting , cursor will just go to next tabstop
Expected Behavior
at least with a selection, tab should indent the line, or block - very few cases are exceptions to this behavior. I understand that tab stops and such might interfere, but since VISUAL is a feature in this plugin, tab and shift-tab should be given priority to this behavior. Or at least a toggle in settings. Current implementation of VISUAL also does not help me with an alternative, because line-wise addition is not supported (which will at least make a snippet for tab that indents).
The text was updated successfully, but these errors were encountered: