-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always show file extensions #128
Comments
File extensions are shown when hovering over the directory entry, and on the detail view (sidebar when file is selected). I don't want to show all extensions by default, but I do want to make this an option later. I agree with the extension handling when creating files 👍 I suggest the following:
I don't really like how these buttons fit into the whole sidebar currently, might change this up in the future. |
Can you unpack for me what the reasoning is here? Generally my ethic with experiences that closely follow established UI conventions is to follow all of the conventions as much as possible so as to prevent confusion. |
Definitely. I'm following the MacOS convention. Don't show the file extension by default, and rely on the icon and the name to identify the file. Two differences though: (1) I think MacOS shows the file extension for unrecognised file extensions (ie. no icon) (2) We show the extension on hover. In addition to that, I think it looks nicer, and feel that the icon + name is enough to identify the file. |
@therealjeffg Thoughts on the current file/dir creation? Does it solve all the problems you had with it? |
Sorry, I neglected to get back to this issue. My opinion, perhaps put more simply: while it may be confusing to some people if we don't show the full name of the file for known file types, it will never be confusing to them if we do show the full name of the file. Disclaimer: I am biased here, I am used to looking at file systems in a terminal and always enable "show file extensions" preferences on any computer I use. |
Sounds reasonable 👍 I'll make it a setting. |
Questions:
|
NB: Feature requests will only be considered if they solve a pain
Summary
Most OS file explorers show file extensions. So should we.
Problem
Impact
Some confusion between drive and what users would see on disk wrt what file extensions are used.
Solution
Don't automagically add file extensions when creating files in drive itself, just let the user supply the file name including file extension.
When a user creates a new file in drive, assume it is a text file with encoding utf8 and have the user add whatever file extension they want.
The text was updated successfully, but these errors were encountered: