Neui
Neui
I am not so sure about the "[Turn plain links into markdown links](https://github.com/getting-things-gnome/gtg/pull/881/commits/2a005ee950497221531052eaffc5b95ddfd46dd6)" commit. The primary renderer (GitHub) automatically converts these to links correctly, and it just pollutes the markdown...
I once tried to tackle this problem since it was also getting annoying for me. Documenting it here before I forget. In my testing a startup takes around 10 seconds...
From what I can see the main thing was about that it would sync from all collections the server reports rather than just a few that you could select. Some...
Some emojis are created by combining other emojis. For flags for example, they are just two special characters, it is up to the system/font to for example make [regional indicator...
It looks like the `untouched_tasks` plugin is causing the issue. You can try the same instructions for disabling `hamster` but for `untouched_tasks` instead. If you want to downgrade to v0.5...
My initial technical look before going to bed (it's 03:00 already): Surrounding code: https://github.com/getting-things-gnome/gtg/blob/v0.6/GTG/plugins/untouched_tasks/untouchedTasks.py#L106-L117= As seen `today` is a `datetime.datetime`, so `new_time` must be the `datetime.date`. `datetime.date + datetime.timedelta` still...
I'd be interested to improve the [german (de) translation](https://github.com/getting-things-gnome/gtg/blob/63353d7e4cdabc137e25886bb8b38d3125d28dcc/po/de.po). I'll also be happy if another german-speaking person would review the translation I would then submit. However, I've some questions: *...
> Hi, I didn't reverse the changes. The code changed but the strings are the same. Maybe I made some mistake when porting them over? Any lines or examples of...
Not fixed for me because `new_time` might be a `datetime.datetime` object depending how it was stored. See https://github.com/getting-things-gnome/gtg/issues/912#issuecomment-1178422313 for more info. Possible fix in my view: > The fix should...
Duplicate of #912 I believe.