colineckert / obsidian-things

An Obsidian theme inspired by the beautifully-designed app, Things.
MIT License
707 stars 60 forks source link

[Bug] Multicolor highlights all display as yellow-colored #146

Closed ParkerRobb closed 1 year ago

ParkerRobb commented 1 year ago

Previously I was able to highlight text with different colors using the Highlightr plugin, which wraps text in an html mark tag:

<mark style="background: #ADCCFFA6;">text</mark>

The most recent update of this theme ignores the color specified by those tags and displays all of them in the default yellow color.

The default Obsidian theme respects the specified colors.

colineckert commented 1 year ago

hey @ParkerRobb thanks for flagging this issue! i just released a new version making the "fancy" yello highlight styles optional via a style settings plugin toggle. Update your version to 2.1.14 and if the issue is resolved pls close this issue. thanks! https://github.com/colineckert/obsidian-things/releases/tag/2.1.14

ParkerRobb commented 1 year ago

Looks like it works as before. Thanks!