I’m using the atlaskit editor within my own confluence cloud application. I followed the examples on Editor core and tried to use the editor with mentions. At the example on the page and in the source files the mentionProvider is always a mocked object i.E
i copied the code above and pass it as an argument to the editors mentionProvider prop, but nothing happend.
Is there a way to provide an example implementation which uses Ap.request() to fetch users from the current instance.
Here is a minimal example of a mention provider that should actually give you a dropdown menu when you type @
You should be able to update this to make requests for mention users in the filter function (I’m not sure what Ap.request() is, but I am going to assume some API request to get a list of mention users)
@heather this is very helpful thanks, we’re doing experiments creating inline comments that contain mentions. On the face of it it appears to be working, however creating a comment containing a mention doesn’t seem to automatically send the associated mention notifications that would be normally appear for the tagged user. Any idea if this could be remedied somehow?