Issue #1125: Allow markdown formatting in "Description"#56
Open
kuchtiak-ufal wants to merge 7 commits intoclarin-v7from
Open
Issue #1125: Allow markdown formatting in "Description"#56kuchtiak-ufal wants to merge 7 commits intoclarin-v7from
kuchtiak-ufal wants to merge 7 commits intoclarin-v7from
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements markdown formatting support for description metadata fields in DSpace items. Users can now enable markdown and MathJax formatting in description fields through configuration.
Key changes:
- Added configuration injection to access markdown settings
- Implemented conditional rendering between plain text and markdown formats
- Fixed trailing comma syntax error in configuration
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/config/default-app-config.ts | Fixed trailing comma syntax error in markdown configuration |
| src/app/item-page/simple/field-components/clarin-description-item-field/clarin-description-item-field.component.ts | Added configuration injection and conditional logic for markdown rendering |
| src/app/item-page/simple/field-components/clarin-description-item-field/clarin-description-item-field.component.html | Added conditional rendering with markdown pipe when enabled |
...le/field-components/clarin-description-item-field/clarin-description-item-field.component.ts
Outdated
Show resolved
Hide resolved
…e markdown text, in the Home page - Add <Markdown formatted text> toggle button to render markdown formatted text
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.
Now,
Based on the
definition user can use the https://commonmark.org/ or for https://www.mathjax.org/ formatting in the description property.
Example:
Description Metadata text:
Result:
