You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't think this would work because of issues with selecting text and caret visibility, but... it totally works. :) Will test further and consider more cases.
Test CSS:
.hwt-content {
color: transparent;
caret-color: black; /* Edge ignores this, but luckily doesn't need it */
}
.hwt-highlights {
color: black !important;
}
.hwt-contentmark {
color: red;
background-color: transparent;
}
Highlight like a normal text editor does.
This might be achieved by hiding the textarea and showing the fake layer.
The text was updated successfully, but these errors were encountered: