在obsidian中玩国际象棋(Chesser插件介绍)
2021-03-04
2 min read
摘要
本文介绍Chesser插件,该插件能在obsidian进行国际象棋对弈。
插件介绍
Chesser是由SilentVoid13编写的,群友flying fly flies推荐。
Github页面:https://github.com/SilentVoid13/Chesser
目前插件是0.1.5版本。
(可能有些读者访问github不方便,我将代码打包发到了蓝奏云上,链接: https://wws.lanzous.com/iaOwGmhcl2j
)
实际操作
新建一个ob文档,在文档中输入
```chesser
` ``
如下图
然后进入浏览模式,就可以开始玩国际象棋了。
软件设置
该软件的设置是直接在代码框内输入相关命令(如下图)。
相关命令的含义可以见下表或github页面说明。
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. | Style of the pieces on the board. |
Check this to view available styles. | ||
boardStyle | A valid board style name. | Style of the chess board. |
Check this to view available styles. | ||
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. |
个人的话
今天介绍的插件偏娱乐性质。我看到这插件的时候想起了excel版的三国杀。在obsidian插件越来丰富的背景下,希望未来会有更多有趣的插件出现在我们的视野中。