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
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Is this happening with Live Preview activated, or just with the raw AsciiDoc view @gquintana ?
I know that the Live Preview would trigger a view refresh as asciidoctor.js re-rendered the file. But I wouldn't expect it to re-trigger the render when the live preview was hidden.
I'd say that @anthonny needs to disconnect the editor pane refresh from the live preview refresh.
Also, I'd recommend that you update to 0.7.0 and see if the problem persists. Could you confirm here once you've updated if the include macros still cause the editor pane lag.
Each time you change the content of your post, a conversion in HTML is made by asciidoctor and the result is save in the pouchdb database.
This content is use when you publish your post.
If you set the delay to 10 second, the editor will wait 10 second before generate the HTML content.
If you close the editor at 9sec, the HTML will not be generated and not save so you will lose your content.
IMHO the best thing to do is to cache the ajax call for X second
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The scenario:
The text was updated successfully, but these errors were encountered: