Files
grimoire/src
Claude c685144d2e feat(editor): add RichEditor component for long-form content
Phase 2 of RichEditor variant implementation:

- Create RichEditor component based on MentionEditor
- No slash commands (removed SlashCommand extension)
- Multi-line support with Enter for newlines
- Ctrl/Cmd+Enter to submit
- Full-size image/video previews using BlobAttachmentRich
- Full event rendering using NostrEventPreviewRich
- Configurable min/max height (defaults: 200px-600px)
- Retains @mentions and :emoji: autocomplete
- Reuses shared extensions (NostrPasteHandler, FilePasteHandler)
- Targets kind 1 notes composition

Key differences from MentionEditor:
- Block-level rich previews instead of inline badges
- Multi-line editing without Enter-to-submit
- Resizable with overflow-y: auto
- No command palette functionality
2026-01-20 20:41:17 +00:00
..
2026-01-20 17:28:57 +01:00
2026-01-14 19:24:37 +01:00
2026-01-19 16:47:12 +01:00
👶
2025-12-09 16:26:31 +01:00