Stormlight RPG Icons

pending

by Eonfuzz

Displays Stormlight RPG Icons.

Updated 3mo ago0BSDDiscovered via Obsidian Unofficial Plugins
View on GitHub

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. image


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>

ActionTerm
Reactionstrm:r
Opportunitystrm:o
Complicationstrm:c
1 actionstrm:1
2 actionsstrm:2
3 actionsstrm:3
Freestrm:f
Unlimitedstrm: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.