hrmck
hrmck
Have you checked issue #183 before? Yours seems to be a duplicate of that issue.
Similar situation here but with templates. I have created templates like the below ({{tp_title}} means the note name) and put them into the "templates" folder.  I'm also using the...
you could try ```java public void setDrawableText(String text, int fontSize, int textColor,int backgroundColor) { drawable = TextDrawable.builder() .beginConfig() .fontSize(fontSize).toUpperCase().useFont(typeface).textColor(textColor) .endConfig() .buildRound(text, backgroundColor); if (imageView != null && drawable != null)...
Hope it is not too late, have you tried [this](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestTextValueMap.md)?
> I was getting this issue when I used width:100% **WITHOUT** a semi-colon Should be width:100%; I'm using CSS, but it still gives the same warning. ``` td > img...