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
My final goal is to highlight two lines in code with two different labels to screen readers like "current line" and "last line".
editor.session.addMarker seems a good choice, but it's just a layer parallel to the text with only class options. Well, it seems to accept MarkerRenderer as an option but I don't know how to use it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My final goal is to highlight two lines in code with two different labels to screen readers like "current line" and "last line".
editor.session.addMarker seems a good choice, but it's just a layer parallel to the text with only class options. Well, it seems to accept
MarkerRenderer
as an option but I don't know how to use it.Beta Was this translation helpful? Give feedback.
All reactions