-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
feat: add support to render rss item tags #449
feat: add support to render rss item tags #449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM, except for:
- My nitpicking
- Missing UI (probably the reason for marking the PR [WIP]?)
I've converted the PR into a draft to make its status clearer. Feel free to convert it back when it is ready :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I will create migration files and merge this PR after #451 (which is under my final tests).
Note that I plan to rename display_item_tags
to display_entry_tags
to make it clearer. If you'd like to, you may do this before I start merging this, or just let me do it later.
bc71daa
to
5c15c5a
Compare
With corresponding migration files. Co-authored-by: maooyer <maooyer@gmail.com> Signed-off-by: Rongrong <i@rong.moe>
Co-authored-by: maooyer <maooyer@gmail.com> Signed-off-by: Rongrong <i@rong.moe>
Co-authored-by: maooyer <maooyer@gmail.com> Signed-off-by: Rongrong <i@rong.moe>
Signed-off-by: Rongrong <i@rong.moe>
5c15c5a
to
179296d
Compare
Fix entry hashtags by replacing any punctuations and whitespaces by '_'. Signed-off-by: Rongrong <i@rong.moe>
Signed-off-by: Rongrong <i@rong.moe>
Merged. Thanks for your contribution 🎉 |
Description
Add support to render RSS item tags.
close #318
Type of change
Please delete options that are not relevant.