Skip to content
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

flymd not working after Firefox 68.0 update #27

Open
BrunoBonacci opened this issue Jul 10, 2019 · 8 comments
Open

flymd not working after Firefox 68.0 update #27

BrunoBonacci opened this issue Jul 10, 2019 · 8 comments

Comments

@BrunoBonacci
Copy link

After updating Firefox to version 68.0 I get the compatibility error page

"If you see this page, you are so lucky......."

do you have any suggestion on how to fix this issue?

@BrunoBonacci
Copy link
Author

on a quick look this seems to be related to the CORS.

you can work around this issue by setting security.fileuri.strict_origin_policy to false (NOT RECOMMENDED) however a proper fix is required.

@mrcnski
Copy link

mrcnski commented Aug 5, 2019

Looks like the author hasn't been active on GitHub since 2016.

If anyone knows of an alternative to this package, please let us know.

@titaniumbones
Copy link

vmd-mode is an option, as is impatient-mode. Markdown-live-preview isn'tworking great for me rn.

@mrcnski
Copy link

mrcnski commented Aug 30, 2019

Thanks, I found grip-mode by @seagle0128 and it works very well.

@vindarel
Copy link

Thanks all. grip-mode doesn't work offline, it requests Github's api, so we are limited to 60 requests an hour, unless you pass it a private token. Ongoing issue: joeyespo/grip#35

I'll try vmd: https://github.com/blak3mill3r/vmd-mode (using the vmd nodejs package).

@vindarel
Copy link

Impatient-mode works with Emacs' http server, not requiring to install another package: https://stackoverflow.com/questions/36183071/how-can-i-preview-markdown-in-emacs-in-real-time/36189456

@LewWadoo
Copy link

I've just installed impatient-showdown Emacs package, and it just works by firing M-x impatient-showdown-mode. No extra installation needed!

@vindarel
Copy link

Oh, I'll add that impatient-showdown uses the Showdown JS library with a CDN, so indeed we don't need to install a npm package as I thought at first sight. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants