From 929004b5556976e037c696ea7db98ea25ce59501 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Sun, 5 Apr 2026 15:39:53 +0200 Subject: [PATCH 1/2] feat(ai): set markdown AI summary view mode to be default --- .../gui/ai/components/summary/SummaryShowingComponent.java | 2 +- .../gui/ai/components/summary/SummaryShowingComponent.fxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jabgui/src/main/java/org/jabref/gui/ai/components/summary/SummaryShowingComponent.java b/jabgui/src/main/java/org/jabref/gui/ai/components/summary/SummaryShowingComponent.java index a7818273f6c..909b5350a78 100644 --- a/jabgui/src/main/java/org/jabref/gui/ai/components/summary/SummaryShowingComponent.java +++ b/jabgui/src/main/java/org/jabref/gui/ai/components/summary/SummaryShowingComponent.java @@ -44,7 +44,7 @@ public SummaryShowingComponent(@NonNull Summary summary, @NonNull Runnable regen @FXML private void initialize() { initializeWebView(); - updateContent(false); // Start in plain text mode + updateContent(true); // Start in Markdown mode updateInfoText(); } diff --git a/jabgui/src/main/resources/org/jabref/gui/ai/components/summary/SummaryShowingComponent.fxml b/jabgui/src/main/resources/org/jabref/gui/ai/components/summary/SummaryShowingComponent.fxml index f991f979c5f..d9fed53fdae 100644 --- a/jabgui/src/main/resources/org/jabref/gui/ai/components/summary/SummaryShowingComponent.fxml +++ b/jabgui/src/main/resources/org/jabref/gui/ai/components/summary/SummaryShowingComponent.fxml @@ -13,7 +13,7 @@ - +