Hi, are exist current works on implementing templates plugin for mobile version? I think this could be very useful. If nobody interested in it I could try my own, I never have experience with mobile technology stack but I'm frontend dev professionally (js, react). If some experienced coder could guide me and provide materials to learn I could try creating this plugin on mobile version.
Hi @jakubkloc, incidentally I started yesterday a branch based on the original plugin repo, to try and adapt the plugin to mobile. You are welcome to have a look and contribute. I created a release that you can install on mobile. It supports existing templates from desktop, and introduces a button for creating a new note from a template on the editor toolbar, and in the 3-dot note menu / toolbar. Will be happy to get feedback.
Thanks so much for doing this! It's so nice to play with all the features I've been waiting for!
One small idea: putting the "new note from template" button under the three dots menu in a note is a bit inconvenient (and from some playing around, occasionally creates empty notes), maybe you could create a panel view and put all the buttons in there as basically a hacky way to add buttons to the toolbar like on desktop?
Cool stuff @shikuz! Looking forward to see the mobile version of the plugin.
I agree, it would be great to have the commands in a panel. Especially since there are a few of them and having that many under the three dot menu (in addition to other plugins) may be too much on mobile. If they do end up there, I would suggest being able to add and remove the ones you want from the menu, so it isn't cluttered with commands someone may not use.
Please try the latest mobile release, which adds a command panel (only on mobile).
If it's alright by you @nishantwrp, I'll open a PR for mobile support once I feel that it's mature enough.
I've installed it on my mobile, and it works nicely! The only thing that's slightly awkward is that you have to close the command thingy manually. Not sure if that's by design or a limitation in the plugin system?
Apart from that, I'm really happy with it!
As you guessed, this is a limitation of the API (as far as I know). I'm linking to a relevant post / request.
FYI, I saw a PR to add a command to hide the plugin panel viewer yesterday. But I didn't checked the detail yet.
Linking to a PR on the main plugin repo.