YukiGasai / obsidian-todo-widget

Android Widget to display todo list from markdown file
Apache License 2.0
86 stars 5 forks source link

Add support for extra task state #5

Closed YukiGasai closed 12 months ago

YukiGasai commented 12 months ago

The options in question: MinimalTheme

Currently, to-dos with special state will not be displayed.

In the future, every special state should be treated as no done.

If possible, the icons of the special state should be displayed in the widget checkbox.

YukiGasai commented 12 months ago

Added option to see the extra state. Found no solution to replace the checkbox icon with the extra state icons.