# Add opening in new window to external Url (x-callback-url)

**URL:** https://discourse.joplinapp.org/t/add-opening-in-new-window-to-external-url-x-callback-url/47862
**Category:** Features
**Created:** [16 November 2025 19:41 UTC](https://discourse.joplinapp.org/t/add-opening-in-new-window-to-external-url-x-callback-url/47862 "2025-11-16T19:41:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rmm](https://avatars.discourse-cdn.com/v4/letter/r/9de0a6/32.png) [@rmm](https://discourse.joplinapp.org/u/rmm)
#### Post date: [16 November 2025 19:41 UTC](https://discourse.joplinapp.org/t/add-opening-in-new-window-to-external-url-x-callback-url/47862/1 "2025-11-16T19:41:56Z")

</div>

I’ve got a global shortcut which calls a script, which creates a new note and opens the new note in Joplin.

I mostly use that when I have to open a new note quickli, like when getting a phone call or similar.

That works great so far.

But it would be great, if it would be possible to open the new note in a new joplin window, and not in the current one. So if i was editing an other note before, it stays open.  
Right now i’m using:

xdg-open "joplin://x-callback-url/openNote?id=$note\_id"

the posiility to call openNoteInNewWindow (or something shorter but understandable) would be great.
