README file from
Githubplugin: 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