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
It's not elegant that,
after process the current document
I store the result back to local storage "files"
then, use 'location.reload();' force the tab refresh, and get my desired effects
is there a better solution?
sometimes, we need some private function to process the document automatically
eg.,
I use chrome extension version 3
now, I can get the markdown from localStorage.getitem("currentDocument"), property "body"
but, how can i write back the updated text to the editor? and make the document in editor refreshed?
The text was updated successfully, but these errors were encountered: