kannibalk1w1205 downloadsGame-like typing particles, special-key glyphs, and HyperType-style sounds for Obsidian.
JokerType is a desktop-first Obsidian plugin that makes typing feel game-like: pixel glyph particles, special-key labels, rising-pitch typing sounds, and configurable visual themes inspired by HyperType and card-game arcade feedback.
SPACE, ENTER, TAB, BACKSPACE, DELETE, and paste.Toggle JokerType, which can be assigned a hotkey in Obsidian's Hotkeys settings.Copy the built plugin folder into:
<vault>/.obsidian/plugins/jokertype
Then enable Community plugins and turn on JokerType.
Start with Classic, then tune from there. Subtle is calmer for long writing sessions, Chaotic is intentionally loud and flashy, and Sound only keeps the audio streak feel without visual particles.
Use Glyph lifetime to tune how long particles remain visible. Disable Corner brackets if the bracket bursts feel too busy.
JokerType does not use telemetry, ads, analytics, accounts, network requests, or external file access. It observes editor transactions inside Obsidian, stores plugin settings and optional uploaded custom sound data with Obsidian's plugin data API, and plays local embedded or user-provided audio assets.
Install dependencies:
npm install
Run tests:
npm test
Build:
npm run build
JokerType uses HyperType as an implementation reference and includes attributed HyperType font and sound assets. See THIRD_PARTY_NOTICES.md.
See CHANGELOG.md.