Skip to content
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

a feature about file name #628

Closed
yu2chuan opened this issue May 4, 2024 · 5 comments
Closed

a feature about file name #628

yu2chuan opened this issue May 4, 2024 · 5 comments
Assignees

Comments

@yu2chuan
Copy link

yu2chuan commented May 4, 2024

Is your feature request related to a problem? Please describe.
when a new file name is created with special characters like : or ?, the file name will be invalid and wait for correction.
On Windows, when a new file name is created with special characters like : or ?, those special characters will be removed directly from file name after popping a message "a file name can't contain any of the following ...."
If possible, I prefer you follow Windows' way to handle this situation.
Besides adding a new file or deleting a file, can we have rename files and move file to the other folders?

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@yu2chuan
Copy link
Author

yu2chuan commented May 4, 2024

More about this feature
In the explorer panel, folders/files can be bookmarked, moved, created, or deleted. They will be good for users.

@drl990114
Copy link
Owner

More about this feature In the explorer panel, folders/files can be bookmarked, moved, created, or deleted. They will be good for users.

This is already under development and should be completed in the next version.

Regarding file names containing special symbols, directly removing them when creating a new file may cause confusion for some users who do not understand the rules.

@yu2chuan
Copy link
Author

yu2chuan commented May 6, 2024

Frankly, regarding file names containing special symbols, I will respect your decision. Basically, Microsoft does this. I believe it's quite safe if Markflowy just follows this software behavior.

@yu2chuan
Copy link
Author

Thanks for the effort, I saw the rename and new folder in version 0.10.2. However, I found two small bugs.

  1. when users new a file or new a folder, all opened files will be forced to close.
  2. when users rename a file, they have to use the keyboard to move the cursor instead of the mouse. If they use the mouse to move the cursor, the rename will disappear or be canceled.

@drl990114
Copy link
Owner

Thank you. It will be released together with the next version later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants