Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>cyborg-langNew to Visual Studio Code? Get it now.
cyborg-lang

cyborg-lang

guilhermelimak

|
96 installs
| (0) | Free
Add support to the Cyborg (cybernetic organizer) language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cyborg-lang README

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
    [ ] Task 1
    [ ] Task 2
    [ ] Task 3
      [ ] Sub Task 3
      [ ] Sub Task 3

Keybinds

  • alt + a - Add new task
  • alt + d - Toggle task or todo status
  • alt + t - Add timestamp at the end of the current line

Requirements

Extension Settings

Known Issues

Release Notes

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft