feat: Link Preview block (carte aperçu URL) + proxy images
- Bloc Link Preview : colle une URL → carte avec titre, description, image, favicon - API /api/link-preview : extraction OpenGraph + meta tags - API /api/image-proxy : contourne le hotlinking (Referer spoofing) - Métadonnées persistées en HTML (data-preview JSON) — pas de refetch au reload - Texte indexable : titre + description + URL inclus pour recherche/embeddings - Modal propre pour saisir l'URL (plus de prompt()) - Slash menu + smart paste 'Coller comme carte aperçu' - i18n FR/EN complet - Fix: bouton calendrier retiré du sélecteur de vue
This commit is contained in:
@@ -11,7 +11,7 @@ export type PropertyType = (typeof PROPERTY_TYPES)[number]
|
||||
|
||||
export const MAX_PROPERTIES_PER_NOTEBOOK = 15
|
||||
|
||||
export type StructuredViewMode = 'list' | 'table' | 'kanban' | 'gallery'
|
||||
export type StructuredViewMode = 'list' | 'table' | 'kanban' | 'gallery' | 'calendar'
|
||||
|
||||
export type NotebookViewSettings = {
|
||||
kanbanGroupPropertyId?: string | null
|
||||
|
||||
Reference in New Issue
Block a user