RK-Media84 downloadsA Milanote-style visual workspace with icon tiles, freeform canvas, kanban columns, sticky notes, checklists, images, audio, bookmarks, and note links.
A visual workspace for Obsidian — build dashboards with icon tiles, a freeform canvas, kanban columns, sticky notes, checklists, images, audio, bookmarks, and linked notes, all stored in a single .iboard file in your vault.
Note for beta testers: Screenshots are coming. In the meantime, the Usage section below describes every part of the interface.
_Assets/ subfolders (see Asset Management below)_Assets/Images/ — jpg, png, gif, webp, svg, …_Assets/Audio/ — mp3, wav, ogg, flac, …_Assets/Video/ — mp4, mov, mkv, …_Assets/Documents/ — pdfIcon Board: Relink all board assets| Action | Shortcut |
|---|---|
| Delete selected | Delete / Backspace |
| Select all | ⌘ A |
| Duplicate | ⌘ D |
| Undo | ⌘ Z |
| Redo | ⌘ ⇧ Z |
| Toggle image caption | ⌘ ⇧ C |
| Bold (sticky editor) | ⌘ B |
| Italic (sticky editor) | ⌘ I |
| Underline (sticky editor) | ⌘ U |
| Strikethrough (sticky editor) | ⌘ ⇧ S |
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/icon-board/.iboard file is created in your vault root (you can move it later)If you move files in the vault and board assets stop loading, run Icon Board: Relink all board assets from the command palette. For automatic fixing every time you open a board, enable Auto-relink on board open in Settings.
Boards save automatically as you work. All data lives in the .iboard file — no external database or sync service is required.
| Platform | Status |
|---|---|
| Obsidian desktop (Mac, Windows, Linux) | ✅ Supported |
| Obsidian mobile (iOS, iPadOS) | ✅ Supported |
| Minimum Obsidian version | 1.4.0 |
git clone https://github.com/RK-Admin-01/obsidian-icon-board.git
cd obsidian-icon-board
npm install
npm run dev # watch mode — rebuilds on save
npm run build # production build
Copy or symlink the folder into <vault>/.obsidian/plugins/icon-board/, then enable the plugin in Obsidian.
MIT — © RK-Media