Users add tags to replies?

Is it possible to allow users to add tags to replies?

The basic tag implementation seems to be that the topic creator adds tags to the topics, and those tags can only be changed in the first post of the topic. Is it possible to allow users to add additional tags per reply?

(so, basically, an ability to add tags in a reply just like a user can add tags in the first post)

In my case, it can occur where users say something in their replies that is related to the topic, but also relates to other subjects. So it would be helpful for the users to later be able to search by subject (ie, tags), and find those replies.

If its not currently available (which maybe its not), wondering how hard it would be to implement–if not too bad, I might post to marketplace for it.

「いいね!」 4

No, this isn’t currently possible, though trust level 3 users can add tags to other people’s questions, so a social solution of encouraging your regular members to do that might be enough.

「いいね!」 6

Thanks. A key use case is actually the topic creator adding tags on a per reply basis. So it’s important for the tags to be specifically tied to the replies.

「いいね!」 2

No this is not possible, nor is it planned for any time in the forseeable future.

「いいね!」 4

もし追加する理由を述べるとしたら、以下のようになります。
例えば、詩すべてに対して1つのトピックを持つのではなく、詩ごとに複数のトピックを持つことになります。また、他の多くの単一トピックも、複数の返信/投稿に対して使用されます。
もちろん、各返信の詩は、その詩の内容に関連する別のタグを付けたい場合があります。

現在、ユーザー自身ではなく、トピックの開始者またはレベル3以上のユーザーのみがこれらを追加/編集できます。

理にかなっていますか?

「いいね!」 1

投稿には、ソーシャルメディアプラットフォームでタグを追加するような形で、投稿自体の中にタグを付けることができます。

official release-notes

私はコミュニティでこのアプローチを使用しており、カスタムAPIエンドポイントを使用して、指定されたタグが付いたすべての投稿を取得し、タグの「タイムライン」としてメインウェブサイトに表示しています(ここでは「#dune-imperium」に言及しているすべての投稿をリストしています)。

IMO(私の意見では)便利なのは、この「言及されたタグ」フィルターを検索ページに追加することです。これにより、同様のビューが表示されます。個々の投稿をリストできる主な場所なので、そこにこの機能があるのは理にかなっています。

考えてみてください。カスタム投稿フィールドで返信にタグを追加したとしても、それらをどのようにフィルタリングしたり、トピック自体以外の場所に表示したりできるでしょうか?

投稿本文にタグを追加するだけではカバーされない特定のユースケースがある場合は、お知らせください。何か解決策を考え出すことができるかもしれません。

「いいね!」 5

Embedding a list of Discourse Topics in another site でこれのサポートを追加するのはクールですが、毎回検索する必要がないように、すべてのタグの言及をデータベースに保存する必要があります。

ユーザー/グループの言及を専用の列に保存してトピックを高速化することについて内部で話しているので、これは同様の方法で機能します。

「いいね!」 3