Task list support #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be useful to support the task list extension in the library (used by GitHUB and others). Happy to sponsor the time on the work if this is a feature the library would accept.
Here's the specification.
https://docs.github.com/en/github/managing-your-work-on-github/about-task-lists
You can check my implementation here:
github.com/ocavue/rino@5136c00f17/packages/web/src/editor/extensions/list/list-extension.ts (L199)it's written in typescript and remirror so the code can't be copy directly into Prosemirror-Mardkown, but you should get the idea easily.
this may be all thats needed, haven't tested it thoroughly, but taskList is the node name from my doc.type.schema