Custom task count message in Tasks query #2379
Replies: 1 comment
-
Thank you for using the Tasks plugin, and for taking the time to make a suggestion. BackgroundAs per the title of this section - (Bugs have always been tracked in Issues.) Here are some of the reasons why the need for this change: I had to leave Ideas Discussions open to allow people to comment on existing ideas, and so we could track their votes, so I renamed the section to try to point people to Ideas instead for new reports. RequestSo I would be grateful if you would go to Issues, click I'm going to close this now, and look forward to receiving your report in Issues. Thanks again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! It could be useful to format the task count message after a query. This could make the task count more meaningful
For example:
tasks.query.message("%c task%s created")
. Here,%c
would parse as the count variable and%s
would be_
if%c==1
ands
otherwise (plural English).Result:
2 tasks created
or1 task created
i.e.
Beta Was this translation helpful? Give feedback.
All reactions