Vova Kolobok
Vova Kolobok
Why not make it a default behaviour? E.g. if there are no overdue and soon, but there are some next, we could ask user should it fold to next or...
Didn’t you request something similar? pomodoro? I don’t know… how you see this feature? what means count? where it’ll show output? Also there is `@started(date)` tag — kinda timer.
Nice. I would change `email` to `contact` (so it could be Skype or corporate chat (irc, jabber, whatever)). related #88 Also, ``` python self.author = self.view.settings().get('author', None) self.author_name = self.author['name']...
@rbarros send pr, would you? [convert](http://issue2pr.herokuapp.com/) this issue to pr or create separate one. Also, I’ve two thoughts (feel free to ignore them): 1. Dictionary seems redundant, of course it...
> use the current log-in when completing a task It may vary, user may have different usernames on different machines, moreover you may create another profile on the same system...
It doesn’t matter how often, because at some point one would face such usecase and will ask to make system-independent way — we end up to add settings entry. >...
@rbarros ping, have no time to send pr? just tell me I’ll commit myself.
I’m not aware of reliable way to _silently update_ editable view; we can add regions and then get regions to keep track of which text was automatically inserted and so...
> Maybe a new keybinding to scan project files and add results to PlainTasks? If you install PlainTasksExtractTodo you can add such keybinding into user file: ``` {"keys": ["f1"], "command":...
> Perhaps "Expand Selection to Scope" would be a good option There is ‘Expand Selection to Indentation’ which could be used while cursor is placed on a child item, then...