Antigravity
beca2c52c3
CI / Lint, Test & Build (push) Failing after 15s
CI / Deploy production (on server) (push) Has been skipped
feat: add inline chart support for notes
- Add NoteChart component using Recharts (bar, line, area, pie, radar, funnel, gauge)
- Add generate_chart and insert_chart_in_note AI tools
- Add chart code block support in MarkdownContent (```chart ... ```)
- Support JSON and simple data formats (label: value)
- Add i18n translations for chart features
Chart syntax examples:
- JSON: ```chart {"type":"bar","data":[{"label":"A","value":10}]} ```
- Simple: ```chart\nbar\nSales Data\nJan: 120\nFeb: 150\n```
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 17:29:10 +00:00
..
2026-04-26 12:12:09 +02:00
2026-05-22 17:29:10 +00:00
2026-05-16 21:10:26 +00:00
2026-05-16 12:59:30 +00:00
2026-05-16 12:59:30 +00:00
2026-05-07 22:29:02 +00:00
2026-05-16 21:10:26 +00:00
2026-05-16 12:59:30 +00:00
2026-05-22 17:18:48 +00:00
2026-05-14 17:43:21 +00:00
2026-05-16 20:34:58 +00:00
2026-05-16 20:34:58 +00:00
2026-05-17 17:29:51 +00:00
2026-05-22 17:18:48 +00:00
2026-05-17 17:29:51 +00:00
2026-05-16 12:59:30 +00:00
2026-05-16 12:59:30 +00:00
2026-05-16 12:59:30 +00:00
2026-05-16 12:59:30 +00:00
2026-04-20 22:48:06 +02:00
2026-05-16 12:59:30 +00:00
2026-04-20 22:48:06 +02:00
2026-05-22 17:18:48 +00:00
2026-05-16 18:50:34 +00:00
2026-04-27 22:56:22 +02:00
2026-05-19 18:45:50 +00:00
2026-05-09 12:58:16 +00:00
2026-05-02 16:51:12 +02:00
2026-05-16 22:47:38 +00:00
2026-05-22 17:18:48 +00:00
2026-04-20 22:48:06 +02:00
2026-04-21 22:22:02 +02:00
2026-05-16 20:34:58 +00:00
2026-05-14 17:43:21 +00:00
2026-05-16 12:59:30 +00:00
2026-05-03 18:41:38 +00:00
2026-05-19 22:00:19 +00:00
2026-05-14 17:43:21 +00:00
2026-05-16 20:50:29 +00:00
2026-05-16 12:59:30 +00:00
2026-05-16 20:34:58 +00:00
2026-05-16 12:59:30 +00:00
2026-05-08 14:31:08 +00:00
2026-05-02 23:41:46 +02:00
2026-05-22 17:18:48 +00:00