Easily create, view, and interact with poker hand ranges in your notes.

In Obsidian go to Settings > Third-party plugins > Community Plugins > Browse and search for Poker Range.
Unzip the latest release into your <vault>/.obsidian/plugins/ folder.
The plugin allows you to customize the default range for new grids. Go to Settings -> Poker Range to set your preferred default range.
Manually create a code block:
Use the following code block structure:
<!-- grid-id: grid-[enter random alphanumeric string]-[enter random alphanumeric string] -->
AA,87o
Note: Replace [enter random alphanumeric string] with any random alphanumeric string of your choice.
Ex:
<!-- grid-id: grid-1725446018704-29wjpy1f1 -->
AA,KK,AKs,AQs,AJs,ATs,A9s,A8s,A7s,A6s,A5s,A4s,A3s
Use the command palette:
Ctrl+P (or Cmd+P on Mac) to open the command paletteThis will insert a new poker range grid at your cursor position.
Both methods will create an interactive poker range grid in your note.