I generally have a ‘# Title’ already included in my pages. Transcluding a file makes it redundant and sometimes eats up a lot of space (its fairly BIG!). Can some chages be made in .css or something so that I don’t have to see it in the preview or the PDF export?
Yep. Pretty sure this’ll do it:
.markdown-embed-title {
display: none;
}
Oh, thanks.
I should’ve searched in a better way.
There’s this discussion too, which had something called Naked Embedds.
Thanks again
how can I left align the transcluded note?
See this post
2 Likes