Quick Element Insert

What I’m trying to do

Easily insert a custom styled element rather than typing it out or copy and pasting the code for it every time.
For example being able to run something like /badge_test would insert something like:

<span class="badge test">Test</span>

Things I have tried

Looking around the community.

Thanks in advance,
~Blood

is one option you could try.

1 Like

This looks exactly what I’m looking for honestly. Might see if there’s something else though, seems like that hasn’t been touched for a good 3 years. :slight_smile:
Thanks for informing of this though. :smiley:

is another one, using its “Wrapper” feature. Updated 22 months ago, if that’s any better for ya.

2 Likes

I would make a templater template and bind it to a hotkey

2 Likes

Don’t go wild now! /j :grinning_face:

Another great option!

2 Likes

I use Easy typing.

I have set it up so I can select the text for the class name and then type ! to to get the span class.

It can be customised for your purpose too.

2 Likes

I’ll be having a look at these today hopefully and give a solution soon.
Thanks for the recommends. :smiley: