-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Tab and Enter do not create new columns and rows #311
Comments
Live preview was on which isn't supported! Everything is working fine now. |
@MockingMockingBird I believe tab and enter used to work with live preview on in pre v1.5 of releases of Obsidian. v1.5 adds a new table editor natively which also has tab actions. Advanced table plugin's auto-formatting (on tab and enter) stopped working for me (in live mode) right after I updated to Obsidian 1.5.3. It still works as expected with live mode off. Suspecting if the behavior reported here is related to the table editor in Obsidian 1.5. JFYI. |
I changed my mode live preview to source mode still same. |
I had same problem. I solved it by turn off 'Show Indentation Guides' and live preview. OS: Mac OS Sonoma 14.2.1 |
Just disabling live preview seems sufficient to enable the OS: MacOS Sonoma 14.4 |
Rolling back to version v0.19.1 can solve this problem |
Is there a way to rollback from the Obsidian app or do I have update the plugin folder manually? |
Any solution for this feature? Like we can use another Hotkey for this plugin, use Shift+ENTER/TAB instead? this plugin is better than native embeded table function. |
this operation has solved the problem in my computer Obsidian Version: 1.6.7 |
The issue has not been fixed yet |
Describe the bug
Version 0.20.0
Tab and Enter do not create new columns and new rows respectively.
To Reproduce
Steps to reproduce the behavior:
Make sure Safe mode is off
| test
then press eithertab
orenter
and it just tabs the| test
overThe advanced tables UI recognizes the
| test
as a table and lets me use it to edit the table but that's not really a solution I want to have to rely on.Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
I tried turning all other community plug-ins off to fix the issue but that didn't help.
The text was updated successfully, but these errors were encountered: