I'm playing around learning plugins on mobile.
On desktop I've put some non-note-specific commands in the toolbar and keyboard shortcuts, which is perfect.
However, on mobile I can't find a way to expose a plugin command from the home screen (i.e. the notes list view). I'd love to be able to add custom commands to the QuickActions + button on lower right (which has "New to-do" and "New note" right now). I know I can add a menu command for when a note is selected, but that's not this.
Is there any other way to do this currently on mobile plugin API? If not, can I file a feature request to add this? I'm guessing it would be something like joplin.views.quickaction.create()
.
Thanks!