Hey there,
I’m currently working on a plugin that adds supports for an OSS library, and I’m also building support for the SaaS version/product of it.
The plan is, when users open a file supported by the library, the plugin would show a notification that it has integration with the SaaS one, and prompt users to create an account or log in if they already have one.
I’ve been looking into the different types of notifications, and the Editor Banner and the Balloon Notifications stand out as the most suitable ones. However, it is not clear which one would be a better fit. (I read the SDK docs, but still.)
Do you have any pros/cons for the mentioned notification types for such a use case?
