Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tags are only working, when unique #12

Open
merlinuwe opened this issue May 13, 2023 · 2 comments
Open

Tags are only working, when unique #12

merlinuwe opened this issue May 13, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@merlinuwe
Copy link

merlinuwe commented May 13, 2023

As long as there is only one tag, it works:

image

In the moment, when I add a second tag, the border doesn't work anymore:

image

@rusi rusi added bug Something isn't working enhancement New feature or request labels Jan 14, 2024
@ibnibnbattuta
Copy link

+1 this feels like an essential fix. (Thanks and love the plugin otherwise)

@ibnibnbattuta
Copy link

Could fixing this be as simple as changing line 250 of main.js from if (normalizedFrontMatterValue === normalizedValueToHighlight) { to if (normalizedFrontMatterValue.includes(normalizedValueToHighlight)) { ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants