[]
        
(Showing Draft Content)

Content Blocks

You can add text to the notebook using different blocks. These blocks can contain text and support styling and expressions for dynamic data embedding.

Text Block

The default block is the Text block. It allows you to add plain text body content to the notebook. In addition to freeform writing, You can add expressions anywhere in a content block to add dynamic content.

Highlight parts of the content to add styling.


Edit text block

WynNotebook support commands, click / to change the text block to a different kind of content block.

Pressing Enter at the end of a text block moves the cursor to the next block. Press Shift+Enter to enter a new line and start a new paragraph.

Heading Block

You can add three levels of headings in a notebook. Heading 1 for top-level headings, which are typically used for major section titles. The Heading 2 Block is used to create a second-level heading, typically for subsections within a major section of your notebook. The Heading 3 Block provides a third-level heading, generally used for sub-subsections within a notebook.

You can add expressions to headings to create dynamic headings that display live data values (e.g., “Sales Report – Total Revenue = $5,200,000”) or (e.g., “Top Customers – Count = 350”).

When you add one of the Heading blocks, a small arrow appears to the left of the heading. Clicking this arrow allows you to collapse or expand all content that follows the heading up to the next heading with the same level. This makes it easier to organize long notebooks into sections.

Accordion Block

The Accordion Block allows you to organize text into expandable and collapsible sections. This makes it easier to structure content and hide details until they are needed.


Table Block

The Table Block allows you to create and manage structured data directly within a notebook. You can add a table block via the Plus (+) button, which opens a dropdown menu of available block types.


Column Header Controls

  • Double Ellipsis Menu: Hover over any column header to reveal a stacked ellipsis menu.

    • Insert Left – Adds a column to the left of the selected column.

    • Insert Right – Adds a column to the right of the selected column.

    • Move Left – Moves the selected column one position to the left.

    • Move Right – Moves the selected column one position to the right.

    • Delete – Removes the selected column.

Row Controls

  • Three-Dot Menu: Hover over the first cell in a row to reveal a vertical ellipsis (three dots) menu.

    • Insert Above – Adds a row above the current row.

    • Insert Below – Adds a row below the current row.

    • Move Up – Moves the current row up.

    • Move Down – Moves the current row down.

    • Delete Row – Deletes the current row.

Table Block Menu

  • Hover over the table block to reveal a small ellipsis menu in the upper-right corner. This menu provides additional table-level actions:

    • Delete – Removes the entire table block.

    • Duplicate – Creates a copy of the table block.

    • Turn Into – Converts the table into another block type. Options include:

      • Text, Table, Accordion, Heading 1, Heading 2, Heading 3, Blockquote, Callout, Numbered List, Bulleted List, Todo List

    • Copy Link to Block – Copies a direct link to the table block.

    • Header Row – Toggles a header row. When enabled, the top row is highlighted (greyed out).

    • Header Column – Toggles a header column. When enabled, the first column is highlighted (greyed out).

Note: Header row and column toggles operate on a check/uncheck basis.

Picture Block

The Picture Block allows you to add images to your notebook.

Embed Block

The Embed Block allows you to insert external content (such as videos, interactive widgets, or other embeddable media) directly into your notebook using an embed link.

Embed Block

  1. Paste the embed link (for example, a YouTube or other supported media embed URL) into the input field.

  2. Click Embed Link to insert the content into your notebook.