Can you add example of implementation todo list with checkbox?
Example:
[x] item 1
[ ] item 2
[ ] item 3
Someone recently posted a working example in the discussion forum: https://discuss.prosemirror.net/t/todo-list-improvements/1449
And this is the final version that was posted: https://glitch.com/edit/#!/grave-governor
@kiejo oh, thank you. :-)
@igorbelikov there is also a todo list example for tiptap (a prosemirror wrapper for vue).
@philippkuehn excellent, thank you.
There aren't plans to add this example to the project website, so I'll close this.
Most helpful comment
@igorbelikov there is also a todo list example for tiptap (a prosemirror wrapper for vue).