johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
12.03k stars 932 forks source link

Hashtag with less than 4 characters before it wont create a label #3512

Open gghrgr opened 2 months ago

github-actions[bot] commented 2 months ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

miqh commented 1 month ago

@gghrgr,

The behaviour you've described is actually intentional according to an existing test case:

https://github.com/johannesjo/super-productivity/blob/c535162ac6da6f545a7f72f0cd185a0ead54ebb3/src/app/features/tasks/short-syntax.spec.ts#L242-L250

Without this, I surmise people who frequently create tasks of that form would find themselves constantly dismissing eager suggestions of creating new tags.

Still, one might argue that creating new tasks by specifying all tags upfront should be a supported workflow.


@johannesjo, it looks straight-forward enough to me to suppress the eager tag creation behaviour by implementing it behind a new application setting.

How would you feel about it?

johannesjo commented 1 month ago

#134 is more about tags at the beginning of a task. There might be some inconsistencies, but I am able to use "Some task #d" just fine to assign the d tag.