Editor.document.path when file is a soft link

Currently is seems like when a file being edited is a soft link, Nova behaves as if the file’s path is the file pointed to by the link and not the path to the softlink.

Therefore, editor.document.path returns the path to the file being pointed to.

Is there a way to still retrieve the path to the original link, if it is a soft link, instead of the file being pointed to?

I guess there isn’t one… :joy: