Here's a nice, boring list:
- jWYSIWYG generates HTML tags
- Where does it get these default values from
- Can they be edited
UPDATE
With no means to edit the default values (short of creating a new custom button from scratch), the only way I found to circumvent default jWYSIWYG behaviors was in the stylesheet. This means that while the tag attributes remain, the styles can be overridden. Annoying but it works.
Hopefully this helps somebody-jWYSIWYG is a handy little plugin.
You can modify and create new controls with your configuration options, I'd imagine overriding existing controls would be as simple as using the same key (quote in this case).
https://github.com/akzhan/jwysiwyg#available-configuration-options
If you want to get into the nuts and bolts of it you can always edit the source controls file https://github.com/akzhan/jwysiwyg/blob/master/src/controls/default.js - you'll need to follow the build process to rebuild afterwards.