Note that if you want you could get that working with a plugin:
- From the plugin you can open any note
- Then it's a matter of communicating with this plugin from your Python script. There are several ways to do this but I guess a simple server running from the plugin would work, or perhaps you can use IPC.
1 Like