From 52c859a44966ae910066f4dafe23f7cfb9c186cc Mon Sep 17 00:00:00 2001 From: NeuronPulse <223855279+NeuronPulse@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:42:13 +0800 Subject: [PATCH 1/2] Add tw-comment-markdown-editor entry to addon-entries --- src/addons/generated/addon-entries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addons/generated/addon-entries.js b/src/addons/generated/addon-entries.js index bb120ef..e34d4ed 100644 --- a/src/addons/generated/addon-entries.js +++ b/src/addons/generated/addon-entries.js @@ -80,4 +80,5 @@ export default { "tw-disable-cloud-variables": () => import(/* webpackChunkName: "addon-entry-tw-disable-cloud-variables" */ "../addons/tw-disable-cloud-variables/_runtime_entry.js"), "tw-disable-compiler": () => import(/* webpackChunkName: "addon-entry-tw-disable-compiler" */ "../addons/tw-disable-compiler/_runtime_entry.js"), "editor-stepping": () => import(/* webpackChunkName: "addon-entry-editor-stepping" */ "../addons/editor-stepping/_runtime_entry.js"), + "tw-comment-markdown-editor": () => import(/* webpackChunkName: "addon-tw-comment-markdown-editor" */ "../addons/tw-comment-markdown-editor/_runtime_entry.js") }; From bab16521a0a957b6afacfcd7a2db86800ffaceb3 Mon Sep 17 00:00:00 2001 From: NeuronPulse <223855279+NeuronPulse@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:44:24 +0800 Subject: [PATCH 2/2] Add tw-comment-markdown-editor to addon manifests --- src/addons/generated/addon-manifests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addons/generated/addon-manifests.js b/src/addons/generated/addon-manifests.js index 6873062..9309d2e 100644 --- a/src/addons/generated/addon-manifests.js +++ b/src/addons/generated/addon-manifests.js @@ -79,6 +79,7 @@ import _tw_remove_feedback from "../addons/tw-remove-feedback/_manifest_entry.js import _tw_disable_cloud_variables from "../addons/tw-disable-cloud-variables/_manifest_entry.js"; import _tw_disable_compiler from "../addons/tw-disable-compiler/_manifest_entry.js"; import _editor_stepping from "../addons/editor-stepping/_manifest_entry.js"; +import _tw_markdown_comment_editor from "../addons/tw-comment-markdown-editor/_manifest_entry.js"; export default { "cat-blocks": _cat_blocks, "editor-devtools": _editor_devtools, @@ -160,4 +161,5 @@ export default { "tw-disable-cloud-variables": _tw_disable_cloud_variables, "tw-disable-compiler": _tw_disable_compiler, "editor-stepping": _editor_stepping, + "tw-comment-markdown-editor": _tw_markdown_comment_editor };