Poker

by James DiGioia
5
4
3
2
1
Score: 58/100

Description

Category: Note Enhancements

The Poker plugin is a must-have for any Obsidian user who wants to document and analyze their poker hands. With this plugin, you can easily render cards in your notes using a simple syntax. For example, you can write pkr:As to display the Ace of Spades. You can also add multiple cards at once, such as pkr:AsAc for an Ace of Spades and an Ace of Clubs. The plugin allows you to customize the prefix used for inline cards, giving you flexibility in how you format your notes. Whether you're a serious poker player or just a casual enthusiast, this plugin is sure to enhance your Obsidian experience.

Reviews

No reviews yet.

Stats

12
stars
3,982
downloads
2
forks
996
days
557
days
661
days
16
total PRs
0
open PRs
0
closed PRs
16
merged PRs
2
total issues
0
open issues
2
closed issues
2
commits

Latest Version

2 years ago

Changelog

What's Changed

Full Changelog: https://github.com/mAAdhaTTah/obsidian-poker/compare/1.2.2...1.2.3

README file from

Github

Obsidian Poker

Easily document and view your poker hands.

Screenshot

Rendered Cards

How to Install

In Obsidian go to Settings > Third-party plugins > Community Plugins > Browse and search for Poker.

Manual installation

Unzip the latest release into your <vault>/.obsidian/plugins/ folder.

How to Configure

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.

How to Use

Rendering Cards

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").

Example
This is a card: `pkr:As`.

You can also do multiple cards at once: `pkr:AsAc`.

Roadmap

  • 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, or KsX)
  • 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