-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Option to enable/disable creation date of tasks #401
Comments
There is an option for this: https://github.com/ransome1/sleek/wiki/Hidden-preferences,-custom-variables-and-command-line-parameters#append-start-date-on-todo-creation It's currently broken actually, but fixed in the next release 1.2.9. Feel free to try it out. |
I have appendStartDate set to true in my ~/.config/sleek/user-preferences.json. I created two testing tasks through both button in the left sidebar and text input in top position. No starting date was created. |
@rzelnik me too |
issue: ransome1#401 When parsing the todo, if the todo has no creation date, automatically add the creation date to the todo. If there is a creation date, it will not be modified.
issue: ransome1#401 When parsing the todo, if the todo has no creation date, automatically add the creation date to the todo. If there is a creation date, it will not be modified.
This is an automated response. We acknowledge your report, and we appreciate your engagement. However, as there has been no recent activity in this thread, it has been marked as stale. If you have any further feedback or if the matter is still relevant, please do not hesitate to respond. Otherwise, this thread will be automatically closed in 15 days from now. |
Is being fixed in this bug report: #508 |
At the moment (version 1.2.1) when creating a task, no creation date is added automatically. However, it is possible to add a creation date manually and sleek will use it for sorting.
It would be nice to have an option to always add the creation date automatically.
The text was updated successfully, but these errors were encountered: