toland / qlmarkdown

QuickLook generator for Markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work in Ventura

hedges333 opened this issue · comments

Does not work in Ventura

Same for me:

CleanShot 2023-01-17 at 11 31 42@2x

Ventura 13.1, current version downloaded via brew brew install --cask qlmarkdown from http://www.sagtau.com/media/QuickLookJSON.qlgenerator.zip

Actually, this is likely related to the fact that I have another app installed that is associated with the file extension, since it's showing the MacDown icon.

qlmanage -m doesn't seem to list anything associated with Markdown files.

I can't quite make sense of how to resolve it based on this issue for another QL plugin, but it looks like it's not a fundamental Ventura issue.

Try running the QLMarkdown app then rebooting the system. Many times I’ve had macOS not register it until I did that.

Cannot run QLMarkdown, Apple cannot check for malware.

Screenshot 2023-02-14 at 09 19 52

OK, don't know why I would end up at this account when we're actually talking about QLMarkdown, and running this command (from that source) make it work properly (even though we always have to go hoops and loops to get things to work):

xattr -r -d com.apple.quarantine "FULL PATH OF THE QLMarkdown.app (you can drag the file to get the pull path)"

commented

OK, don't know why I would end up at this account when we're actually talking about QLMarkdown, and running this command (from that source) make it work properly (even though we always have to go hoops and loops to get things to work):

xattr -r -d com.apple.quarantine "FULL PATH OF THE QLMarkdown.app (you can drag the file to get the pull path)"

also need killall Finder