You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon completion of task 1 I'd like to have following result.
# group 1 h:1
x 2024-05-06 2024-05-01 task 1 t:2024-05-06 rec:7d
2024-05-06 task 1 t:2024-05-13 rec:7d
# group 2 h:1
2024-05-06 task 1 t:2024-05-06 rec:7d
# inbox h:1
Inbox section is defined at the end of file and all new tasks created explicitly in Sleek UI goes here. I can visit this section in text editor and dispatch those tasks into groups.
Current Sleek's behaviour is adding new todos (created explicitly) and todos spawned from recurring tasks at the end of file:
# group 1 h:1
x 2024-05-06 2024-05-01 task 1 t:2024-05-06 rec:7d
# group 2 h:1
2024-05-06 task 1 t:2024-05-06 rec:7d
# inbox h:1
2024-05-06 task 1 t:2024-05-13 rec:7d
With this option on, only new tasks added explicity via Sleek UI would be placed at the end of file and respawned tasks would be placed under or above completed ones.
How does the user interface change to accommodate this request?
Add dropdown in settings with label "Position for new recurring tasks in todo.txt" with options
End of file
Above completed
Below completed
The text was updated successfully, but these errors were encountered:
Feature Request
What problem does it solve?
I'm using Sleek along with text editor. Sometimes I'd like to be able to split the file into sections for example:
Upon completion of task 1 I'd like to have following result.
Inbox
section is defined at the end of file and all new tasks created explicitly in Sleek UI goes here. I can visit this section in text editor and dispatch those tasks into groups.Current Sleek's behaviour is adding new todos (created explicitly) and todos spawned from recurring tasks at the end of file:
With this option on, only new tasks added explicity via Sleek UI would be placed at the end of file and respawned tasks would be placed under or above completed ones.
How does the user interface change to accommodate this request?
Add dropdown in settings with label "Position for new recurring tasks in todo.txt" with options
The text was updated successfully, but these errors were encountered: