No description
Find a file
2026-06-16 09:22:09 -04:00
.github/workflows Update workflow to include missing css 2026-06-16 09:22:09 -04:00
.gitignore Initial Commit 2026-06-15 23:29:10 -04:00
esbuild.config.mjs Fix obisidan linter errors 2026-06-16 00:01:53 -04:00
LICENSE add MIT 2026-06-15 23:51:34 -04:00
main.js Fix formatting mistake 2026-06-16 09:07:53 -04:00
main.ts Fix formatting mistake 2026-06-16 09:07:53 -04:00
manifest.json update version 2026-06-16 09:08:33 -04:00
package-lock.json Fix obisidan linter errors 2026-06-16 00:01:53 -04:00
package.json Fix obisidan linter errors 2026-06-16 00:01:53 -04:00
README.md Manifest and readme updates 2026-06-15 23:45:27 -04:00
screenshot.png Initial Commit 2026-06-15 23:29:10 -04:00
styles.css Fix formatting mistake 2026-06-16 09:07:53 -04:00
tsconfig.json Initial Commit 2026-06-15 23:29:10 -04:00

Pokemon Showdown Viewer

A plugin that displays Pokémon built using Pokémon Showdown's team builder in Obsidian in a nice way.

Screenshot of the plugin rendering two Stunfisk cards with sprites, stats, and moves

How to use

Copy your Pokémon team into a showdown code block:

```showdown
Stunfisk @ Air Balloon
Ability: Static
Shiny: Yes
EVs: 252 HP / 252 SpA / 4 Spe
- Aqua Tail
- Curse
- Earthquake
- Snore
```