Skip to content

Instantly share code, notes, and snippets.

@javan
Created February 12, 2016 15:20
Show Gist options
  • Save javan/4f36ffa94b6db5d29c67 to your computer and use it in GitHub Desktop.
Save javan/4f36ffa94b6db5d29c67 to your computer and use it in GitHub Desktop.
Trix.config.textAttributes.red = {
style: { backgroundColor: "red" }
}
element.editor.activateAttribute("red")
// See available attribute options in:
// https://github.com/basecamp/trix/blob/master/src/trix/config/text_attributes.coffee
// https://github.com/basecamp/trix/blob/master/src/trix/config/block_attributes.coffee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment