Skip to content
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]: Vim mode editing kanban card does not write to file #1072

Open
firstmover opened this issue Nov 17, 2024 · 1 comment
Open

[Bug]: Vim mode editing kanban card does not write to file #1072

firstmover opened this issue Nov 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@firstmover
Copy link

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

@firstmover firstmover added the bug Something isn't working label Nov 17, 2024
@firstmover
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant