Improvements
- Converting rich text format to markdown on paste can now be disabled in the global settings
- The related global setting ‘Remove colors on paste’ included an option to ‘Remove most used’. Since ‘most used’ was kind of a fuzzy phrase, I changed the name and implementation to ‘Combine colors that differ less than %’.
You can enter a percentage which will be used to compare colors.
If colors are the same primary color and within the specified range they will be considered equal and thus combined.
This implementation gives a much better color markdown replacement than before.
A value of 0% will keep all colors, a value of 100% will remove all colors. - TCO’s Global settings panel (Chrome – Extensions) is now 2 columns again and contains a vertical scrollbar.