vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.23k stars 108 forks source link

Allow HTML code in the calendar title #170

Closed mweimerskirch closed 1 year ago

mweimerskirch commented 1 year ago

By allowing HTML in the calendar title, styling becomes much easier (e.g. year displayed in bold while the month is displayed using the regular weight).

vkurko commented 1 year ago

@mweimerskirch Thanks for your contribution. I have some idea how to make this feature more versatile. I will try to finalize your PR next week.

mweimerskirch commented 1 year ago

Thank you. Your updated version is indeed more versatile. I went with the "domNodes" option now. This also seems to be safer.