-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Nested checklist support #11
Comments
I have a proof of concept for this, built on the nested-list addon. example2.mp4Calum |
firstly i think checklist should look the same as editor-js/checklist may be we need to use |
I updated the styling (not perfect yet, but getting closer) I added "None" Style, so we can represent The "Checked" paramerter is currently boolen, with the option of being "null", to allow for three states. I could change it to be represented as an int : The data is exported as follows Output data
Object
|
Field | Type | Description |
---|---|---|
content | string |
item's string content |
checked | Boolean |
Item is checked : true or false or null |
items | Item[] |
the array of list's items |
I will upload a test repo soon.
I published here : |
The list is amazing. It would be really nice to do a module with nested checklists
The text was updated successfully, but these errors were encountered: