Closed eliezerben closed 3 days ago
Same here!
since List 2.0 we desided to rename class to EditorjsList
, so
<script src="https://cdn.jsdelivr.net/npm/@editorjs/list@latest"></script>
...
list: {
class: EditorjsList,
inlineToolbar: true,
shortcut: 'CMD+SHIFT+L'
},
would work
since List 2.0 we desided to rename class to
EditorjsList
, so<script src="https://cdn.jsdelivr.net/npm/@editorjs/list@latest"></script> ... list: { class: EditorjsList, inlineToolbar: true, shortcut: 'CMD+SHIFT+L' },
would work
Is this documented somewhere?? Didn’t see anything
<script src="https://cdn.jsdelivr.net/npm/@editorjs/list@latest"></script>
...
list: {
class: EditorjsList,
inlineToolbar: true,
shortcut: 'CMD+SHIFT+L'
},
With the update, adding a List item is working fine now. But if we try to convert a text into a list, the list option is not available.
What shall we do to display the option List in the conversion menu ?
<script src="https://cdn.jsdelivr.net/npm/@editorjs/list@latest"></script> ... list: { class: EditorjsList, inlineToolbar: true, shortcut: 'CMD+SHIFT+L' },
With the update, adding a List item is working fine now. But if we try to convert a text into a list, the list option is not available.
What shall we do to display the option List in the conversion menu ?
Working fine... Just needed to remove legacy Checklist. EditorjsList is the only needed for all lists.
Would be great if the docs were updated. https://github.com/editor-js/list#usage
With the 2.0 version of the list plugin, we are seeing this error:
Uncaught ReferenceError: List is not defined
When I use v1.10.0, it works fine.
Code which throws error: