-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add toggle to allow Markdown in User Comments in Entry Editor #12407
Comments
I am interested in this issue. Please assign me this issue. |
I don't understand what you mean. Comments are plain text. Do you mean the entry preview? It can be configured to render Markdown. |
Yes, Comments are plain texst only right now, but I want them be optionally rendered in Markdown, just like Entry Preview, AI-Summary or AI-Chat. |
I wonder, why this was not touched in #6232 2020 one has the preview in Markdown: |
This is the wrong place for it. The Markdown Formatter affects only the Entry Preview, and it can be configured for arbitrary fields - if you use JabRef's entry preview (not CSL) |
Task is here to add the functionality to the entry preview. Meaning: Enhancing the #6232. Also add user-speciifc comments fielkds to the rendering.
|
/assign @priyanshu16095 |
@koppor There is nothing to implement here, you would need to adapt the preview:
|
I want it to have WITHOUT configuration! |
I think, currently, it works WITH configuration, but WIHTOUT, it does not --> knob-less JabRef ^^ |
How should this work? It'a user defined/custom field? You would need to explicitly add this to the preview |
No, Added as fix for issue JabRef#543 That field automatically appears. Based on the user name. |
I put it into our internal refinement board, because a real "specification" takes time. |
JabRef 6.0-alpha.29--2025-01-13--e9da46a
Windows 10 10.0 amd64
Java 23.0.1
JavaFX 23.0.1+4
Is your suggestion for improvement related to a problem? Please describe.
I want to store my AI generated summaries somewhere, because everytime I restart JabRef, they get deleted. Sometimes I want to generate multiple summaries of the same scientific paper. I opted to store the summaries in the comments section of JabRef, but the comments section does not support Markdown and that's annoying, because I want to have responses formated in Markdown.
Describe the solution you'd like
Add toggle that allows users to switch between "Markdown" and "Plaintext" mode.
Additional context
There is currently work being done on adding Markdown to the AI-Chat tab (see #12234), so to add this feature here, some of the code could potentially be re-used. There already is a toggle in the AI-Summary tab.
The text was updated successfully, but these errors were encountered: