Show full path instead of link icon for transcluded note

What I’m trying to do

In preview mode, I would like to see the full path to a local embedded note. (Separately, it would be nice to have an option to see it when hovering over the link icon).

Things I have tried

Searched various forum posts etc. Found ways to suppress the “seams” (i.e., seamless embeds), but I guess I’m looking for a more “seamful” one LOL

Update: I’ve also looked through this list for ideas, but did not see anything that did this: obsidian-css-snippets/Embeds.md at develop · Dmytro-Shulha/obsidian-css-snippets · GitHub

settings → files and links → file format: absolute links

Or is this not what you want?

Thanks.

It’s not, but I figured out the issue: some stray css line in my config was hiding it:

.markdown-embed-title { display:none; }

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.