hello, is it possible to use target="_blank" somewhere?
EDIT:
if anyone need it change this part of code in vendor\davwheat\custom-sidenav-links\js\dist\forum.js :
n.add("customLink-"+r,m(u.a,{external:!e.internal,href:o,rel:"noopener noreferrer",icon:e.icon},e.text),c)
in this:
n.add("customLink-"+r,m(u.a,{external:!e.internal,href:o,rel:"noopener noreferrer",target: e.internal ? null : "_blank",icon:e.icon},e.text),c)
Then deactivate and reactivate the plugin, it should work.