Rooyca / doing

What was I doing?
MIT License
3 stars 1 forks source link

Status bar doesn't update to most recent task #3

Open montemartin opened 3 weeks ago

montemartin commented 3 weeks ago

If I understand the functionality correctly the status bar shows the topmost incomplete task in doing.md. When I enter a new task it gets appended to the end of the doing.md file. My expectation would be that the status bar should update when I enter a new task. As is the entry box doesn't actually correlate with the way app functions.

Rooyca commented 3 weeks ago

That was one of my debates while programming the plugin. My conclusion was that adding new tasks did not necessarily mean that I started that task. Perhaps I should implement an option for the user to be the one to decide what task they are performing.