Title of source-note within embedded blockquotes

Got it. So, you are embedding a block/block ID. When you said block quote,

I thought you were talking about this

> I thought you were talking about this

Either way, when embedding to #headings or #^blockIDs, the note title is removed by default (in all themes).

You could try something like this to add the title back, but it brings the blockID with it. I’ll poke around and see if there’s another way.

.internal-embed::before {
    content: attr(alt);
    font-size: var(--h5-size);
    font-weight: var(--h5-weight);
}

https://help.obsidian.md/Extending+Obsidian/CSS+snippets


I think this may be the feature request thread:

1 Like