Everything is fine in the export preview but export loses some icons (as if randomly) on cards added via compile helper. I use a desktop application on Linux Mint.
OK, the solution is to add anything e.g width=0px in line:
<div id="icons">{{compile card.icon width=0px}}</div>
#icons {
width: 100%;
height: 100px;
[...]
}
#icons img {
height: 100%;
margin-left: 10px;
margin-right: 10px;
}
Everything is fine in the export preview but export loses some icons (as if randomly) on cards added via compile helper. I use a desktop application on Linux Mint.
OK, the solution is to add anything e.g width=0px in line:
<div id="icons">{{compile card.icon width=0px}}</div>