From 95ca6c4c1223655b3ca1f8a2e374dc2d9055b5d1 Mon Sep 17 00:00:00 2001 From: Chris Kant Date: Mon, 9 Dec 2024 07:58:01 -0800 Subject: [PATCH] Desktop: Remove Better Code Blocks from the list of plugins incompatible with the new editor (#11474) --- .../app-desktop/gui/NoteEditor/WarningBanner/WarningBanner.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app-desktop/gui/NoteEditor/WarningBanner/WarningBanner.tsx b/packages/app-desktop/gui/NoteEditor/WarningBanner/WarningBanner.tsx index 11677923f..f17b12030 100644 --- a/packages/app-desktop/gui/NoteEditor/WarningBanner/WarningBanner.tsx +++ b/packages/app-desktop/gui/NoteEditor/WarningBanner/WarningBanner.tsx @@ -38,7 +38,6 @@ const incompatiblePluginIds = [ 'ylc395.noteLinkSystem', 'outline', 'joplin.plugin.cmoptions', - 'com.ckant.joplin-plugin-better-code-blocks', // cSpell:enable ];