Wrong Output (list appearance) using Dataview and Theme 'Blue Topaz'

We strongly recommend you to search the forum with possible keywords before submitting a new bug report. Please also try your repro steps with third-party plugins and custom CSS disabled and see if it’s still reproducible. If it’s an issue with third-party plugins or themes, try contacting the author for help. Once you’ve done the above, delete this line.

Steps to reproduce

When using the theme ‘Blue Topaz’ the plugin ‘Dataview’ does not work correctly.

“dataview.list-view-ul” outputs only numbers with 1 digit. From the number “10” again a “0” appears, then a “1” and so on.

/* << Dataview list appearance >> */
.dataview.list-view-ul {
list-style-type: decimal;
}

Expected result

The output should of course output the correct numbers greater than 9.

Actual result

Only numbers up to “9” are output in the list. This is followed by a “0” and then again “1”, “2”, etc.

Environment

  • Operating system:
  • Debug info:
    Win10, 64bit

Additional information

Obsidian 0.13.23
Dataview 0.4.26

We don’t take bug reports involving third party plugins and themes. Contact the developers of these plugins directly.

1 Like

Ok. Thanks.