Set markdown AI summary view mode to be default#15499
Set markdown AI summary view mode to be default#15499InAnYan wants to merge 2 commits intoJabRef:mainfrom
Conversation
Review Summary by QodoSet Markdown as default AI summary view mode
WalkthroughsDescription• Changes AI summary view mode default from plain text to Markdown • Updates checkbox initialization to reflect Markdown as default view • Improves user experience with richer formatted output by default Diagramflowchart LR
A["Summary Component Initialization"] -->|"updateContent parameter"| B["Plain Text Mode<br/>false"]
A -->|"Checkbox selected state"| C["Unchecked"]
D["Updated Initialization"] -->|"updateContent parameter"| E["Markdown Mode<br/>true"]
D -->|"Checkbox selected state"| F["Checked"]
B -.->|"Change"| E
C -.->|"Change"| F
File Changes1. jabgui/src/main/java/org/jabref/gui/ai/components/summary/SummaryShowingComponent.java
|
Code Review by Qodo
1.
|
jabgui/src/main/resources/org/jabref/gui/ai/components/summary/SummaryShowingComponent.fxml
Outdated
Show resolved
Hide resolved
|
JUnit tests of You can then run these tests in IntelliJ to reproduce the failing tests locally. We offer a quick test running howto in the section Final build system checks in our setup guide. |
| Export\ to\ JSON=Export to JSON | ||
| Export\ to\ Markdown=Export to Markdown | ||
| Export\ chat\ history=Export chat history | ||
| Markdown=Makrdown |
There was a problem hiding this comment.
Markdown dosn't need to be translated
|
Note that your PR will not be reviewed/accepted until you have gone through the mandatory checks in the description and marked each of them them exactly in the format of |
Related issues and pull requests
Addresses https://discourse.jabref.org/t/add-a-jabref-setting-that-remembers-the-ai-summary-markdown-checkbox-state-so-markdown-view-can-stay-enabled-by-default-instead-of-resetting-each-time/9078
PR Description
Steps to test
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)