Code Monkey home page Code Monkey logo

Comments (15)

websocket98765 avatar websocket98765 commented on August 18, 2024 56

I couldn't get this to work on MacOS Catalina either, even after allowing it within System Preferences. What eventually worked was using instructions adapted from https://github.com/whomwah/qlstephen#permissions-quarantine:

brew cask install qlmarkdown
xattr -cr ~/Library/QuickLook/QLMarkdown.qlgenerator
qlmanage -r
qlmanage -r cache
killall Finder  # relaunch finder

from qlmarkdown.

richardwo avatar richardwo commented on August 18, 2024 34

I looked in System Preferences / Security & Privacy / General and it was shown there.
Screenshot 2020-04-02 at 10 29 00
I clicked 'Allow Anyway' then the next time the '"QLMarkdown.qlgenerator" can't be opened' message appeared there was an 'Open' button which I clicked.
It's now working fine.

from qlmarkdown.

Zeebrah avatar Zeebrah commented on August 18, 2024 3

@christiangenco
1. brew cask uninstall qlmarkdown
2. Sudo spctl --master-disable # disable Gatekeeper.
3. restart macOS
4. Be sure, System Preferences / Security & Privacy > Anywhere is checked
5.

brew cask install qlmarkdown
xattr -cr ~/Library/QuickLook/QLMarkdown.qlgenerator
qlmanage -r
qlmanage -r cache
killall Finder  # relaunch finder

Tried it, did't work. Created a simple script to clean all the plugins I have in this directory form this dumb quarantine attribute, then ran your script, still nothing. I have Colorcode, Stephen, Markdown and qlvideo and JSON plugins. I only managed to make JSON working. It is just complete insanity how much extra unproductive work Catalina demands. All of this for the cuteness of the dark mode.

from qlmarkdown.

Rabattkarte avatar Rabattkarte commented on August 18, 2024 2

@richardwo I did the same and it's working. Thanks!

Still I would consider this a workaround rather than a solution to the trust issue between the app and macOS.

from qlmarkdown.

seamusdemora avatar seamusdemora commented on August 18, 2024 2

@Rabattkarte: I don't see this as a "workaround". Instead, I see Apple's opaque and nonsensical "security" measures as the only real issue. We're not behaving recklessly, and Apple will never "save" anyone with this nonsense; they simply burden us with "security measures" designed by their marketing department. What aggravates me is that I must do this (jump through Apple's hoops for granting a "security exception") over and over and over again. I truly resent it, and I tell them so at every opportunity. I think we all should complain - unless we want more of this.

from qlmarkdown.

seamusdemora avatar seamusdemora commented on August 18, 2024 1

@Zeebrah

It is just complete insanity how much extra unproductive work Catalina demands. All of this for the cuteness of the dark mode.

For over 10 years now Apple's financial success is because of their hot pursuit of teen-aged girls. Are you surprised they really don't care what you think?

from qlmarkdown.

relikd avatar relikd commented on August 18, 2024 1

@orchetect see issue #88. Also, already fixed in #95. Waiting for merge.

from qlmarkdown.

toland avatar toland commented on August 18, 2024

This sounds like the enhanced security checking that was introduced in Catalina. See the discussion on #89 for some ideas on how to deal with it.

from qlmarkdown.

seamusdemora avatar seamusdemora commented on August 18, 2024

Here's the error message in English:

Screen Shot 2020-04-01 at 6 23 54 PM

I looked at #89, but didn't see anything that looked like a solution?

from qlmarkdown.

seamusdemora avatar seamusdemora commented on August 18, 2024

@richardwo : This worked for me also. I'm used to dealing with this on full apps - don't know why it didn't occur to me to check it for qlmarkdown. Thanks for the reminder. :P

AFAIC, you could close this issue.

from qlmarkdown.

christiangenco avatar christiangenco commented on August 18, 2024

qlmarkdown still isn't working for me on Catalina 😔

I just did a fresh install of macOS, installed qlmarkdown with brew cask install qlmarkdown, tried previewing a .md file in QuickLook, saw the markdown preview and thought I'd figured it out, then later saw the popup saying it can't be opened but NO PROBLEM I know exactly how to solve that (through System Preferences / Security & Privacy / General => "Open Anyway"), but a day later I'm back to the plain text markdown previews.

I just tried brew cask uninstall qlmarkdown and then running through @websocket98765's solution using xattr -cr, but QuickLook still shows plain text previews, and now isn't even complaining about malicious software.

Is there a bug bounty program for qlmarkdown? For me markdown previews are the killer feature of QuickLook. My computer is significantly less useful with this plugin not working. I'm considering downgrading to Mojave just for this plugin.

Screen Shot 2020-04-15 at 09 16 02

from qlmarkdown.

setanarut avatar setanarut commented on August 18, 2024

@christiangenco
1. brew cask uninstall qlmarkdown
2. Sudo spctl --master-disable # disable Gatekeeper.
3. restart macOS
4. Be sure, System Preferences / Security & Privacy > Anywhere is checked
5.

brew cask install qlmarkdown
xattr -cr ~/Library/QuickLook/QLMarkdown.qlgenerator
qlmanage -r
qlmanage -r cache
killall Finder  # relaunch finder

from qlmarkdown.

setanarut avatar setanarut commented on August 18, 2024

@Zeebrah
qlmarkdown and other plugins did not work when i updated the Catalina to 10.15.4. They all worked after applying the commands.

from qlmarkdown.

orchetect avatar orchetect commented on August 18, 2024

Just did the update to macOS 10.15.5 and did NOT have QLMarkdown installed prior. Just installed it now and did the "Click OK" in the malware prompt, then click "Allow Anyway" in System Prefs dance a few times, and all is well. No Terminal commands needed.

Only issue is that while a Finder window is in Column mode, if the Preview pane is shown, it just shows an empty file icon and not a QuickLook preview as one might expect/hope. You have to press spacebar to see the QL rendering in the popup window. I'm hoping a system reboot might nudge this into working, but did this ever work with QLMarkdown? I don't see why it shouldn't, unless separate render API calls need to be implemented for it to work.

ScreenShot

from qlmarkdown.

orchetect avatar orchetect commented on August 18, 2024

lol.... well... I was right. Rebooting now makes the Preview pane render. But, uh... not in the way you'd expect.

I guess that's progress? 😅

ScreenShot

from qlmarkdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.