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
Is it possible to get from the Medium instance the string of raw unformatted text, without any HTML tags, like DOM innerText property would do?
In case I have such string, either from Medium or directly through DOM, how is it possible to invokeElement when there is no actual text selected, but there are indices of the first and last characters (with respect to the raw text) of the string that should be invoked?
The text was updated successfully, but these errors were encountered:
innerText
property would do?Medium
or directly throughDOM
, how is it possible toinvokeElement
when there is no actual text selected, but there are indices of the first and last characters (with respect to the raw text) of the string that should be invoked?The text was updated successfully, but these errors were encountered: