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
@NickHu Thanks for your pointer. It took me awhile to figure out how to make use of your clarification. The following one-liner in init.vim file got me logged in properly.
let g:AirLatexUsername="cookies:overleaf_session2=<long-long-string>"
And, where to get the cookie?
From Chrome, one can fetch the <long-long-string> as the following:
In Firefox, the cookies is under the Storage tab in the "Web Developer Tools", which can be summoned by pressing the F12 key.
It took me a while to realise that the input when you set username to
'cookies'
is expecting:Perhaps the README could be updated with better instructions
The text was updated successfully, but these errors were encountered: