diff --git a/.prettierignore b/.prettierignore index 52ec339..2601d72 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ node_modules main.js data.json +README.md diff --git a/README.md b/README.md index c18d8f4..28cfed8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - # Obsidian Chess Study > A chess study helper and PGN viewer/editor for [Obsidian](https://obsidian.md/). @@ -7,22 +6,19 @@ With this plugin, you can either import PGNs or simply start a fresh new game. It allows you to add comments and arrows for each move, which will be persisted within a JSON File in your vault. Although it is not a full analysis board, it serves as a valuable tool to support your chess notetaking in [Obsidian](https://obsidian.md/). - ## Table of contents -- [Obsidian Chess Study](#obsidian-chess-study) - - [Table of contents](#table-of-contents) - - [Motivation](#motivation) - - [Installation](#installation) - - [Usage](#usage) - - [Features](#features) - - [1.0.0](#100) - - [1.0.1](#101) - - [Settings](#settings) - - [Roadmap](#roadmap) - - [Tools Used](#tools-used) - - [Alternatives](#alternatives) - - [License](#license) +- [Motivation](#motivation) +- [Installation](#installation) +- [Usage](#usage) +- [Features](#features) + - [1.0.0](#100) + - [1.1.0](#110) +- [Settings](#settings) +- [Roadmap](#roadmap) +- [Tools Used](#tools-used) +- [Alternatives](#alternatives) +- [License](#license) ## Motivation @@ -60,7 +56,7 @@ After that the PGN viewer/editor will render and you are good to go (styles are - [x] Draw and sync shapes - [x] Add and sync comments with Markdown support -### 1.0.1 +### 1.1.0 - [x] Add support for variants (depth 1)