This extension adds support for the cyborg language. A language used to manage planning, todos, and other organizational needs in plain text.
Features
It aims to have a very simple and minimal syntax and to be easily edited directly by hand if there's a need for that.
It will have a bunch of shortcuts to help you mantain it.
Syntax
The syntax is pretty simple as you can check on the example below, it's composed of 3 basic elements:
DONE [URGENT] Second task to do <04-10-2020 Sun 17h04>
(http://randomgitforge.com/pullrequest/232123)
Some random text thrown around
[ ] Task 1
[ ] Task 2
[ ] Task 3
[ ] Sub Task 3
[ ] Sub Task 3
A todo header, containing the state of the todo, maybe a tag, indicating priority, the todo name and a timestamp indicating the last time the status was changed.
DONE [URGENT] Second task to do <04-10-2020 Sun 17h04>
The todo body, a place where you can store some description text or reference links
(http://randomgitforge.com/pullrequest/232123)
Some random text thrown around
Tasks and subtasks that can be nested indefinitely