sfsam / Itsycal

Itsycal is a tiny calendar for your Mac's menu bar. http://www.mowglii.com/itsycal
MIT License
3.3k stars 235 forks source link

Add support for rendering HTML in event descriptors #126

Closed hibachrach closed 5 years ago

hibachrach commented 5 years ago

Right now, if an event has a description with HTML tags, they are rendered as plaintext.

I understand Itsycal is trying to be light and minimal--perhaps stripping HTML (other than anchor tags, as URLs already link out) would be an okay solution?

sfsam commented 5 years ago

Can you describe how to make such an event so I can look into this?

hibachrach commented 5 years ago

If you create an event in Google Calendar, you have a WYSIWYG editor after clicking "More Options":

  1. image
  2. image
hibachrach commented 5 years ago

Looks like this was completed in c07e1fc6879f7a4671cf650649f9918f907a485d. Marking as closed! Thank you 😄

sfsam commented 5 years ago

It's far from perfect. I think it won't render bold or italic, but it will do lists and some other formatting. Importantly, it won't show raw HTML tags. Thank you for bringing this up.