-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serious lag when using the cloud version for Hack The Box reports #370
Comments
Hi, Some markdown editors implement markdown parsing while typing with (incremental) heuristics, but this approach leads to discrepancies between the editor highlighting and the rendered HTML. Because of this drawback, we decided against using (fast but inaccurate) heuristics. |
Additionally, to switching to markdown-only mode, you could also try to disable spell checks. This will not solve the root cause, but it might slightly increase responsiveness. |
We decided to split the mitigation into two parts.
|
Did you think on integrating other formats, such as .norg format (https://github.com/nvim-neorg/norg-specs/blob/main/1.0-specification.norg) ? That would not help in this specific case, but people could try specific formats if they want to have faster parsing and reliability. |
I faced some serious lag when using the cloud service to write a Hack The Box certificate report. It'd take a second or two for words to show after I'd typed them. I only faced the issue in the Internal Network Compromise section of the design. I believe it's due to the long detailed walkthrough I've written. My detailed walkthrough is 1993 lines and 13859 words. Switching to markdown only mode has made the lag more bearable, but not entirely resolved the issue. There's still some delay.
Design: HTB CPTS Report v1.1
The text was updated successfully, but these errors were encountered: