feat(canvas): register folk-image and folk-bookmark toolbar buttons and defaults
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dd56f486bc
commit
89ffc0aca4
|
|
@ -1753,7 +1753,7 @@
|
|||
}
|
||||
|
||||
.connect-mode :is(folk-markdown, folk-wrapper, folk-slide, folk-chat,
|
||||
folk-google-item, folk-piano, folk-embed, folk-calendar, folk-map,
|
||||
folk-google-item, folk-piano, folk-embed, folk-image, folk-bookmark, folk-calendar, folk-map,
|
||||
folk-image-gen, folk-video-gen, folk-prompt, folk-zine-gen, folk-transcription,
|
||||
folk-video-chat, folk-obs-note, folk-workflow-block,
|
||||
folk-itinerary, folk-destination, folk-budget, folk-packing-list,
|
||||
|
|
@ -1765,7 +1765,7 @@
|
|||
}
|
||||
|
||||
.connect-mode :is(folk-markdown, folk-wrapper, folk-slide, folk-chat,
|
||||
folk-google-item, folk-piano, folk-embed, folk-calendar, folk-map,
|
||||
folk-google-item, folk-piano, folk-embed, folk-image, folk-bookmark, folk-calendar, folk-map,
|
||||
folk-image-gen, folk-video-gen, folk-prompt, folk-zine-gen, folk-transcription,
|
||||
folk-video-chat, folk-obs-note, folk-workflow-block,
|
||||
folk-itinerary, folk-destination, folk-budget, folk-packing-list,
|
||||
|
|
@ -2204,6 +2204,8 @@
|
|||
<div class="toolbar-dropdown">
|
||||
<div class="toolbar-dropdown-header">Embed</div>
|
||||
<button id="new-embed" title="Web Embed">🔗 Web Embed</button>
|
||||
<button id="new-image" title="Image">🖼️ Image</button>
|
||||
<button id="new-bookmark" title="Bookmark">🔖 Bookmark</button>
|
||||
<button id="new-google-item" title="Google">📎 Google</button>
|
||||
<button id="new-map" title="Map">🗺️ Map</button>
|
||||
<button id="new-social-post" title="Social Post">📱 Social Post</button>
|
||||
|
|
@ -3592,6 +3594,8 @@
|
|||
"folk-google-item": { width: 280, height: 180 },
|
||||
"folk-piano": { width: 800, height: 600 },
|
||||
"folk-embed": { width: 480, height: 360 },
|
||||
"folk-image": { width: 400, height: 300 },
|
||||
"folk-bookmark": { width: 320, height: 200 },
|
||||
"folk-calendar": { width: 320, height: 380 },
|
||||
"folk-map": { width: 500, height: 400 },
|
||||
"folk-image-gen": { width: 400, height: 500 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue