quill-task-list
Advanced tools
Weekly downloads
Readme
Adds a task / todo list to the quill editor. Behaves as the built-in bullet list. Includes a toolbar item.
The list items are clickable. A click on an item toggles the item as checked.
this.editor = new Quill('#editor', {
modules: {
'toolbar': [ 'task-list' ],
'task-list': true
}
});
TaskListItem
and a CheckedTasklistItem
or something.
Fixing this would also fix the history. This may be easy for someone
familiar with the internals of quill.BSD 3-clause (the same one that Quill uses)
FAQs
A task list module for the quill editor
The npm package quill-task-list receives a total of 597 weekly downloads. As such, quill-task-list popularity was classified as not popular.
We found that quill-task-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.