nextcloud / announcementcenter

📢 Announcement Center for Nextcloud
https://apps.nextcloud.com/apps/announcementcenter
GNU Affero General Public License v3.0
39 stars 24 forks source link

Allow mentions of users in announcements #55

Open nickvergessen opened 8 years ago

nickvergessen commented 8 years ago

Similar to comments

Steps to reproduce

  1. Post an announcement with @test
  2. User test should be shown with avatar + display name + forced notification
nickvergessen commented 6 years ago

Now that comments support this ( #121 ), it would be really nice to get this working too.

elhananjair commented 1 year ago

@nickvergessen this feature is already possible, right? I can mention users now so why not close this issue?

nickvergessen commented 1 year ago

Because it still does not allow to autocomplete: https://github.com/nextcloud/announcementcenter/blob/master/src/Components/NewForm.vue#L32

This would need to be replaced by https://nextcloud-vue-components.netlify.app/#/Components/NcRichContenteditable

elhananjair commented 1 year ago

autocomplete means, while typing the user's name it should autocomplete their name? the title seems like mentioning the user is impossible.


Screenshot_20230305_011004 Screenshot_20230305_011022 Screenshot_20230305_011029

nickvergessen commented 1 year ago

Exactly, it works in the comments, but not in the announcements

elhananjair commented 1 year ago

ow sorry I got it now