Title: PlusMagi Blocks
Author: pitt phunsanit
Published: <strong>Ọwẹ́wẹ̀  1, 2026</strong>
Last modified: Ọwẹ́wẹ̀  5, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/plusmagi-blocks/assets/banner-772x250.png?rev=3675272)

![](https://ps.w.org/plusmagi-blocks/assets/icon-256x256.png?rev=3675272)

# PlusMagi Blocks

 Láti ọwọ́ [pitt phunsanit](https://profiles.wordpress.org/phunsanit/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/plusmagi-blocks.1.2.4.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/plusmagi-blocks/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/plusmagi-blocks/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/plusmagi-blocks/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/plusmagi-blocks/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/plusmagi-blocks/)

## Àpèjúwe

PlusMagi Blocks provides a streamlined experience for working with custom content
blocks inside WordPress and the block editor.
 It adds focused workflows for Mermaid
diagrams, description lists, thesaurus entries, and styled tables while keeping 
the WordPress editing experience intact.

Plugin directory visuals are included via the standard WordPress.org assets:

 * Header banner: `assets/banner-1544x500.png` and `assets/banner-772x250.png`
 * Plugin icon: `assets/icon-256x256.png` and `assets/icon-128x128.png`

### Features

 * **Description List** Ìtumọ̀ Yorùbá: – Create accessible term-and-description 
   groups with semantic `<dl>`, `<dt>`, and `<dd>` output. Add or remove items directly
   in Gutenberg. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-description-list-block)
 * **Mermaid Diagram** Ìtumọ̀ Yorùbá: – Write Mermaid syntax, catch syntax errors,
   and preview responsive diagrams before publishing. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-mermaid-diagram-block)
 * **PlantUML** Ìtumọ̀ Yorùbá: – Write @startuml markup and publish diagrams rendered
   by the public PlantUML server, in SVG or PNG. [Live example](https://pitt.plusmagi.com/test-plusmagi-blocks-plantuml)
 * **Sticky Notes** Ìtumọ̀ Yorùbá: – Add a concise 2 x 3 inch semantic note in yellow,
   pink, blue, green, orange, or purple. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-sticky-notes-block)
 * **SVG** Ìtumọ̀ Yorùbá: – Paste SVG markup, inspect a live image preview, and 
   publish sanitized inline vectors with wide and full alignment support. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-svg-block)
 * **Table Styles** Ìtumọ̀ Yorùbá: – Apply 107 Microsoft Word-inspired designs to
   the native Gutenberg Table block, including optional Banded Columns. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-table-style-block)
 * **Thesaurus** Ìtumọ̀ Yorùbá: – Publish definitions, parts of speech, synonyms,
   antonyms, and related terms as structured semantic content. [Live example](https://pitt.plusmagi.com/plusmagi-blocks-test-thesaurus-block)

### Mermaid Block Placement Guide

 1. Open a post or page in the WordPress block editor.
 2. Click **+ Add block**.
 3. Search for **Mermaid** or **PlusMagi Blocks + Mermaid**.
 4. Insert the Mermaid block.
 5. Paste Mermaid syntax (for example `graph TD\nA-->B`).
 6. Confirm the live preview in editor.
 7. Publish and verify diagram rendering on frontend.

Tips:

 * Use one Mermaid diagram per block for cleaner editing.
 * For long technical articles, split diagrams into multiple Mermaid blocks.
 * If preview does not render, check Mermaid syntax first (missing arrows, brackets,
   keywords).

### SVG Block Guide

 1. Open the block inserter and search for **SVG** or **PlusMagi**.
 2. Insert the **PlusMagi Ìtumọ̀ Yorùbá: – SVG** block.
 3. Paste markup that starts with an `<svg>` element.
 4. Confirm the preview in the editor.
 5. Publish the post or page.

The block renders responsive inline SVG. Scripts, event handlers, and unsafe inline
styles are removed before frontend output.

### PlantUML Block Guide

 1. Open the block inserter and search for **PlantUML** or **PlusMagi**.
 2. Insert the **PlusMagi Ìtumọ̀ Yorùbá: – PlantUML** block.
 3. Write markup starting with `@startuml` (or another PlantUML `@start` tag).
 4. Choose SVG or PNG as the output format.
 5. Confirm the preview in the editor, then publish the post or page.

The block renders the diagram by requesting an image from the public PlantUML server;
no local Java/Graphviz installation is required.

### Sticky Notes Block Guide

 1. Open the block inserter and search for **Sticky Notes** or **PlusMagi**.
 2. Insert the **PlusMagi Ìtumọ̀ Yorùbá: – Sticky Notes** block.
 3. Write the note and choose one of six colors in the block settings.
 4. Publish the post or page.

The block publishes an accessible `<aside role="note">` element in a responsive 
2 x 3 inch layout. It supports bold, italic, links, text color, font size, line 
height, font family, weight, style, decoration, and letter case through Gutenberg
controls.

### Description List Guide

 1. Open the block inserter and search for **Description List** or **PlusMagi**.
 2. Insert the **PlusMagi Ìtumọ̀ Yorùbá: – Description List** block.
 3. Enter a term and its description.
 4. Use the block controls to add or remove items.
 5. Publish the post or page.

Example output:

    ```
    <dl>
        <dt>WordPress</dt>
        <dd>A content management system for building websites.</dd>
        <dt>Gutenberg</dt>
        <dd>The block editor included with WordPress.</dd>
    </dl>
    ```

The block publishes semantic `<dl>`, `<dt>`, and `<dd>` markup for accessible term-
and-description content.

### Table Style Guide

 1. Insert or select a standard Gutenberg Table block.
 2. Open the block settings sidebar and expand **Table Design**.
 3. Choose one of the 107 styles.
 4. Optionally enable **Banded Columns**.
 5. Choose **None** at any time to remove the design without changing table content.

Table Styles extend the native Gutenberg Table block. They do not add a heading 
to published content.

## Àwọn àwòrán ìbòjú

[⌊Feature cards for Description List, Mermaid Diagram, Sticky Notes, SVG, Table 
Styles, and Thesaurus, arranged alphabetically.⌉⌊Feature cards for Description List,
Mermaid Diagram, Sticky Notes, SVG, Table Styles, and Thesaurus, arranged alphabetically
.⌉[

Feature cards for Description List, Mermaid Diagram, Sticky Notes, SVG, Table Styles,
and Thesaurus, arranged alphabetically.

[⌊Sticky Notes feature card showing its color, typography controls, and responsive
2 x 3 inch note preview.⌉⌊Sticky Notes feature card showing its color, typography
controls, and responsive 2 x 3 inch note preview.⌉[

Sticky Notes feature card showing its color, typography controls, and responsive
2 x 3 inch note preview.

## Àwọn ìdí

Plugin yìí pèsè 1 ìdí.

 *   PlusMagi Ìtumọ̀ Yorùbá: – Mermaid A Mermaid-ready markdown block for PlusMagi
   Blocks.

## Ìgbéwọlẹ̀

 1. Upload the plugin files to the `/wp-content/plugins/plusmagi-blocks` directory
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“PlusMagi Blocks” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ pitt phunsanit ](https://profiles.wordpress.org/phunsanit/)

[Túmọ̀ “PlusMagi Blocks” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/plusmagi-blocks)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/plusmagi-blocks/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/plusmagi-blocks/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/plusmagi-blocks/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/plusmagi-blocks/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.2.4

 * Added a live example link to each Features list entry

#### 1.2.3

 * Fixed the PlantUML diagram image being replaced by a broken placeholder on sites
   with image lazy-loading optimizations

#### 1.2.2

 * Republished the stable release with the Sticky Notes name (the WordPress.org 
   listing still showed the previous “Post it” wording from 1.2.1)
 * Added the PlantUML block, rendering @startuml diagrams via the public PlantUML
   server with SVG/PNG preview

#### 1.2.1

 * Standardized the blockÌtumọ̀ Yorùbá: ’s display name as Sticky Notes
 * Renamed Sticky Notes source and asset files to use the sticky_notes convention
 * Preserved compatibility with notes saved using the previous accessibility label

#### 1.2.0

 * Added the Sticky Notes block with semantic note markup
 * Added six selectable note colors, Gutenberg typography controls, and responsive
   frontend styling

#### 1.1.0

 * Added the SVG block with source editing and live preview
 * Added sanitized, responsive inline SVG rendering

#### 1.0.0

 * Initial public release
 * Added PlusMagi Blocks plugin entry point
 * Added Mermaid diagram and Description List blocks
 * Added Thesaurus and 107 Table Styles for native Gutenberg tables
 * Added optional Banded Columns and in-editor style switching
 * Added basic WordPress plugin scaffold and metadata

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.2.4**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọjọ́ 1 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.1**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/plusmagi-blocks/)
 * Àwọn àmì
 * [blocks](https://yor.wordpress.org/plugins/tags/blocks/)[mermaid](https://yor.wordpress.org/plugins/tags/mermaid/)
   [plantuml](https://yor.wordpress.org/plugins/tags/plantuml/)[sticky notes](https://yor.wordpress.org/plugins/tags/sticky-notes/)
   [table](https://yor.wordpress.org/plugins/tags/table/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/plusmagi-blocks/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/plusmagi-blocks/reviews/#new-post)

[Wo gbogbo àwọn àgbéyẹ̀wò](https://wordpress.org/support/plugin/plusmagi-blocks/reviews/)

## Àwọn Olùkópa

 *   [ pitt phunsanit ](https://profiles.wordpress.org/phunsanit/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/plusmagi-blocks/)