vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

MarkdownTransform: Avoid changing the font size #136

Closed wesbland closed 2 years ago

wesbland commented 2 years ago

Changing the font size can be annoying when pairing MD text with non-MD text (e.g., in an email). It would be nice to leave the font size as is.

Note: There's other ways of potentially resolving this. For instance, there could be an extra argument to the rtf script to set a font size, but I don't think that would generalize as well.

vitorgalvao commented 2 years ago

It would be nice to leave the font size as is.

Trouble is, this doesn’t work. Not setting a font size doesn’t leave it as is, it changes it to 12. That’s why I specifically set a font size.

I’ll consider adding a setting for specifying a font-size in the next update. But this is the first time this issue has came up, so I’m still undecided if I’ll do it.