Is is possible to hide title in transcluded note in Live Preview mode

What I’m trying to do

I’m trying to hide the title of transcluded notes. I can make it work in Read mode but not in Live Preview mode and I never use Read mode. So I’m wondering if it is possible to do this in Live Preview mode?

Ideally I’ve love to have the functionality of @Moonbase59’s clean-embeds-all but in Live Preview mode.

Things I have tried

I’ve tried out @Moonbase59’s Clean Embeds and while it works in Read mode it doesn’t seem to work in Live Preview mode (whether it’s clean embeds or clean embeds all). I could be missing something simple here but can’t seem to find the answer.

Give this a try to universally hide the titles:

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

For per-embed options have a look here:

2 Likes

Ah you legend thank you so much! That worked perfectly

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