fix(dees-input-wysiwyg): Integrate output format preview into WYSIWYG demo; update plan and add local dev settings

This commit is contained in:
2025-09-18 16:04:02 +00:00
parent 639672358a
commit dafcf3834c
4 changed files with 13 additions and 2 deletions

View File

@@ -383,7 +383,10 @@ export const demoFunc = (): TemplateResult => html`
if (editors.exportDemo) {
setupExportDemo(elementArg, editors.exportDemo);
}
// Setup output format preview buttons
setupOutputFormatDemo(elementArg, editors.meeting, editors.recipe);
// Populate initial content
populateInitialContent(editors);