Ziad Beyens

Results 91 comments of Ziad Beyens

This is a great feature I often use in Slack. This can be a plugin decoupled from the code plugin to be reused for multiple mark types, that would return...

We can add a rule option to clear it here https://github.com/udecode/plate/blob/b1ccafcbe8439eb03d275624fe18c19f61c0ec57/packages/editor/autoformat/src/transforms/autoformatMark.ts#L74

I can't reproduce in https://plate.udecode.io/docs/plugins/link , are you using the same button?

- `data.getFormat('application/x-slate-fragment')` is always empty (even for a single character) - plate is running the next deserializer (html) It differs from slate fallback in https://github.com/ianstormtaylor/slate/blob/7de7cdcf5625d44dbb2dc9faf52675374e51499f/packages/slate-react/src/plugin/with-react.ts#L211-L213 which is not a better...

It is exported by `@udecode/plate`. Next release will publish 2 new packages: plate-headless (unstyled) and plate-ui (both exported by `@udecode/plate`

`editableProps` is set here, any idea why it's not working? https://github.com/udecode/plate/blob/cbcbb31d785585b6ca640de617fcd0d2d6605072/packages/core/src/hooks/plate/useEditableProps.ts#L80