Links to local system folders or files in linux / gnome-shell not handled when admin rights are needed

The following “local link” format works fine in Zim and logseq

[test regular link](file:///home/me/.profile), it opens the file in the default text editor.

Also, the following works in Zim:

[test admin link](admin:///etc/default/alsa)

The prefix admin makes gnome prompt for the sudo password and then opens the editor with elevated rights, same experience as doing the following in a shell without admin privilege:

gedit admin:///etc/default/alsa

This does not seem to work in logseq however.
Any guidance on how to have logseq handle admin URIs fully in linux, so that gnome prompts for elevated priviliges?