Skip to content
/ Kata Public

Your everyday notes and todos ๐Ÿ“ on the speed of automation. Right into VS Code.

Notifications You must be signed in to change notification settings

Atarity/Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

90 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

kata logo

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 a 2018-06-13-todo.md
  • have an YAML meta data header. It contains "title" and "tags" sections with autocompletion and can be extended.

kata screen

๐Ÿฆ„ Features

Automatic file naming and meta fill on new note (Ctrl+T)

create note

Hotkey for todo state cycling (Ctrl+Shift+Q)

create note

Tags autocompletion (Ctrl+Space)

tags autocompletion

Notes filtering by tags (F1 โ†’ Kata: Filter notes by tag)

filter by tag

Also

  • 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.

๐ŸŽฎ How to install

  1. 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.
  2. 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.
  3. Open your notes directory from VS Code as a folder.

โš™๏ธ Extension Settings

This extension contributes the following VS Code settings:

  • kata.strikethruOnDone: If enabled all closed tasks will wrapped in ~~ so it will be stroke during rendering depending on theme. Enabled by default.

๐Ÿ”ง Troubleshooting

  • 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.