I would prefer NOT to see a centered filename above transclusions, but I have not found a way to modify this. I have seen screenshots from other user setups where behavior is desirable.
Is there a way to do this that wouldn’t require me to learn about CSS?
Things I have tried
Searched Obsidian settings
Searched Obsidian topics - There’s one where someone complains about the opposite problem
What I’m trying to do
Hide the centered filename at the top of a transclusion
2 Likes
See this (by @Moonbase59 ):
Clean Embeds: Create a nice-looking “Master Document” from its parts!
Sometimes you want to construct a larger “master document” from its parts, say chapters. And it should look like it’s been made of one piece.
None of the existing tips & tricks could fulfill this requirement, so I came up with my own. It is to be used with cssclass: clean-embeds in the frontmatter, so it won’t interfere with other pages that might use the “normal” type of embeds.
A sample document could look like this (simpl…
(via css snippet for all embeds)
Clean Embeds without cssclass
@Klaas brought up the idea of having a Clean Embeds without requiring a cssclass because he wanted to use it for all his notes.
Well, folks, here we go!
Read about the original snippet , decide if you want it for all notes, and then use this code:
Code: clean-embeds-all.css
/*
clean-embeds-all.css snippet
Removes title, link, padding, margins from embeds,
so they really look like the same note.
This will not require a `cssclass` to be set but w…
For “title” in particular, use this css snippet:
.markdown-preview-view .markdown-embed-title {
display: none;
}
9 Likes
Thank you! I’ll stretch my technical abilities and see if I can make this work. It sounds like precisely what I want!
1 Like
system
Closed
September 17, 2021, 7:18pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.