Yan Vieira de Macedo36 downloadsWrite your own chess puzzles in markdown and review them with spaced repetition
Train chess patterns inside Obsidian with your own puzzles and spaced repetition.
An Obsidian plugin that lets you create and review chess puzzles (like the chess problems in Lichess and Chess.com) directly in Markdown notes.
Instead of relying only on public puzzle databases, the plugin encourages players to build a personal collection of patterns extracted from:
A deck is a note where the plugin search for puzzles.
To declare a deck, simply add the #chess-puzzles tag in the note frontmatter. You can create as many decks as you want.
Write a chess-puzzle code-block inside the deck:
```chess-puzzle
fen: 6k1/P3rppp/1Q6/4q3/7P/6P1/1R3P1K/8 w - - 0 1
bestLine: Qb8+, Re8, Qxe8+, Qxe8, Rb8, Qxb8, axb8=Q+
```
Fields
After creating a puzzle, click the button shown in the rendered preview.
Ctrl + P);Chess Puzzles: select a deck to review;Ctrl + P);Chess Puzzles: review pending puzzles.Only puzzles whose nextReview date is due will appear.
Ctrl + P);Chess Puzzles: review all puzzles.After solving a puzzle, choose one of the following review ratings:
The plugin automatically recalculates the next review date and updates the puzzle block with scheduling info.
Feedback, suggestions, and bug reports are welcome!
Please raise an issue on the GitHub repository.