Markdeep files won't render properly
-
Hi Folks,
I have been enjoying using Markdeep (enhanced Markdown), and enjoy using Notepad++, but so far I can’t enjoy using them together.I have been using the mohzy83/NppMarkdownPanel plugin, but the Markdeep files don’t render properly. In talking with both the developers of NppMarkdownPanel and Markdeep, they concluded:
“The integrated WebViewer (IE11) couldn’t render the example properly.
I am getting many Javascript errors.
I am afraid the embedded IE11 engine is to old to run modern JS.”
And,
“It sounds like Notepad++ itself needs to be updated to use Edge/Chromium or another Javascript engine.”Does anyone know if this is possible?
Thanks! -
@junkjunker ,
If that’s what you want to do, you need to use theRun...
menu and enter the following when the page you want to have viewed in MS Edge is the current tab:
"msedge.exe" "$(FULL_CURRENT_PATH)"
This will bring up the page to be rendered in MS Edge, if it’s able to.
-
It sounds like the developers you have been talking to don’t know what they themselves are talking about. If a plugin is going to provide functionality of this sort, the plugin would be responsible for rendering whatever it needs to, not Notepad++ itself.
Regarding @Lycan-Thrope 's posting, which I’m not really thinking is relevant to the original question asked, why not just use View menu > View Current File in > Edge ?
-
@Alan-Kilborn said in Markdeep files won't render properly:
why not just use View menu > View Current File in > Edge ?
Yikes, I didn’t realize it was already included :-) My bad.