seanlowe / obsidian-timelines

Create a timeline view of all notes with the specified combination of tags
https://seanlowe.github.io/obsidian-timelines/
MIT License
39 stars 2 forks source link

Allow use of hex codes for background color #32

Closed wanwindwalker closed 2 months ago

seanlowe commented 2 months ago

Added in release 2.1.5!

You can now use hex codes, with or without the # as acceptable values for the data-color tag in HTML events (the color field in Frontmatter). A happy side-effect of my changes is that now, basically any named color is also available now.

Thanks for the suggestion!