mirror of
https://github.com/chrislicodes/obsidian-chess-study.git
synced 2026-07-22 07:50:30 +00:00
chore: update README.md
This commit is contained in:
parent
f190528f5a
commit
1fd08ea85d
2 changed files with 6 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ With this plugin, you can either import PGNs or simply start a fresh new game. I
|
|||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [Features](#features)
|
||||
- [1.0.0](#100)
|
||||
- [1.1.0](#110)
|
||||
- [1.0.0](#100)
|
||||
- [1.1.0](#110)
|
||||
- [Settings](#settings)
|
||||
- [Roadmap](#roadmap)
|
||||
- [Tools Used](#tools-used)
|
||||
|
|
@ -76,6 +76,8 @@ You can permanently set some settings in the [Obsidian](https://obsidian.md/) pl
|
|||
|
||||
## Roadmap
|
||||
|
||||
- [ ] Add option to export current FEN
|
||||
- [ ] Add option to start from a specific position (FEN)
|
||||
- [ ] Add undo button
|
||||
- [ ] Add view to manage stored games
|
||||
- [ ] Add more styles
|
||||
|
|
|
|||
|
|
@ -76,6 +76,8 @@ export default class ChessStudyPlugin extends Plugin {
|
|||
})),
|
||||
};
|
||||
|
||||
this.dataAdapter.createStorageFolderIfNotExists();
|
||||
|
||||
const id = await this.dataAdapter.saveFile(chessStudyFileData);
|
||||
|
||||
editor.replaceRange(
|
||||
|
|
|
|||
Loading…
Reference in a new issue