Markdown-preview-enhanced: Markdown Preview Enhanced not working in Atom 1.47.0

Created on 20 May 2020  ·  13Comments  ·  Source: shd101wyy/markdown-preview-enhanced

There is no preview when calling CTRL+SHIFT+M

Electron 5.0.13
Chrome 73.0.3683.121
Node v12.0.0

Win10

upstreaming issue

Most helpful comment

Alright it seems that issue was also posted here:

https://github.com/atom/atom/issues/20604

And resolved in pull request:

https://github.com/atom/atom/pull/20741

We just need to wait for the atom to issue the next release 1.47.1.
Right now there is nothing much that I can do unfortunately :(

All 13 comments

I encounter the same problem on Kubuntu 20.04

Same problem on macOS 10.15.4

$ atom --version
Atom    : 1.47.0
Electron: 5.0.13
Chrome  : 73.0.3683.121
Node    : 12.0.0

Yeah I am now investigating... Thanks
It seems like the event below is not fired somehow...

this.webview.addEventListener("dom-ready", () => {
  this._webviewDOMReady = true;
});

Errrr seems like electron 5 disabled the <webview> tag element that MPE is using...

https://www.electronjs.org/docs/api/webview-tag#enabling

Alright it seems that issue was also posted here:

https://github.com/atom/atom/issues/20604

And resolved in pull request:

https://github.com/atom/atom/pull/20741

We just need to wait for the atom to issue the next release 1.47.1.
Right now there is nothing much that I can do unfortunately :(

Alright it seems that issue was also posted here:

atom/atom#20604

And resolved in pull request:

atom/atom#20741

We just need to wait for the atom to issue the next release 1.47.1.
Right now there is nothing much that I can unfortunately :(

Thanks for explaining.

Yes, on win10 it shows empty preview now...

Yes, on win10 it shows empty preview now...

Alright it seems that issue was also posted here:

atom/atom#20604

And resolved in pull request:

atom/atom#20741

We just need to wait for the atom to issue the next release 1.47.1.
Right now there is nothing much that I can unfortunately :(

sorry, but https://github.com/atom/atom/pull/20741 seems to have a wrong property set to true.
see the comment https://github.com/atom/atom/pull/20741#commitcomment-39419742

@mstmustisnt this is a bit embarrassing haha

Errrr, I have delected this package twice since the preview hadn't show anything.

I have given up Atom and turn to VSCode now. Markdown Previewe Enhanced also supports VSCode so I would suggest who are impacted by this issue also try VSCode + Markdown Previewe Enhanced. I think Atom is going towards the grave after Microsoft bought github.

Some discussions from discuss.atom.io:
Is atom dead?
Is atom dead, again?

FYI - Nightly worked on mac (at least this nightly build did)
https://atom-installer.github.com/v1.49.0-nightly4/atom-mac.zip?s=1591243067&ext=.zip

Was this page helpful?
0 / 5 - 0 ratings