I'm writing a script to integrate Joplin with GNOME Shell, so that when I search in the Shell overview, search results from Joplin appear.
Searching is possible using the Data API and this works already.
What doesn't work is opening a selected note in the Joplin UI. I was hoping there'd be a commandline option for this, similar to how GVim provides --remote. I haven't found one, having looked in the code and on the forum.
Would it be simple to add some kind of --note option that would take a note ID and open it in the UI?
Here's a WIP screenshot of what I'm making, if it helps understand the use case...
Thinking further about the search provider use case, it's also useful to tell Joplin "Open a search for terms XYZ in the Desktop app GUI". Would a PR for a --search option also be welcome?