Wide Blocks

Overview

Wide Blocks layout will allow you to create a layout where the specific block can be wider than the note's width. Currently, only 3 block types supported i.e. Dataview, Table and Callout. It may be useful if you have a big table that's too wide or using Multi Column Callout and wanted fit more than 3 columns of callouts.

Understanding the snippet


Using YAML (specifying cssClass)

This snippet allow you to use Obsidian CSS class helper to enable any of the wide views. To use it, add the helper class in the YAML (frontmatter) of your note (which must be at the top of the note) like below.

---
cssClass: wide-page
---

<the rest of your note>

Examples

wide-callout-with-mcc.png

wide-table-main-eg.png


< Wide Page | Wide Views | Next: Multi Column >