I am using the editor-core composable editor component in my Forge app and want to support media insertion in the editor. I’ve read the documentation closely but couldn’t find any working examples.
In the @atlaskit/editor-core package, I noticed there are three plugins for media: mediaInsertPlugin, mediaPlugin, and imageUpload. I tried all of them, but I wasn’t able to configure the imageProvider correctly.
If anyone has an example or guidance on how to properly add media support in editor-core, I’d really appreciate the help.