Stormlight RPG Icons
pendingby Eonfuzz
Displays Stormlight RPG Icons.
plugin: Stormlight Action Icons type: documentation tags:
- obsidian/plugin
- markdown
- codemirror
Stormlight Action Icons (Obsidian Plugin)
This plugin turns inline code tokens like `strm: r` into a styled inline “action icon” widget in both:
- Reading mode (rendered Markdown)
- Live Preview (CodeMirror editor)
It’s designed so you can type simple, searchable text tokens, while your notes display compact action glyphs via CSS.
How to use
Write one of the supported tokens inside inline code (single backticks):
`strm:r``strm:1``strm:u`
And that's it!
Trigger format
All replacements are anchored to this pattern (case-insensitive): strm: <token>
| Action | Term |
|---|---|
| Reaction | strm:r |
| Opportunity | strm:o |
| Complication | strm:c |
| 1 action | strm:1 |
| 2 actions | strm:2 |
| 3 actions | strm:3 |
| Free | strm:f |
| Unlimited | strm:u |
Credits
Heavy inspiration / base code credit: https://github.com/thiagocoutinhor/pf2-action-icons
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.