Notepad++ crashes when editing *.md in realtime
See original GitHub issueIssue description
- Download this
- Replace all the three backticked tokens with
\n - Click the MD icon in NPP
- Strech the window on the two extended monitors
and the NPP docking to be on the left monitor and
MD to be on the half of the right monitor surface - Type something reasonably fast like 3-4 letters a second
Markdown to reproduce
I think this is pretty self explanatory
Screenshot
Environment
- Notepad++ 7.5.6 x86 (From the website)
- MarkdownViewer++ 0.8.0.19087 (PluginManager)
- Windows 7 x64
I have to add more stuff to this file so this is kinda blocking for me, though am not a rush to fix it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Why does my Windows 11 Notepad crash when I scroll ...
If your Windows 11 Notepad crashes when you scroll down all the way, it's possible that the file you are trying to open...
Read more >Notepad is crashing
My Notepad is has the same problem. It will work for a while after a fresh install, but then will suddenly crash and...
Read more >Notepad++ 8.4.2 64 bit suddenly closes for no reason
I am using “Open folder as workspace…” feature (I don't know if the program crashes if I just open normal txt files or...
Read more >Crashing when editing markdown files : WEB-46885
Latest crash was with two files split vertically, switching to 'editor only' mode. Has crashed a few times when switching markdown files, ...
Read more >Why does notepad crash on desktop files in the save-as ...
On Desktop, right click, select "New | Text Document". This creates "New Text Document. · Right click on that file, select "Edit". ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey @dvdvideo1234
Ok, does not crash for me. Really seems to be the load in redrawing. Thanks for the big example document, so I can check with this use-case furthermore to identify what to do.
Until then… sorry ^^’
Hi @dvdvideo1234
Have you tried updating the plugin to release 0.8.1 https://github.com/nea/MarkdownViewerPlusPlus/releases/tag/0.8.1?
What do you mean by: “Replace all the three backticked tokens with \n”
And regarding the fast typing: Yeah, I know. At the moment every change triggers a redraw. In your case a redraw of a pretty big document with large images. I am still working on adding a delay to this to counter quick typing in one of the next releases. Another thing would be to have images disabled. Never thought about that.
Thanks