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 am using stackedit-js as my editor for some temp content in my website. Sometimes the content text is long and I try to set the initial position in the editor due to my position in the website.
I can not achieve this because stackedit-js opens an online editor in an iframe with stackedit.io/app , so I can not manipulate the iframe which will cause a cross-origin error.
So is there any params or methods I can use to set the scroll position when I open a temp file in StackEdit.
The text was updated successfully, but these errors were encountered:
Thanks for the great project.
I am using stackedit-js as my editor for some temp content in my website. Sometimes the content text is long and I try to set the initial position in the editor due to my position in the website.
I can not achieve this because stackedit-js opens an online editor in an iframe with stackedit.io/app , so I can not manipulate the iframe which will cause a cross-origin error.
So is there any params or methods I can use to set the scroll position when I open a temp file in StackEdit.
The text was updated successfully, but these errors were encountered: