ozntel / oz-image-in-editor-obsidian

This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
339 stars 13 forks source link

Rendering transclusions #55

Closed DutchPete closed 3 years ago

DutchPete commented 3 years ago

Many thanks for incorporating this feature. It works very well for me ! Another step towards the WYSIWYG experience.

How can I hide the vertical line on the left next to the transclusion?

ozntel commented 3 years ago

You can overwrite border in your custom snippet:

.oz-transclusion-widget {
    padding: 3px 3px 3px 15px;
    border-left: 2px solid var(--text-muted);
}
DutchPete commented 3 years ago

Thank you, Ozan, that works fine.