-
-
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
The tab key does not work, it seems that the Obsidian software has already configured hotkeys. #342
Comments
This also happens to me, I tried to do it in a completely empty vault and installing the plugin and the error continues. |
I also experienced this situation. I was able to use it normally yesterday, but after updating the plugin to 0.22.1 today, it cannot be used normally anymore. I think there is a conflict between the plugin and the table function of Obsidian itself. I tried using other issue methods to solve this problem, but none of them worked. I had to set the |
The issue has not been fixed yet |
The hotkeys for this plugin are only active when you're in source mode in the editor. In source mode, if you type out the header of a table ( |
I find this in source code: if ('sourceMode' in currentMode && !currentMode.sourceMode) {
// Avoid conflicting with WYSIWYG tables in live preview mode.
return false;
} I think that's why we can not use this plugin in preview mode |
|
Switching to Source Mode work? Is there a better solution for this? |
And I remember that with the “editing-toolbar”, there used to be visual buttons that you could click to insert tables, but now nothing works, I've installed a bunch of plugins and now I have to type the tables completely manually, which sucks!
The text was updated successfully, but these errors were encountered: