カテゴリトピックリストを「ブログ」として提示する

Is there a plugin that allows for topic lists to be presented as a “blog”? That is - presented with full the full cooked topic content and not only the excerpt? (truncated content for long posts + read more button)

I’d like to achieve something similar to how wordpress dev teams uses blogging with comments as a work tool.

Like this:

Overriding a template won’t do, right? I guess the full topic content is not available by default in the topic list?

これでいいでしょうか?

ああ、はい、個々のトピックのスタイリングは素敵ですね。でも、私が実現したいのは、トピック一覧をブログ風の形式で表示すること、つまり一覧内の各トピックの完成されたコンテンツ全体を表示することです。

それではパフォーマンス上の問題が発生するでしょうか?おそらくはいです。理想的にはページネーション、あるいはさらに良いのは遅延読み込み(lazy loading)が実装されるべきでしょう。コメントは一覧に含める必要はありません。長いトピックは切り詰めることができます。ただし、このカテゴリのトピックは短く保ち、WordPress 開発者が利用するのと同様に、会議の議事録、短い更新情報、発表などに活用すべきです。

それには、#plugin#theme のどちらかが必要だと思います。
あるいは、WordPress を使い、Discourse にはコメント機能のみを担当させることもできます。