Integrates Org into VS Code.
Key | Description | Command |
---|---|---|
alt+left |
Promote a head | org-code.promote.head |
alt+right |
Demote a head | org-code.dmote.head |
alt+shift+left |
Promote a tree of head | org-code.promote.tree |
alt+shift+right |
Demote a tree of head | org-code.demote.tree |
ctrl+c ctrl+t |
Set a state on a head | org-code.set.state |
shift+left |
Set a previous state on a head | org-code.set.prev.state |
shift+right |
Set a next state on a head | org-code.set.next.state |
ctrl+c ctrl+s |
Insert schedule date | org-code.open.calendar |
ctrl+c ctrl+d |
Insert deadline date | org-code.open.calendar |
Name | Description | Default |
---|---|---|
Todo State | String for todo state separated by white space | TODO WAIT |
Done State | String for done state separated by white space | DONE DROP |
Head Level | Maximum head level | 6 |
Update Delay | Update UI delay for indent and fold in ms | 10 |
Indent | Indent heads | true |
Fold | Fold by heads | true |
- Highlight for Org syntax
- Hide leading stars
- Start up indented
- Promotion or demotion for a haed or a tree of head
- Set a state
- Calculate the state of children
- Configure for a state
- Insert schedule or deadline date
- Folding source block
- Handling a link
- Start up folded
- Inline image
- Highlight for source syntax