-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Toggle checkbox status #491
Comments
Hi @juridiener, do you mind wrapping your minimal init.lua in backticks? Thanks :) Please forgive the question, but you are pressing |
Hi @jgollenz, i looked at this file. Sorry for the question. What i should post in the minimal_init.lua file. This is my first time posting an issue on github. I really appreciate your help. Yes i meant Ctrl + Space i wrote before '' but then the text in the quotes disappears for some reason so then i removed the brackets, but forgot that C-Space doesn't make sense. Sorry for the confusion. Screen.Recording.2023-01-25.at.09.57.12.mov |
No worries. As a first step, let's see if your issue also arises if you use the default |
@jgollenz Screen.Recording.2023-01-25.at.16.23.57.movSo i copied the file and run this command: And the same thing, nothing happens. |
Oh, I'm just being not very attentive. Those are not checkboxes. * TODO test
- [ ] Task 1 You have * TODO test
[] Task 1 which is not parsed as a checkbox, but a line that happens to start with two brackets. You need the dash at the front and the blanks in-between. See here |
Hi @jgollenz But not with the minimal_init.lua. How can i debug the issue? Is there a keybinding too, to create a checkbox? Screen.Recording.2023-01-26.at.09.26.19.mov |
I think since this github issue is mostly about the "Toggle checkbox status", which is solved, you should close this issue and open another one just about the closing of the folds when you exit insert mode. And, since this issue doesn't occur with the provided minimal config, I think you should experiment with minimizing your config until you find a relatively minimal config where this issue still occurs. |
Describe the bug
hello i have a problem with toggle the checkbox.
If i press C-Space nothing happens :(
And another problem ist when i exit the insert mode it close always the heading, this is kinda annoying.
Is it a bug or a feature ? :D
Steps to reproduce
press C-Space
Expected behavior
Toggle checkbox
Emacs functionality
Toggle checkbox
Minimal init.lua
Screenshots and recordings
No response
OS / Distro
macOS 12.1
Neovim version/commit
v0.9.0-dev-543+g843ad837c
Additional context
No response
The text was updated successfully, but these errors were encountered: