Skip to content

Commit 27e3869

Browse files
authored
External embeds (#348)
1 parent 9eab04c commit 27e3869

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/core-concepts/pages/editor-blocks.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ Highlights quoted text or important statements with distinct formatting.
4444

4545
Displays code snippets or command-line text with proper formatting and syntax highlighting.
4646

47+
48+
<div className="tag-wrapper">
49+
## Embed
50+
<Tags tags={[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]} />
51+
</div>
52+
53+
Seamlessly integrate external content directly into your documents with rich, interactive embeds. The embed feature supports a wide variety of platforms and content types, making it easy to enhance your documentation with multimedia and interactive elements.
54+
![Embed](https://media.docs.plane.so/pages/external-embeds.webp#center)
55+
56+
Use the `/embed` slash command to quickly insert an embed block.
57+
58+
This opens an embed dialog where you can paste any supported link. The system automatically detects the content type and creates an appropriate embed with a rich preview. This eliminates the need for users to navigate away from your content to view referenced materials.
59+
4760
## Image
4861
Inserts and displays images within your content.
4962

@@ -110,4 +123,5 @@ Adds a horizontal line to separate content sections visually.
110123

111124
## Emoji
112125

113-
Add emojis to your content across all Plane editors. Type `/emoji` to open the picker or use `:` and start typing for suggestions like `:smile:`. Choose from standard Unicode emojis and GitHub's extended collection.
126+
Add emojis to your content across all Plane editors. Type `/emoji` to open the picker or use `:` and start typing for suggestions like `:smile:`. Choose from standard Unicode emojis and GitHub's extended collection.
127+

0 commit comments

Comments
 (0)