Skip to content

Commit

Permalink
Merge pull request #3469 from udecode/pro
Browse files Browse the repository at this point in the history
Pro Docs
  • Loading branch information
felixfeng33 authored Oct 26, 2024
2 parents ac5aa5e + 1d544bd commit 4eaae6a
Show file tree
Hide file tree
Showing 318 changed files with 13,548 additions and 5,192 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-scissors-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-core': patch
---

Fix DefaultLeaf and DefaultElement props
5 changes: 5 additions & 0 deletions .changeset/chilly-dolls-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-callout': patch
---

useCalloutEmojiPicker
5 changes: 5 additions & 0 deletions .changeset/curvy-mice-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-markdown': patch
---

New `deserializeInlineMd` `serializeInlineMd` `stripMarkdownBlocks` `stripMarkdownInline`
7 changes: 7 additions & 0 deletions .changeset/eight-gorillas-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@udecode/plate-selection': patch
---

BlockSelectionPlugin: New `tf.setBlockSelectionIndent` `tf.insertBlocksAndSelect`

BlockMenuPlugin: Now when the left mouse button is clicked and the menu is open, the default event will not be prevented.
5 changes: 5 additions & 0 deletions .changeset/fresh-spoons-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-math': patch
---

New `editor.tf.insert.equation` `editor.tf.insert.inlineEquation`
5 changes: 5 additions & 0 deletions .changeset/new-socks-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-callout': patch
---

New `editor.tf.insert.callout`
6 changes: 6 additions & 0 deletions .changeset/small-months-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@udecode/plate-media': patch
---

New `editor.tf.insert.audioPlaceholder` `editor.tf.insert.filePlaceholder` `editor.tf.insert.imagePlaceholder` `editor.tf.insert.videoPlaceholder`

5 changes: 5 additions & 0 deletions .changeset/sour-cobras-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@udecode/plate-ai': patch
---

`CopilotPlugin`, `AIPlugin` is ready from this version.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ Plate

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

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

## Documentation

Expand Down
Loading

0 comments on commit 4eaae6a

Please sign in to comment.