Is your feature request related to a problem? Please describe.
Currently an user can type @ in editor and enable user search and selection. As tag become more important, an user should also be able to type # in editor and enable tag search and selection
Describe the solution you'd like
When an user type # and some content in editor, a dropdown of tags should appear according to the content the user typed, allowing the user to select which tag s/he would like to mention. This should be similar with typing @ for an user.
Additional context
Currently the editor API only support mentioning user, see example here. We need to either add mention tag to the API, or generalize to any type of mentioning.
Is your feature request related to a problem? Please describe.
Currently an user can type
@in editor and enable user search and selection. As tag become more important, an user should also be able to type#in editor and enable tag search and selectionDescribe the solution you'd like
When an user type
#and some content in editor, a dropdown of tags should appear according to the content the user typed, allowing the user to select which tag s/he would like to mention. This should be similar with typing@for an user.Additional context
Currently the editor API only support mentioning user, see example here. We need to either add mention tag to the API, or generalize to any type of mentioning.