quicklook-csv
quicklook-csv copied to clipboard
CSV files are not rendered anymore by QuickLookCSV but by Apple's Office.qlgenerator in macOS 10.15 Catalina and macOS 11 Big Sur
$ 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
The same as above is now also happening on macOS 11.2 Big Sur.
$ 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
Nothing about that which can be changed?