Launch Joplin with a specific note from a powershell script

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 :wink:

Copy the external link from a note


and then you can call the url joplin://x-callback-url/openNote?id=XYZ to open the note

Thanks a lot, that got me back on track!

For future reference, this is a simple way to follow the x-callback-url in powershell that opens the specific note:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.