Kata is a simple automator for everyday note taking and journaling. It is a part of Teamed with Kata extension pack.
Each note entry will:
- be saved in
.md
file with name in date-name form like a2018-06-13-todo.md
- have an YAML meta data header. It contains "title" and "tags" sections with autocompletion and can be extended.
- Brief stats (F1 โ
Kata: Show statistics
) - Nested todos
- Works with old-fashioned cloud sync and git
- Grammar injection for theming ("closed" tasks dimming)
- All your files and notes are only yours.
- Install Kata. Choose one of the options below:
- directly from Marketplace OR from VS Code itself (View โ Extensions)
- If you need totally the same "screenshot-like" appearance and features like wiki links, graph, pdf export, etc, install Teamed with Kata extension pack instead and follow steps from it's description.
- Create empty file named
.kata
and put it to your notes directory. If you have no notes yet create at least one.md
file manually. - Open your notes directory from VS Code as a folder.
This extension contributes the following VS Code settings:
kata.strikethruOnDone
: If enabled all closed tasks will wrapped in~~
so it will bestrokeduring rendering depending on theme. Enabled by default.
- Kata activated only in
.md
files. Be sure you have at least one in your Notes folder. - Mostly unusual behavior of VS Code can be resolved with F1 โ
Reload window
command.