Open merlinuwe opened 1 year ago
+1 this feels like an essential fix. (Thanks and love the plugin otherwise)
Could fixing this be as simple as changing line 250 of main.js from if (normalizedFrontMatterValue === normalizedValueToHighlight) {
to if (normalizedFrontMatterValue.includes(normalizedValueToHighlight)) {
?
As long as there is only one tag, it works:
In the moment, when I add a second tag, the border doesn't work anymore: