Vova Kolobok

Results 134 comments of Vova Kolobok

It was discussed previously: we cannot do this and keep compatibility with Taskpaper format at the same time, unless maybe some comes up with tricky regexp or something.

Well, generally speaking if you want to make your own fork for this, first and foremost thing to change is regexes for tasks definitions in syntax files (PlainTasks.sublime-syntax for ST3...

Sure. Could you send a pull request?

Feel free to ask any questions here or on Gitter. Though I never used/tried agenda in orgmode Filtering by tag was something I wanted early, and there was even attempt...

Also, please try to keep cyclomatic complexity low (11 is desirable maximum); [radon](https://github.com/rubik/radon).

First of all your own tag must have its own scope: it must be matched in tmLanguage file (for ST2) or sublime-syntax file (for ST3). Second, tmTheme file must contain...

> Would it be possible to treat an "atomic" task as a special case and allow it to be archived as well? Sure. Feel free to send a pull request,...

No, we have nothing like that coming up. 1. numbered list is hard to handle, because user can easily change the order of lines: move them up and down, cut...

It doesn’t support [url scope](https://github.com/aziz/PlainTasks/blob/master/tasks.hidden-tmTheme#L235-L247), is it intentional? If yes, it’s okay, I just want to be sure. It doesn’t support ST2: ``` error: Error loading colour scheme Packages/User/tasks-markdown.hidden-tmTheme: Error...

@ronilaukkarinen I’m sorry, it is my mistake, it does support ST2 just fine, the reason for error is that I set wrong path (User instead of PlainTasks). So if you...