Easily document and view your poker hands.
In Obsidian go to Settings > Third-party plugins > Community Plugins > Browse
and search for Poker
.
Unzip the latest release into your <vault>/.obsidian/plugins/
folder.
The plugin allows you to customize the prefix you use for inline cards. Go to Settings -> Poker
to customize. The plugin defaults to pkr
as the prefix.
To render a card, add backticks your chosen prefix, and a colon, then write the card(s) in standard 2 letter notation, with a rank & suit pair. Ranks should be one of AKQJT98765432X
(with X being rendered as X
and meaning "any rank"); suits should be one of dhscx
(with X being rendered as x
and meaning "any suit").
This is a card: `pkr:As`.
You can also do multiple cards at once: `pkr:AsAc`.
- Add support for card with no suit (e.g.
Kx
) - Add support for unknown suited or offsuit cards or other cards (e.g.
KsXo
,KsXs
, orKsX
) - Add command to generate a random number of cards (e.g. to generate a random flop)
- Add a hand replayer using markdown codeblocks & YAML to define a hand and show a replayer in preview to watch it