Vova Kolobok
Vova Kolobok
Probably not. There is TaskPaper for iOS, so maybe if search TaskPaper for Android you could find something compatible, I dunno.
> I would love to see the feature of sorting by tags, rather than having to copy-paste tasks and roll/unroll the projects. using the tags then selecting the whole line...
I don’t know, it seems to mess the structure of document, and currently I have no idea how to keep a bond of task with its subtask. So I’ll keep...
URL will be highlighted if it contains scheme and is enclosed within ``  Other kinds of links have no scopes.
Sounds crazy, and not reproducible. I’d guess, that the keys you use to move cursor bound to undo command by some another plugin. Look at keybindings with https://packagecontrol.io/packages/FindKeyConflicts Try different...
In that case, I’d guess that it may be EventListener in some another plugin which messes up with commands or something. The only way to figure out, afaik, try to...
Do you know that there are fold to level commands? in main menu Edit → Code folding If your notes are indented under tasks it should be enough to overview...
Well, try to create command in Python then? You would get a list of all tasks and then use `bisect` to find the closest one to some point, well, cursor...
> autocomplete It is customizable in purview of ST ([snippets](http://sublime-text-unofficial-documentation.readthedocs.org/en/sublime-text-2/extensibility/snippets.html), [completions](http://sublime-text-unofficial-documentation.readthedocs.org/en/sublime-text-2/extensibility/completions.html)). I don’t think that anything beyond that need/should be added (there are, sure, some plugins that make completions more...
No. I tried but code turns to be too complecated and unreliable, feel free to send pull request (of course if your implementation is reliable).