Combo Colors

approved

by Kevin Bowen

Automatically apply color to fighting game combo notations.

6 stars376 downloadsUpdated 1y agoMIT
View on GitHub

Combo Colors

TXT Mode Sample

If you like this plugin check out the standalone app with even more features!

Installation

Community Plugins (Recommended)

1. Go to Settings > Community Plugins > Browse
2. Search for "Combo Colors"
3. Install then enable

Manual Method

1. Download the latest release from the releases page
2. Extract the zip file into your Obsidian vault's .obsidian/plugins/ folder
3. Enable the plugin in Obsidian's Community Plugins settings

How to Use

1. Add the cc_profile property to your markdown frontmatter with one of the following values:

  • asw - Arc System Works style (Guilty Gear, BlazBlue, etc.)
  • alt - Modern Alternative style (DNF Duel, Granblue, etc.)
  • trd - Traditional style (Street Fighter, Marvel vs Capcom Infinite, etc.)
  • cstm - Custom profile (see below)
  • EXAMPLE: cc_profile: asw

2. Wrap your combo notations with =: and := delimiters.

  • EXAMPLE: =:2A > 5B > 236C:=

3. (optional) Add `comboButton` anywhere in your markdown to create a text/image toggle button. You can also use the command palette and search for "Toggle notation icons"

Customization

Custom Profiles

1. Go to Settings > Community Plugins > Combo Colors
2. Click the "+" button next to the profile dropdown
3. Enter a display name (e.g. "My Custom Profile") and a unique identifier (e.g. "cstm")
4. Add inputs with the "Edit inputs" button
5. Use your custom profile by adding cc_profile: cstm to your frontmatter (replace "cstm" with your chosen ID)

Change colors

1. Go to Settings > Community Plugins > Combo Colors
2. Select the desired notation profile
3. Customize using the color picker

Notation Guide

TraditionalNumpadMixed
cr.A , st.B , qcf.C2A > 5B > 236Ccr.A , 2B > qcf.C
NotationMeaning
>Proceed from the previous move to the following move
|> / (Land)Indicate that the player must land at that point in the sequence
,Link the previous move into the following move
~Cancel the previous special into a follow-up
dl.Delay the following move
(whiff)The move must whiff (not hit)
cl.Close
f.Far
j.Jumping/Aerial
dj.Double Jump
sj.Super Jump
jc.Jump Cancel
sjc.Super Jump Cancel
dd. / 22Double Down
back dash / 44Back Dash
dash / 66Forward Dash
CHCounter Hit
[X]Hold input
(sequence) xNRepeat sequence N amount of times
(N)Hit N of a move or move must deal N amount of hits
qcf. / 236Quarter Circle Forward
qcb. / 214Quarter Circle Back
dp. / 623Dragon Punch
rdp. / 421Reverse Dragon Punch
hcf. / 41236Half Circle Forward
hcb. / 63214Half Circle Back
2qcf. / 236236Double Quarter Circle Forward
2qcb. / 214214Double Quarter Circle Back

NOTE:

Combo Colors is intended to be used with reading view. Live preview is not supported.

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.