Skip to content

Commit

Permalink
new version issued
Browse files Browse the repository at this point in the history
  • Loading branch information
Atarity committed Jun 23, 2021
1 parent 31eadbe commit d02d2d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Check: [List of generators](https://github.com/myles/awesome-static-generators)
- Request: add job for Jekyll site compilation from a notes

## [0.1.5] — 2021-06-23
### Fixed
- url-parse updated
- Troubleshooting section added in description.

## [0.1.0] — 2020-10-29
### Added
- H1 header will be added automatically on new note according filename
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ Each note entry will:

## 🎮 How to install
1. Install Kata. Choose one of the options below:
- directly from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=atarity.kata)
- by downloading `.vsix` file from [releases section](https://github.com/Atarity/Kata/releases) (then in VS Code hit <kbd>F1</kbd> → run `>Extensions: Install from VSIX...`)
- directly from [Marketplace](https://marketplace.visualstudio.com/items?itemName=atarity.kata) 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](https://marketplace.visualstudio.com/items?itemName=atarity.teamed-with-kata) extension pack instead and follow steps from it's description.
1. Create empty file named `.kata` and put it to your notes directory. If you have no notes yet additionally create at least one `.md` file manually.
1. 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.
1. Open your notes directory from VS Code **as a folder**.

## 🔧 Extension Settings
## ⚙️ 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 <kbd>F1</kbd> → `Reload window` command.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"galleryBanner": {
"color": "#95AAC4"
},
"version": "0.1.4",
"version": "0.1.5",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down

0 comments on commit d02d2d7

Please sign in to comment.