Skip to content

Instantly share code, notes, and snippets.

@songjiz
Forked from javan/custom-trix-attribute.js
Created March 15, 2019 11:08
Show Gist options
  • Save songjiz/76a22191433f01ab987b9c0853da92e6 to your computer and use it in GitHub Desktop.
Save songjiz/76a22191433f01ab987b9c0853da92e6 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