You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's happening: I use vim mode for all obsidian file editing. The new kanban will use vim mode when I try to edit a card. Making changes in vim mode on a card does not write to the underlying markdown file (so the change will not be saved).
When does it happen: when editing kanban card in vim mode.
Expected Behavior
When I type ':w' in vim command or try to save the file (for example, in macos CMD+S), the update to the card should be saved. (reflect in the markdown file).
Steps to reproduce
Install kanban and enable vim mode in obsidian. Create a kanban file. Create a new card. Edit this card in kanban view mode.
Relevant errors (if available)
No response
Operating system
macOS
The text was updated successfully, but these errors were encountered:
I found that things work if I don't enter NORMAL mode in vim. For example, if I enter ESC and get into normal model. Whatever I edit will not be saved.
Describe the bug
What's happening: I use vim mode for all obsidian file editing. The new kanban will use vim mode when I try to edit a card. Making changes in vim mode on a card does not write to the underlying markdown file (so the change will not be saved).
When does it happen: when editing kanban card in vim mode.
Expected Behavior
When I type ':w' in vim command or try to save the file (for example, in macos CMD+S), the update to the card should be saved. (reflect in the markdown file).
Steps to reproduce
Install kanban and enable vim mode in obsidian. Create a kanban file. Create a new card. Edit this card in kanban view mode.
Relevant errors (if available)
No response
Operating system
macOS
The text was updated successfully, but these errors were encountered: