Feat: Refine and add more options to the CAYW endpoint#13447
Merged
koppor merged 11 commits intoJabRef:mainfrom Jul 3, 2025
Merged
Feat: Refine and add more options to the CAYW endpoint#13447koppor merged 11 commits intoJabRef:mainfrom
koppor merged 11 commits intoJabRef:mainfrom
Conversation
koppor
previously approved these changes
Jul 3, 2025
auto-merge was automatically disabled
July 3, 2025 20:58
Head branch was pushed to by a user without write access
koppor
approved these changes
Jul 3, 2025
koppor
approved these changes
Jul 3, 2025
This comment was marked as resolved.
This comment was marked as resolved.
|
@trag-bot didn't find any issues in the code! ✅✨ |
Collaborator
|
Your code currently does not meet JabRef's code guidelines. We use OpenRewrite to ensure "modern" Java coding practices. You can see which checks are failing by locating the box "Some checks were not successful" on the pull request page. To see the test output, locate "Tests / OpenRewrite (pull_request)" and click on it. The issues found can be automatically fixed. Please execute the gradle task |
6 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up #13185 and #13187 (comment)
Closes palukku#5
Steps to test
You can test the simple-json format by using this command:
curl http://localhost:23119/better-bibtex/cayw?format=simple-jsonfor biblatex (which is the default format) you can use this and change the command (defaults to autocite)
curl http://localhost:23119/better-bibtex/cayw?format=biblatex&command=notautociteMandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)