Skip to content

ideon

v0.9.0 Feature

This release adds 4 notable features for engineering teams evaluating rollout.

Published 4d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

brainstorming collaboration idea-management knowledge-base mental-space pkm
+5 more
productivity project-management visual-thinking visual-workspace whiteboard

Affected surfaces

auth

Summary

AI summary

Adds Webhook, Cron, LaTeX blocks and proxy authentication for server‑side automation.

Changes in this release

Feature Medium

Adds Webhook Block for live HTTP endpoints triggering block actions.

Adds Webhook Block for live HTTP endpoints triggering block actions.

Source: llm_adapter@2026-05-30

Confidence: high

Feature Medium

Adds Cron Block to schedule automated block actions without user session.

Adds Cron Block to schedule automated block actions without user session.

Source: llm_adapter@2026-05-30

Confidence: high

Feature Low

Adds LaTeX Block for rendering mathematical notation on the canvas.

Adds LaTeX Block for rendering mathematical notation on the canvas.

Source: llm_adapter@2026-05-30

Confidence: high

Feature Low

Adds Proxy/Header Authentication mode for self‑hosted deployments using reverse proxy headers.

Adds Proxy/Header Authentication mode for self‑hosted deployments using reverse proxy headers.

Source: llm_adapter@2026-05-30

Confidence: high

Feature Low

Enables edge resize handles for single‑axis block resizing with optional snapping.

Enables edge resize handles for single‑axis block resizing with optional snapping.

Source: llm_adapter@2026-05-30

Confidence: high

Refactor Low

Introduces server‑side webhook and cron execution engine for trigger handling.

Introduces server‑side webhook and cron execution engine for trigger handling.

Source: llm_adapter@2026-05-30

Confidence: high

Refactor Low

Implements `{{payload.field}}` template resolution for passing incoming data into block actions.

Implements `{{payload.field}}` template resolution for passing incoming data into block actions.

Source: llm_adapter@2026-05-30

Confidence: high

Refactor Low

Integrates proxy auth header parsing into request pipeline with full audit coverage.

Integrates proxy auth header parsing into request pipeline with full audit coverage.

Source: llm_adapter@2026-05-30

Confidence: high

Full changelog

The canvas starts acting on its own. Blocks can now listen for events, run on a schedule, and take action — no user session required.

New features

Webhook Block
Drop one on the canvas and it becomes a live HTTP endpoint. Any service capable of sending an HTTP POST — CI pipelines, form backends, payment providers, monitoring alerts, internal scripts — can drive it. Set conditions to filter events, choose what happens on a target block (change its visual state, update its color, create a Kanban task, prepend text to a note), and the block handles the rest. The endpoint URL and signing secret are shown inline. Last trigger time and status are visible at a glance. Runs server-side 24/7, no open browser required.

🕐 Cron Block
Same action set as the Webhook Block, but fired on a schedule instead of an event. Pick a preset (hourly, daily at 9 AM, every Monday morning) or write a custom cron expression. The job runs on the server — it doesn't need anyone logged in.

LaTeX Block
Write and display mathematical notation directly on the canvas. Use $...$ for inline expressions and $$...$$ for display equations in edit mode, then switch to preview to see them rendered. Supports Vim mode and the same Ctrl+P shortcut as the Note block.

🔐 Proxy / Header Authentication
A new authentication mode for self-hosted deployments behind a trusted reverse proxy (nginx mTLS, Traefik, Authelia, and similar stacks). When enabled, Ideon reads the user identity from configurable HTTP headers set by the proxy and signs in automatically — no OAuth round-trip, no password flow. All sign-in and provisioning events are recorded in the audit log.

Edge resize handles
Blocks can now be resized from any edge, not just corners. Edge handles resize in a single axis only and snap to neighboring block edges with the same alignment guides as dragging. Hold Shift to disable snapping.


Under the hood

  • Server-side webhook and cron execution engine — no client connection required for triggers
  • {{payload.field}} template resolution for passing incoming data into block actions
  • Proxy auth header parsing integrated into the request pipeline, with full audit coverage

What's next

More event sources, richer condition logic, and actions that write back — closing the loop between what happens outside and what the canvas reflects.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ideon

Get notified when new releases ship.

Sign up free

About ideon

Your project is scattered across too many tools. Map the chaos on an infinite canvas where notes, files, TO-DOs (and more!) finally live together.

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]