Added blocks to notes and updated assistant skill with this.

Image blocks — images with alt text and captions
Embed blocks — inline YouTube videos, Figma designs, or link cards
Chart blocks — line, bar, and pie charts from inline data or JSON files
Table blocks — styled data tables with named columns
This commit is contained in:
arkml 2026-03-18 23:33:12 +05:30 committed by GitHub
parent a10e97110d
commit 91030a5fca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1016 additions and 0 deletions

View file

@ -8,6 +8,7 @@ export * as agentSchedule from './agent-schedule.js';
export * as agentScheduleState from './agent-schedule-state.js';
export * as serviceEvents from './service-events.js'
export * as inlineTask from './inline-task.js';
export * as blocks from './blocks.js';
export * as frontmatter from './frontmatter.js';
export * as bases from './bases.js';
export { PrefixLogger };