plate
plate copied to clipboard
A rich-text editor powered by AI
### Description Given a simple string like the following: ```md line 1 line 2 line 3 ``` Plate AST renders it as: ```json [ { "type": "p", "children": [ {...
### Description When you open a combobox (eg. typing `/` for slash commands or `@` for mentions etc.) and then click somewhere other than another text line in the editor,...
This pr introduces a serailization that allows to serailize whitespaces comming from plate lossless into markdown. Markdown whitespace handling is a beast - two `\n` represent a paragraph but following...
### Description In this code in `inline-combobox.tsx`, the point ref has no effect since its immutable `current` property is immediately stored on a plain React ref. https://github.com/udecode/plate/blob/fe60ce800cd0e83ce8ace5c08a1438aa14915377/apps/www/src/registry/ui/inline-combobox.tsx#L109-L124 This was added...
Adding support for Brazilian Portuguese language. Currently in progress. **Checklist** - [ ] `yarn typecheck` - [ ] `yarn lint:fix` - [ ] `yarn test` - [ ] `yarn brl`...
### Description Following the guide on [Static rendering](https://platejs.org/docs/static) for statically rendered content with RSC (NextJS App router) gives this error : ``` Invalid source map. Only conformant source maps can...
### Description Table drag & drop functionality does not work. When attempting to drag and drop table rows or columns within the editor, nothing happens. ### Reproduction URL _No response_...
**Checklist** - [x] `yarn typecheck` - [x] `yarn lint:fix` - [x] `yarn test` - [x] `yarn brl` - [x] `yarn changeset` - [x] [ui changelog](docs/components/changelog.mdx)
**Checklist** - [x] `yarn typecheck` - [x] `yarn lint:fix` - [x] `yarn test` - [x] `yarn brl` - [x] `yarn changeset` - [x] [ui changelog](docs/components/changelog.mdx)
bun
## Summary Complete migration from Yarn 4.6.0 to Bun 1.3.2 as the package manager for the Plate monorepo. ### Key Changes - **Package Manager**: Upgraded from Yarn 4.6.0 to Bun...