Multi-Column Layout | 中文版
✅ Magazine-style Layout | No Syntax to Memorize | Live Preview Support
✅ Multi-Column Layout | Quick Insert Templates | Custom Width Ratios
✅ Obsidian v1.5.0+ | Windows / macOS / Linux
Multi-Column Layout is an Obsidian plugin that simplifies the creation of side-by-side content using the built-in Callout syntax. It provides a convenient context menu to insert layouts instantly.
Click to view how to generate the style above using this plugin's syntax
| Feature | Description |
|---|---|
| 🚀 Quick Insert | Right-click menu for 2-col, 3-col, Sidebar, and Nested layouts. |
| 🎨 Visual Styling | Customize background colors, borders, and corner radius in settings. |
| 🧩 Nested Layouts | Create complex grids by nesting columns inside columns. |
| 📐 Custom Widths | Adjust column widths easily using metadata like `[!col |
| 🖱️ Drag Resize | Drag dividers in Live Preview to resize columns and write ratios back to `[!col |
| 📺 Live Preview | See your layouts rendered instantly as you type. |
| ✍️ In-Column Editing | In Live Preview, Enter and multi-line paste keep content inside the current column automatically (>>/>>>>). |
| 🔗 Compatibility | Uses standard Markdown/Callout syntax for maximum portability. |
This is the easiest way to install and keep the plugin updated before the official release.
- Install BRAT from the Community Plugins in Obsidian.
- Open BRAT settings and click Add Beta plugin.
- Enter the repository URL:
https://github.com/MaxMiksa/Obsidian-MultiColumn-Layout - Click Add Plugin.
- Download
main.js,manifest.json, andstyles.cssfrom the Releases page. - Create a folder named
multi-column-layoutinside.obsidian/plugins/in your vault. - Place the downloaded files into that folder.
- Reload Obsidian and enable the plugin.
The plugin has been submitted for review and is expected to be available around late January 2026. Once approved, you can search for "Multi-Column Layout" directly in the community store.
- Right-click anywhere in your editor.
- Navigate to Insert Multi-Column.
- Select your desired layout (e.g., 2 Columns, Nested Columns).
- Start typing your content inside the generated blocks!
The syntax is designed to be simple and intuitive if you prefer typing it manually:
- Container: Use
> [!multi-column]to create the wrapper. - Column: Use
>> [!col]nested inside to create columns. - Widths: Add a pipe and number to define width percentage, e.g.,
>> [!col|30]. - Nested Columns: Inside a
>> [!col], use deeper>>> [!multi-column]blocks to create sub-columns.
Basic Example:
> [!multi-column]
>
>> [!col|30]
>> Left sidebar content...
>
>> [!col|70]
>> Main content area...Nested Example:
> [!multi-column]
>
>> [!col]
>> Left Column
>
>> [!col]
>> Right Column
>>
>>> [!multi-column]
>>>
>>>> [!col]
>>>> Nested Column A
>>>
>>>> [!col]
>>>> Nested Column B🛠️ Requirements & Technical Details
- Requires Obsidian v1.5.0 or higher.
- Uses CSS Flexbox for rendering.
- Syntax:
> [!multi-column]as container,>> [!col]as columns. - Nested Layouts use deeper nesting:
>>> [!multi-column]inside>> [!col].
💻 Developer Guide
- Clone this repo.
- Run
npm install. - Run
npm run dev(watch) ornpm run build. - Copy
main.js,manifest.json, andstyles.cssto your vault's plugin folder.
Welcome to submit Issues and Pull Requests! Any questions or suggestions? Please contact Zheyuan (Max) Kong (Carnegie Mellon University, Pittsburgh, PA).
Zheyuan (Max) Kong: kongzheyuan@outlook.com | zheyuank@andrew.cmu.edu

