From dafcf3834c81577c536aea816e07736107128fec Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 18 Sep 2025 16:04:02 +0000 Subject: [PATCH] fix(dees-input-wysiwyg): Integrate output format preview into WYSIWYG demo; update plan and add local dev settings --- changelog.md | 8 ++++++++ readme.plan.md | Bin 11560 -> 11554 bytes ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-input-wysiwyg.demo.ts | 5 ++++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5b17ca0..d761baf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2025-09-18 - 1.12.2 - fix(dees-input-wysiwyg) +Integrate output format preview into WYSIWYG demo; update plan and add local dev settings + +- Wire output format preview into the WYSIWYG demo (ts_web/elements/dees-input-wysiwyg.demo.ts) by calling setupOutputFormatDemo(editors.meeting, editors.recipe) so HTML/Markdown preview controls are initialized. +- Update readme.plan.md: mark the Output Formats review tasks as completed and document that preview controls were added. +- Add a local settings file to allow running local tooling tasks (grants permission for pnpm run scripts and related local commands). +- No library API or runtime component behavior changed — this is a demo/documentation and local-settings update. + ## 2025-09-18 - 1.12.1 - fix(ci) Add local settings to allow running pnpm scripts and enable dev chat permission diff --git a/readme.plan.md b/readme.plan.md index 04bb38aa55541e64c77cf0375cbb9fefba594b31..76b3618c6f3bc905febb9a13f30740165442e3bf 100644 GIT binary patch delta 70 zcmZ1xwJ2)CSuMtj$>+4(fTXClscuEAf=hmKX>Mv>i9%XtUP@+Oda*)cUW!6uN{T{3 YQEFLcYPmvkeqKpYeopb`TJ6=00JLx#od5s; delta 76 zcmZ1!wIXW6SuI9|$>+4(fTXClsj)(=f=hmKX>Mv>i9%XtUP@+Oda;5=UcN$deoCrB eaz html` if (editors.exportDemo) { setupExportDemo(elementArg, editors.exportDemo); } - + + // Setup output format preview buttons + setupOutputFormatDemo(elementArg, editors.meeting, editors.recipe); + // Populate initial content populateInitialContent(editors);