Seems like only YAML with .yaml extension are being previewed, but the files of this format oftentimes have an abbreviated .yml extension.
Is it possible for the user to add certain file extensions if its format is already supported anyway?
Your readme states:
Is it possible to enable / disable support for individual formats?
No, Apple does not allow this functionality.
Does it also mean file extensions for already supported formats cannot be expanded/redefined?
Ideally, it would be nice if it could open ALL files as text unless supported by another QL extension.
Because variations like praw.ini.example are also possible, where file format is supported, but the file extension is unconventional.
Is it possible to have it preview a file as text as a fallback if not other QL plugin is defined to preview a given file?
Seems like only
YAML
with.yaml
extension are being previewed, but the files of this format oftentimes have an abbreviated.yml
extension.Is it possible for the user to add certain file extensions if its format is already supported anyway?
Your readme states:
Does it also mean file extensions for already supported formats cannot be expanded/redefined?
Ideally, it would be nice if it could open ALL files as text unless supported by another QL extension. Because variations like
praw.ini.example
are also possible, where file format is supported, but the file extension is unconventional.Is it possible to have it preview a file as text as a fallback if not other QL plugin is defined to preview a given file?
Thanks