From f64c3d54843da58553fb3d22bf168600cee81801 Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:21:59 -0700 Subject: [PATCH] Desktop: Remove Math Mode from the list of plugins incompatible with the new editor (#11143) --- .../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 81c8f0f2c..11677923f 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', - 'plugin.calebjohn.MathMode', 'com.ckant.joplin-plugin-better-code-blocks', // cSpell:enable ];