Title: Ideom
Author: Eugen Guriev
Published: <strong>Ọwẹ́wẹ̀  7, 2026</strong>
Last modified: Ọwẹ́wẹ̀  7, 2026

---

Ṣàwárí àwọn plugin

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

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

# Ideom

 Láti ọwọ́ [Eugen Guriev](https://profiles.wordpress.org/gurievcreative/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/ideom.1.1.0.zip)

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

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

## Àpèjúwe

Ideom puts a real mind-map editor inside your WordPress admin. No external service,
no accounts, no iframes: maps are ordinary WordPress content, stored in your database,
protected by WordPress permissions, and embeddable in any post or page with a block
or a shortcode.

#### Made for thinking

 * **A real canvas editor.** The whole map is drawn on an HTML canvas by a custom
   React renderer, so dragging, panning and zooming stay smooth even on large maps.
 * **Markdown in every node.** Headings, bold and italics, code, links, lists, quotes—
   even tables.
 * **Style it your way.** Color branches, change line styles and shapes, resize 
   nodes, drop sticky notes, and react to any node with emoji.
 * **Keyboard first.** A command palette (Ctrl/Cmd+K), find node (Ctrl/Cmd+F), duplicate
   branch (Ctrl/Cmd+D), and full undo/redo.
 * **Templates.** Star any map as a template and start new maps from it.
 * **Export.** Download any map as an SVG file.

#### Made for WordPress

 * **Your data stays home.** Every map is a `ideom_map` post; the document is JSON
   in post meta. Deactivating or deleting the plugin leaves your maps untouched,
   and Tools  Export can back them up.
 * **Embed anywhere.** Use the Mind Map block or the shortcode below. Visitors get
   the map read-only: they can pan, zoom, fold branches and export, and nothing 
   they do reaches the server.
 * [ideom_map id=”42Ìtumọ̀ Yorùbá: ″ height=”600Ìtumọ̀ Yorùbá: ″]
 * **Start from anywhere.** + New  Mind Map in the admin bar opens a fresh map.
 * **Sensible permissions.** A published map is readable by anyone — that is what
   makes embedding worth doing. Everything else follows WordPress capabilities: 
   creating needs `edit_posts`, updating or deleting is re-checked on the server
   for that specific map, and the map list is never public.
 * **Its own REST API.** Maps are served through the pluginÌtumọ̀ Yorùbá: ’s `ideom/
   v1` namespace, and every write passes strict document validation. CoreÌtumọ̀ 
   Yorùbá: ’s post endpoints are deliberately not exposed.

Worth knowing before you write anything sensitive in a map: a published map is readable
by anyone who knows its post id, whether or not it is embedded anywhere. Keep private
notes out of published maps, or keep the map as a draft.

#### REST API

Namespace `ideom/v1`. Writes are authenticated with cookies plus the standard `X-
WP-Nonce` header; reading a published map needs neither.

 * `GET /maps` — every map the caller may see, newest first, capped at 100
 * `POST /maps` — create a map
 * `GET /maps/<id>` — read one map
 * `PUT /maps/<id>` — overwrite one map
 * `PUT /maps/<id>/template` — star or unstar a map as a template
 * `DELETE /maps/<id>` — delete one map

Errors carry a stable code: `ideom_invalid_document` (400), `ideom_forbidden` (403),`
ideom_not_found` (404).

### Source Code

This plugin ships built JavaScript and CSS. The unminified source, and the tools
that build it, are public:

 * Repository: https://github.com/theguriev/ideom
 * Each release is built from the tag of the same version as `Stable tag`.

Where the shipped files come from:

 * `assets/index.js`  `apps/wordpress/src/main.tsx` (with `packages/engine` and `
   packages/storage`), built by `apps/wordpress/vite.config.ts`
 * `assets/block.js`  `apps/wordpress/src/block.ts`, built by `apps/wordpress/vite.
   block.config.ts` — a second, separate Vite build
 * `assets/index.css`  `apps/wordpress/src/index.css` (Tailwind)

To build it yourself you need Node 22 or newer and pnpm:

    ```
    git clone https://github.com/theguriev/ideom
    cd ideom
    pnpm install
    pnpm wp:package
    ```

That writes `services/wordpress/dist/ideom.zip`, which is this plugin.

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

[⌊The editor: colored branches, markdown nodes, emoji reactions, undo/redo and zoom—
all on one canvas.⌉⌊The editor: colored branches, markdown nodes, emoji reactions,
undo/redo and zoom — all on one canvas.⌉[

The editor: colored branches, markdown nodes, emoji reactions, undo/redo and zoom—
all on one canvas.

[⌊The Ideom screen: every map you can see, searchable, newest first.⌉⌊The Ideom 
screen: every map you can see, searchable, newest first.⌉[

The Ideom screen: every map you can see, searchable, newest first.

[⌊The command palette: every action one keystroke away.⌉⌊The command palette: every
action one keystroke away.⌉[

The command palette: every action one keystroke away.

[⌊Start a map from anywhere: + New → Mind Map in the admin bar.⌉⌊Start a map from
anywhere: + New → Mind Map in the admin bar.⌉[

Start a map from anywhere: + New  Mind Map in the admin bar.

## Ìgbéwọlẹ̀

 1. Install through Plugins  Add New (search for “Ideom”), or upload the ZIP through
    Plugins  Add New  Upload Plugin.
 2. Activate the plugin.
 3. Open **Ideom** in the admin menu and press **New**.
 4. Embed the map anywhere with the Mind Map block or `[ideom_map id="…"]`.

## FAQ

### Does it need an account or an external service?

No. The editor runs entirely on your site and the plugin makes no external requests.
Maps never leave your database.

### Where is a map stored?

In a `ideom_map` post. The title mirrors the root nodeÌtumọ̀ Yorùbá: ’s text; the
document is JSON in the `_ideom_content` post meta, alongside `_ideom_version` and`
_ideom_template`.

### Can visitors edit an embedded map?

No. A signed-out visitor gets the map read-only: it can be panned, zoomed, folded
and exported, and nothing they do reaches the server. The same applies to any signed-
in user without `edit_post` on that map. Every write is re-checked on the server
regardless of what the front end believed.

### Does it expose the maps through the core REST API?

No. The post type registers with `show_in_rest` disabled on purpose — coreÌtumọ̀
Yorùbá: ’s endpoints would let a client write `_ideom_content` without going through
the pluginÌtumọ̀ Yorùbá: ’s document validation.

### What happens to a corrupted map?

It degrades to an empty document instead of breaking the screen. Content that fails
validation — non-finite coordinates, duplicate node ids, cyclic parent chains — 
is never returned to the editor.

### What happens to my maps if I delete the plugin?

They stay. Maps are your content, stored as ordinary `ideom_map` posts, and deleting
or deactivating the plugin leaves them in the database untouched — reactivating 
brings all of them back exactly as they were.

If you want them gone, delete them in the Ideom screen **before** removing the plugin;
once it is gone there is no screen that lists them. To keep a copy, Tools  Export
offers “Mind Maps” as an export type.

Note that deleting a _user_ does delete their maps, the same way WordPress deletes
other content belonging to a removed user.

## À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

“Ideom” 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

 *   [ Eugen Guriev ](https://profiles.wordpress.org/gurievcreative/)

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

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

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

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

#### 1.1.0

 * First public release: canvas editor with markdown nodes, sticky notes, emoji 
   reactions and SVG export; `ideom_map` post type; `ideom/v1` REST namespace; Mind
   Map block and `[ideom_map]` shortcode; templates; admin screen.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.1.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọjọ́ 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.3 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.1**
 *  Ẹ̀yà PHP ** 8.1 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/ideom/)
 * Àwọn àmì
 * [brainstorming](https://yor.wordpress.org/plugins/tags/brainstorming/)[canvas](https://yor.wordpress.org/plugins/tags/canvas/)
   [diagram](https://yor.wordpress.org/plugins/tags/diagram/)[mind map](https://yor.wordpress.org/plugins/tags/mind-map/)
   [mindmap](https://yor.wordpress.org/plugins/tags/mindmap/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/ideom/advanced/)

## Àwọn ìbò

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

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

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

## Àwọn Olùkópa

 *   [ Eugen Guriev ](https://profiles.wordpress.org/gurievcreative/)

## Ì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/ideom/)