Skip to content
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

More tags #3

Open
jazzsequence opened this issue Oct 15, 2021 · 1 comment
Open

More tags #3

jazzsequence opened this issue Oct 15, 2021 · 1 comment
Labels
good first issue Good for newcomers hacktoberfest Acceptable issues for Hacktoberfest

Comments

@jazzsequence
Copy link
Owner

Right now, release notes are displayed in full, which can get busy if your release notes are fairly verbose. This is largely because we're pulling in the content verbatim and not doing anything else with it.

If we were to parse the release notes (see #2), that opens up the possibility to do other types of transformations with the markup as well, such as str_replaceing a <!-- more --> tag (or similar) with HTML/CSS/JS that hides the rest of the content until clicked/opened.

An MVP of this could be that the more tag is replaced with a simple "Read more" anchor tag that pointed to the full release notes.

@jazzsequence jazzsequence added hacktoberfest Acceptable issues for Hacktoberfest good first issue Good for newcomers labels Oct 15, 2021
@raphaelz
Copy link

I can take on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Acceptable issues for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants