Hi everyone, I’m new to developing plugins for Obsidian. I’ve been trying to figure out how to get the aliases for a file, but can’t seem to find it through the api or metadata cache. Is there a way to efficiently check if and get an alias for a given file given a path?
Note for any other devs that come across this: you can get access to tags and headings, sections, lists, etc. by using app.metadataCache.getFileCache(file TFile). Very useful