nbdev9927 downloadsView Monday.com boards and items directly in your notes and sidebar.
View your Monday.com boards and items directly within your notes and in a dedicated sidebar panel.

monday code blocks to display board items in your notes.obsidian/plugins/monday-integration/ folderSearch for "Monday.com Integration" in Settings > Community Plugins > Browse
Get your Monday.com API token:
Configure the plugin:
Add a code block to any note:
```monday
board: 1234567890
title: My Tasks
limit: 25
```


Options:
board - Board ID (required if no default set)title - Custom title (optional)limit - Maximum items to show (default: 25)columns - Comma-separated column IDs to displayClick the calendar-check icon in the left ribbon or use the command palette:
Monday.com Integration: Open sidebar
View task counts per team member with colour-coded status badges:
Click the users icon in the left ribbon or use:
Monday.com Integration: Open team summaryFeatures:
Click any item in the sidebar to create a linked note with task metadata. The note includes:
---
title: "Task Name"
monday_id: "1234567890"
monday_board: "Project Board"
monday_board_id: "9876543210"
status: "Working on it"
group: "Sprint 1"
due_date: "2026-01-15"
assigned: "John Smith"
created: "2026-01-05"
tags:
- monday
---
Duplicate Detection: If a note with the same name already exists, you'll be prompted to either open the existing note or create a new one with an incremented name.
Create Monday.com tasks directly from selected text in your notes:

Right-click on any task or subtask in the sidebar for additional options:
Access settings via Settings → Monday.com Integration
| Setting | Description | Default |
|---|---|---|
| API Token | Your Monday.com API token | (required) |
| Default Board | Board to use when none specified | (none) |
| Note Folder | Folder where notes created from items are stored | Monday |
| Note Name Template | Template for naming created notes | {name} |
| Show Status Bar | Display sync status in the status bar | On |
| Show Status Dropdown | Show quick status dropdown on sidebar items | On |
| Auto-Refresh | How often to refresh data (minutes) | 5 |
| Placeholder | Description | Example |
|---|---|---|
{name} |
Item name | Fix login bug |
{board} |
Board name | Project Alpha |
{group} |
Group name | Sprint 1 |
{id} |
Monday.com item ID | 1234567890 |
Example templates:
{name} → "Fix login bug.md"{board}/{name} → "Project Alpha/Fix login bug.md"{group} - {name} → "Sprint 1 - Fix login bug.md"https://yourworkspace.monday.com/boards/1234567890/boards/ is your Board IDIf this plugin helps you stay organised, consider supporting its development:
data.json)Recommendations:
data.json files to public repositories.obsidian/plugins/*/data.json to your .gitignoreMIT