We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How about toggling task checkbox between checked and unchecked by clicking.
在分屏模式下,通过更改源码:添加或者删去 x 实现 checkbox 的勾选和取消,如不勾选- [ ] Task,勾选- [x] Task. 除了分屏浏览,在所见即所得和即时渲染两个模式下,都需要重新删掉checkbox 重新输入。
- [ ] Task
- [x] Task
而目前很多markdown编辑器是支持通过鼠标点击的方式,实现checkbox的勾选与取消的。
The text was updated successfully, but these errors were encountered:
由于 #1319 ,将不再为该编辑模式添加新功能。
Sorry, something went wrong.
No branches or pull requests
你在什么场景下需要该功能?
How about toggling task checkbox between checked and unchecked by clicking.
在分屏模式下,通过更改源码:添加或者删去 x 实现 checkbox 的勾选和取消,如不勾选
- [ ] Task
,勾选- [x] Task
.除了分屏浏览,在所见即所得和即时渲染两个模式下,都需要重新删掉checkbox 重新输入。
而目前很多markdown编辑器是支持通过鼠标点击的方式,实现checkbox的勾选与取消的。
描述最优的解决方案
描述候选解决方案
其他信息
The text was updated successfully, but these errors were encountered: