Stormlight RPG Icons

by eonfuzz
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Displays Stormlight RPG Icons.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

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.


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