plate icon indicating copy to clipboard operation
plate copied to clipboard

A rich-text editor powered by AI

Results 321 plate issues
Sort by recently updated
recently updated
newest added

### Description Given a simple string like the following: ```md line 1 line 2 line 3 ``` Plate AST renders it as: ```json [ { "type": "p", "children": [ {...

bug
plugin:markdown

### 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,...

bug
plugin:combobox

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...

bug
plugin:combobox

Adding support for Brazilian Portuguese language. Currently in progress. **Checklist** - [ ] `yarn typecheck` - [ ] `yarn lint:fix` - [ ] `yarn test` - [ ] `yarn brl`...

feature request
size:XXL

### 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...

bug
core

### 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_...

bug
plugin:table
plugin:dnd

**Checklist** - [x] `yarn typecheck` - [x] `yarn lint:fix` - [x] `yarn test` - [x] `yarn brl` - [x] `yarn changeset` - [x] [ui changelog](docs/components/changelog.mdx)

plugin:combobox
size:M

**Checklist** - [x] `yarn typecheck` - [x] `yarn lint:fix` - [x] `yarn test` - [x] `yarn brl` - [x] `yarn changeset` - [x] [ui changelog](docs/components/changelog.mdx)

size:XS
javascript

## 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...

size:XXL