Summary | Adds the most recent post/reply excerpt to the Topic List serializer | |
Repository Link | GitHub - dsims/discourse-highest-post: Adds highest_post_excerpt to serializer | |
Install Guide | How to install plugins in Discourse |
Features
Adds the excerpt from the topic’s most recent post (aka the post with the highest_post_number
) to the TopicListItemSerializer
.
Configuration
None for the plugin, but all the frontend UI related changes to actually see the excerpts are in a separate theme-component: Latest Reply Excerpt theme-component.
TODO
Limit to certain categories & tags?
While it attempts to be optimal, this does add extra queries that could impact performance.
“Whispers” are excluded, but there may be other unwanted posts I’m not aware of.