I want to launch Joplin from a powershell script under Windows 10 with a specific note open.
The note is not always the same, so HomeNote is not a suitable solution for me.
My thoughts so far:
- Is there a command line argument that can be passed to joplin.exe to force opening a specific note?
- Could the x-callback-url of a note be used for this purpose?
I'm a bit lost on where to start to solve this problem. Pointers in the right direction would be greatly appreciated