AmirTheFree/obsidian-dynamic-rtl

Incompatible with Tasks

Opened this issue · 2 comments

Any update on this? Thanks :-)

Here's a quick fix:

Add the following CSS rule to your custom CSS file:

li.task-list-item.plugin-tasks-list-item > span > span > span > div {
    display: inline;
}