Hi all,
I am new to Joplin and still experimenting. So far, it feels quite good.
I am using the mobile client on Android (/e/os actually) synched with my self-hosted Nextcloud via WebDav and occasionally on desktop, synched too. All works quite well.
My plugins are on mobile and desktop: Backlinks, Quick links and Journal.
On mobile, I am not happy how open/create the todays Journal note and hope for some help. The Dokumentation apparently only covers Joplin on desktop.
I activated the option "Add Open Todays Note to Menu". This adds a menu item at the very end of the 3-dot-menu only when viewing a single note.
But when all notes of a notebook are listed, there isn't any menu. Tapping the "+" button allows creating a new note. It would be nice to open todays easily.
Is it the same under the desktop version ? I don't use Journal but it happen often (many plugins) that something is working under the desktop version and not yet under the mobile version.
OK. I took time to discover the Journal plugin (Linux + Joplin 3.4.1)...
Now I try to understand your issue. But I suppose options are not the same in Desktop version and mobile version.
Do you have some kind of shortcuts in the mobile version ?
In the desktop version:
I implemented the mobile feature for this plugin, though the plugin itself isn't mine. There isn't a way in the plugin API to add something to the + button. The only way to add features like open today's note is to add a panel (like the backlinks or note tabs plugin) which can be opened from anywhere, also in the notebook view or to add commands to the three-dot menu, which is only available when a note is opened.
I went with the latter approach, honestly because it seemed easier and I didn't feel like I needed to add a whole panel when most users usually only need one or two commands.
It doesn't bother me to open a random note to have access to the three-dot menu personally.
However, if you feel differently and would prefer a different approach on mobile, feel free to open a feature request on github and maybe @leenzhu or I or someone else will implement it differently