diff --git a/src/renderer/components/modals/PluginsSettings.tsx b/src/renderer/components/modals/PluginsSettings.tsx new file mode 100644 index 0000000..edc0b85 --- /dev/null +++ b/src/renderer/components/modals/PluginsSettings.tsx @@ -0,0 +1,14 @@ +import { Sparkles } from 'lucide-react'; + +export function PluginsSettings() { + return ( +
+ +

Coming soon

+

+ The plugin system is on the roadmap. You'll be able to extend MarkdownConverter with custom + commands, themes, and export formats. +

+
+ ); +}