List Plugin Not Responsive in Plate Editor #3820
Answered
by
zbeyens
Adebesin-Cell
asked this question in
Q&A
-
Hi, great work on the editor, very cool stuff! I'm trying to work with the This is my current configuration: const editor = usePlateEditor({
value: [INITIAL_VALUE],
plugins: [
ListPlugin,
ListItemContentPlugin,
IndentListPlugin.configure({
inject: {
targetPlugins: [ParagraphPlugin.key, HEADING_KEYS.h1, HEADING_KEYS.h2],
},
}),
// Other plugins...
],
override: {
components: {
[ListPlugin.key]: withProps(PlateElement, { as: "li" }),
},
},
}); Looking for insights or suggestions on resolving this issue. |
Beta Was this translation helpful? Give feedback.
Answered by
zbeyens
Nov 27, 2024
Replies: 1 comment 4 replies
-
Updated the code files in https://platejs.org/docs/list, see |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Adebesin-Cell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated the code files in https://platejs.org/docs/list, see
components/use-create-editor-list.ts