l1xnan / obsidian-better-export-pdf

Obsidian PDF export enhancement plugin
MIT License
240 stars 13 forks source link

Bug: Conflict with Enhancing Export plugin #214

Open OMSmolina opened 1 month ago

OMSmolina commented 1 month ago

In the Export to PDF modal the margin configuration part is hidden if you have the Enhancing Export plugin activated.

image

It should come out like this if you don't have it activated:

image

The problem is this line in the styles.css file of Enhancing Export plugin:

.setting-item.ex-setting-item{border-top:unset;padding-top:0}*[hidden]{display:none}

l1xnan commented 2 weeks ago

The first image should be correct. The custom options will only appear when Margin is set to Custom.