From 70c73ed58e72a83639d6bd1373be6ee8d9ac747d Mon Sep 17 00:00:00 2001 From: danciaclara Date: Thu, 26 Feb 2026 22:08:18 +0530 Subject: [PATCH 1/2] Columns in pages --- docs/core-concepts/pages/editor-blocks.mdx | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/core-concepts/pages/editor-blocks.mdx b/docs/core-concepts/pages/editor-blocks.mdx index f5e6674..e2ff946 100644 --- a/docs/core-concepts/pages/editor-blocks.mdx +++ b/docs/core-concepts/pages/editor-blocks.mdx @@ -78,6 +78,31 @@ When you upload video files as attachments, you can display them with inline pla ![Show preview](https://media.docs.plane.so/pages/show-preview.webp#hero) +## Columns + +Organize content side-by-side using multi-column layouts. Columns help you create visually structured pages for comparisons, parallel information, or more efficient use of horizontal space. + +![Columns](https://media.docs.plane.so/pages/columns.webp#hero) + +Type `/columns` or `/2columns`, `/3columns`, or `/4columns` to insert a column layout. Each column appears with an "add content" placeholder where you can add any block type — text, lists, code, images, and more. + +### Column options + +- **2 Columns** — Two equal-width columns, ideal for side-by-side comparisons or pros/cons lists +- **3 Columns** — Three columns for feature breakdowns, team structures, or categorized content +- **4 Columns** — Four columns for dashboards, quick-reference grids, or compact layouts + +### Working with columns + +- Click "add content" in any column to start adding blocks +- Each column works like a mini page — you can add headings, lists, code blocks, images, or any other block type +- Drag blocks between columns to rearrange content +- Delete a column layout by selecting it and pressing backspace + +:::tip +Columns work best for content that benefits from visual comparison or grouping. For long-form content that readers scroll through, stick to single-column layouts for better readability. +::: +
## Video ## Math equations Date: Thu, 26 Feb 2026 22:09:28 +0530 Subject: [PATCH 2/2] removed duplicate section --- docs/core-concepts/pages/editor-blocks.mdx | 35 ++++------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/docs/core-concepts/pages/editor-blocks.mdx b/docs/core-concepts/pages/editor-blocks.mdx index e2ff946..1dd341e 100644 --- a/docs/core-concepts/pages/editor-blocks.mdx +++ b/docs/core-concepts/pages/editor-blocks.mdx @@ -84,24 +84,13 @@ Organize content side-by-side using multi-column layouts. Columns help you creat ![Columns](https://media.docs.plane.so/pages/columns.webp#hero) -Type `/columns` or `/2columns`, `/3columns`, or `/4columns` to insert a column layout. Each column appears with an "add content" placeholder where you can add any block type — text, lists, code, images, and more. - -### Column options - -- **2 Columns** — Two equal-width columns, ideal for side-by-side comparisons or pros/cons lists -- **3 Columns** — Three columns for feature breakdowns, team structures, or categorized content -- **4 Columns** — Four columns for dashboards, quick-reference grids, or compact layouts - -### Working with columns +Use the slash command to insert the layout you need: -- Click "add content" in any column to start adding blocks -- Each column works like a mini page — you can add headings, lists, code blocks, images, or any other block type -- Drag blocks between columns to rearrange content -- Delete a column layout by selecting it and pressing backspace +- `/2 Columns` +- `/3 Columns` +- `/4 Columns` -:::tip -Columns work best for content that benefits from visual comparison or grouping. For long-form content that readers scroll through, stick to single-column layouts for better readability. -::: +Each column appears with an "Add content" placeholder where you can add any block type - text, lists, code, images, and more.
## Video @@ -123,20 +112,6 @@ If you have a video displayed with inline preview and want to convert it to a si ![Show as attachment](https://media.docs.plane.so/pages/show-as-attachment.webp#hero) -## Columns - -Organize content side-by-side using multi-column layouts. Columns help you create visually structured pages for comparisons, parallel information, or more efficient use of horizontal space. - -![Columns](https://media.docs.plane.so/pages/columns.webp#hero) - -Use the slash command to insert the layout you need: - -- `/2 Columns` -- `/3 Columns` -- `/4 Columns` - -Each column appears with an "Add content" placeholder where you can add any block type - text, lists, code, images, and more. -
## Math equations