p2 / quicklook-csv

A QuickLook plugin for CSV files
Other
289 stars 22 forks source link

CSV files are not rendered anymore by QuickLookCSV but by Apple's Office.qlgenerator in macOS 10.15 Catalina and macOS 11 Big Sur #26

Open porg opened 4 years ago

porg commented 4 years ago
$ qlmanage -m | grep public.comma-separated-values-text
  public.comma-separated-values-text -> /System/Library/QuickLook/Office.qlgenerator (40)

So Apple's first party QuickLook plugin: /System/Library/QuickLook/Office.qlgenerator seems to take precedence over ~/Library/QuickLook/QuickLookCSV.qlgenerator

porg commented 3 years ago

The same as above is now also happening on macOS 11.2 Big Sur.

zhanggang807 commented 2 years ago
$ qlmanage -m | grep public.comma-separated-values-text
  public.comma-separated-values-text -> /System/Library/QuickLook/Office.qlgenerator (40)

So Apple's first party QuickLook plugin: /System/Library/QuickLook/Office.qlgenerator seems to take precedence over ~/Library/QuickLook/QuickLookCSV.qlgenerator

So that's it

porg commented 2 years ago

Nothing about that which can be changed?