dokufreaks / plugin-discussion

Add a comments section to DokuWiki pages
https://www.dokuwiki.org/plugin:discussion
GNU General Public License v2.0
35 stars 26 forks source link

Mention or invite Users in discussion #327

Open ghost opened 2 years ago

ghost commented 2 years ago

It would be nice to have the ability to mention users with @username in comments. Ideally with a drop-down list similar to GitHub. They should receive an email like subscribers.

An alternative idea would be a feature for inviting users to a discussion. Then they should receive an subscription link via email.

Klap-in commented 2 years ago

You can use [[user>username]] for referring users. It creates just a link to the user, so no mention with notification. That functionality is not supported.

Is it an idea to make the date of a comment clickable, such that easier an unique referrer can be copied to a specific comment? For me it too much work to implement sending subscription links.

Maybe a share button is what you see more today?

Proposal welcome as pull requests, proposals can be discussed first as well.

ghost commented 2 years ago

Maybe a share button with email link and empty recipient would work?

If that’s possible we could even add a subscription link in the body. Then we would have an invitation.

<a href="mailto:?subject=your%20subject&amp;body=your%20body">Share Comment</a>