You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be useful to be able to group the file-extensions by domains or at least to see to which domain a file-extension belongs.
When users are not familiar some file extensions, which domains they belong would be quite informative and provides a nice quick hint. The information is also pretty interesting because it exposes some implicit relations (extension - format - domain).
The implementation maybe somewhat complicated since file-extensions maybe used in multiple formats and formats may have multiple domains.
Another idea is to filter domains simply alphabetically, since the list is quite long.
I'm in two minds wrt allowing domains to intervene. But it may be an interesting perk whose significance I simply don't fully grasp yet, now that I can only imagine such a system.
I would say it definitely sounds like a very good idea ( and in fact a separate ticket ) to display in format descriptions the list of domains that currently mention the given format as recommended or acceptable (maybe not so much if they mention it as deprecated).
Whether the same is true of extensions, I cannot say for sure, but it definitely never hurts to try.
EDIT: Oh, but we do implement the "very good idea" by providing tables of recommendations inside every format description. So we're down to considering whether it's useful to have a relationship between extensions and domains that is not mitigated by formats. Right, I'm not hugely excited, but that may be because my imagination is poor, in this regard.
I tend towards a wontfix, here. Extensions are in some way accidental, they can be missing, especially in *nix systems. They will also most probably sometimes be "homographic", meaning the same sequence of characters used as an extension for two or more different formats.
Listing them, sure, by all means. But I'd rather not make them first-order citizens, so to say.
It could be useful to be able to group the file-extensions by domains or at least to see to which domain a file-extension belongs.
When users are not familiar some file extensions, which domains they belong would be quite informative and provides a nice quick hint. The information is also pretty interesting because it exposes some implicit relations (extension - format - domain).
The implementation maybe somewhat complicated since file-extensions maybe used in multiple formats and formats may have multiple domains.
Another idea is to filter domains simply alphabetically, since the list is quite long.
This ticket is a follow-up to the issue #108 .
The text was updated successfully, but these errors were encountered: