-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module/todo: checked icon and color not worked #616
Comments
Yep, definitely a bug. Probably an issue with recently-made internal config changes. Should be fixed in the next release. |
Btw, thank you for reporting this. |
OK , leave me a message if you guys need me 🙈 |
I am not actually sure if it was every configurable on the module level. Looks like currently it is a global config like:
Unsure if we want to configure this at the module level as well, but if so, I can make all the settings in A bunch of color related stuff doesn't seem to be overridable at the module level, and I've fixed this in #620 |
I have a PR on the way that should address this issue. |
Color should be improved on |
Works nicely. |
@Seanstoppable LGTM . But the checked icon is still not work . |
Yeah, my PR focused on coloring, to make it consistent across modules. Open question on if the X should be configurable per module that uses it (which may just be the TODO module), or if it makes sense for it to be controlled globally (which is the level at which it is controlled today). It is not clear to me if this is a logic problem, or a documentation problem. |
Support checkedIcon Also support uncheckedIcon Addresses the end of wtfutil#616
Fixed by #674 |
LGTM |
Hi, there. You guys has made a really cool tool for me ! Thank you !
What's broken?
I run into an unexpected condition when I setup my todo module. I write this following todo config into my
config.yml
at first.But , when I use
space
to finish one of my todos , its color still stay in white, and not turn into gray as I expected . Then, I tried to restore my config to your sample config(change thecheckedIcon: "x"
tocheckedIcon: "X"
), but when I open my todo again, the icon is still 'x' not 'X' (I delete my todo.yml before I open todo again) , and the color is still not work for me(stay in white). Do I miss something ?edited todo module config
Screenshoot
The text was updated successfully, but these errors were encountered: