-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Highlights don't work #202
Highlights don't work #202
Comments
Let me bump this post by posting a comment. Same here. |
Same here, a year later :( |
fix(jdanielmourao#202): fix highlights
Anoter 6 monts, still an issue |
Hi! Sorry for not getting back to you guys. Life got in the way, and I've been fully away from github for quite a while. This feature has been deprecated a while ago. It's my fault for not updating the documentation in so long, apologies. .markdown-rendered mark,
.cm-s-obsidian span.cm-highlight {
font-weight: normal;
color: black;
background-color: transparent;
background-image: linear-gradient(120deg,yellow,yellow));
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 100% 3px;
transition: background 400ms ease;
}
.markdown-rendered mark:hover,
.cm-s-obsidian span.cm-highlight:hover {
background-size: 100% 100%;
color: black; /* change this if you need more contrast */
} Though this has some of the CSS selectors updated, it will not work in the current version of obsidian. |
Do you intend to have a replacement feature for color-coding words / sections of a doc? If so, I'd be willing to take a deeper look in the next week(s) |
It has been 2 weeks since I posted this as a discussion and no one answered, so I'm trying this here because I'd love to use this feature!
Discussed in #196
Originally posted by Hirashi3630 October 6, 2022
Hi, I can't find anyone asking this before, so here I go.
In the wiki, it's shown that highlights display as an underline + animated on hover
mine looks like this (static)
Is this something I need to turn on?
I've searched in Style Settings plugin and found nothing
(I didn't change anything in settings + Contextual Typography is installed too if that matters)
Thanks
UPDATE: since the new update all colored highlights are now single color:
The text was updated successfully, but these errors were encountered: