Skip to content

Commit 4eaae6a

Browse files
authored
Merge pull request #3469 from udecode/pro
Pro Docs
2 parents ac5aa5e + 1d544bd commit 4eaae6a

File tree

318 files changed

+13548
-5192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+13548
-5192
lines changed

.changeset/beige-scissors-complain.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-core': patch
3+
---
4+
5+
Fix DefaultLeaf and DefaultElement props

.changeset/chilly-dolls-study.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-callout': patch
3+
---
4+
5+
useCalloutEmojiPicker

.changeset/curvy-mice-relate.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-markdown': patch
3+
---
4+
5+
New `deserializeInlineMd` `serializeInlineMd` `stripMarkdownBlocks` `stripMarkdownInline`

.changeset/eight-gorillas-teach.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@udecode/plate-selection': patch
3+
---
4+
5+
BlockSelectionPlugin: New `tf.setBlockSelectionIndent` `tf.insertBlocksAndSelect`
6+
7+
BlockMenuPlugin: Now when the left mouse button is clicked and the menu is open, the default event will not be prevented.

.changeset/fresh-spoons-float.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-math': patch
3+
---
4+
5+
New `editor.tf.insert.equation` `editor.tf.insert.inlineEquation`

.changeset/new-socks-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-callout': patch
3+
---
4+
5+
New `editor.tf.insert.callout`

.changeset/small-months-report.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@udecode/plate-media': patch
3+
---
4+
5+
New `editor.tf.insert.audioPlaceholder` `editor.tf.insert.filePlaceholder` `editor.tf.insert.imagePlaceholder` `editor.tf.insert.videoPlaceholder`
6+

.changeset/sour-cobras-tease.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-ai': patch
3+
---
4+
5+
`CopilotPlugin`, `AIPlugin` is ready from this version.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ Plate
3535

3636
You can choose one of the following templates to get started:
3737

38-
| Option | NextJS | Tailwind | Plate | Plugins |
39-
| --------------------------------------------------------------------------------- | ------ | -------- | ----- | ------- |
40-
| [Plate playground template](https://github.com/udecode/plate-playground-template) |||||
41-
| [Plate minimal template](https://github.com/udecode/plate-template) |||| |
42-
| [NextJS template](https://platejs.org/docs/components/installation/next) ||| | |
38+
| Option | NextJS | Plate | Plugins |AI & Backend |
39+
| --------------------------------------------------------------------------------- | ------ | ----- | ------- |-------- |
40+
| [Notion clone template](https://pro.platejs.org/docs/templates/potion) |||||
41+
| [Plate playground template](https://github.com/udecode/plate-playground-template) |||| |
42+
| [Plate minimal template](https://github.com/udecode/plate-template) ||| | |
43+
| [NextJS template](https://platejs.org/docs/components/installation/next) || | | |
4344

4445
## Documentation
4546

0 commit comments

Comments
 (0)