• Stars
    star
    106
  • Rank 324,606 (Top 7 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A chess plugin for obsidian

Chesser

A chess game viewer/editor for Obsidian.

Demonstration

chesser_demo

Usage

To use Chesser, you first need to declare a chess code block like so:

chesser_block

This will create a basic chess board in the start position.

You can declare various settings inside the chess code block, like a FEN string to describe a particular board position. You can find the full settings list below.

Settings

Here are the available settings for a chesr code block:

Name Possible Values Description
fen A valid FEN string Starts the chess board with a particular position.
orientation white/black Orientation of the board.
pieceStyle A valid piece style name.
Check this to view available styles.
Style of the pieces on the board.
boardStyle A valid board style name.
Check this to view available styles.
Style of the chess board.
drawable true/false Controls the ability to draw annotations (arrows, circles) on the board.
viewOnly true/false If enabled, displays a static chess board (no moves, annotations, ...).
free true/false If enabled, disables the chess logic, all moves are valid.

You can permanently set some settings in Chesser's obsidian plugin settings.

TODO

  • Add PGN format support

Installation

After disabling Safe Mode, you can find third-party plugins in Settings > Community plugins > Browse > Search for "Chesser".

After installing, you can then find the installed plugins under Settings > Community plugins. They need to be enabled in order to take effect. You can also uninstall them there.

Alternatives

Contributing

Feel free to contribute.

You can create an issue to report a bug, suggest an improvement for this plugin, etc.

You can make a pull request to contribute to this plugin development.

License

Chesser is licensed under the GNU AGPLv3 license. Refer to LICENSE for more informations.

Support

If you want to support me and my work, you can donate me a little something by clicking here.

More Repositories

1

Templater

A template plugin for obsidian
TypeScript
3,170
star
2

Silent_Packer

An ELF / PE packer written in pure C
C
68
star
3

Silent_Pass

A cross-platform password harvester for known softwares (Chrome / Chromium, Firefox, Internet Explorer / MS Edge, FileZilla)
C
30
star
4

rusty_engine

A Javascript templating engine in WASM
Rust
14
star
5

SyncDisBoi

Music streaming platforms (Youtube Music, Spotify, Tidal) synchronization tool
Rust
9
star
6

Silent_Log

C logging library using ANSI colors to display nice and pretty log messages
C++
5
star
7

sov

text-editor agnostic tool for personal knowledge management
Rust
5
star
8

YAC8E

Yet Another CHIP-8 Emulator
Rust
3
star
9

SilentVoid13

2
star
10

Silent_IIS_Shortname

A simple python script to exploit the Windows IIS 8.3 short file names information disclosure
Python
2
star
11

.nix_config

❄️ Nix configuration ❄️
Nix
2
star
12

aoc2022

Advent of Code 2022 in Rustβ„’
Rust
1
star
13

Silent_DS_Store

A simple script to recursively find all the folders / files from a remote server using the .DS_Store files
Python
1
star
14

Silent_OpenSSL

C Library that provides easy OpenSSL encryption / decryption on multiple ciphers
C
1
star
15

McqConverter

A conversion application for some MCQ formats (AMC-TXT to GIFT / GIFT to AMC-TXT)
Rust
1
star
16

esbuild-plugin-toml

esbuild plugin to import TOML files
JavaScript
1
star
17

disassembly_report

C
1
star
18

sov.nvim

sov Language Server integration for neovim
Lua
1
star
19

critique.rs

Collection of tools for SensCritique (API, Letterboxd export, ...)
Rust
1
star
20

telos

Implementation of common algorithms and data structures
Rust
1
star