-
Notifications
You must be signed in to change notification settings - Fork 55
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
Can't save new file #35
Comments
Hmm. I tried to reproduce this on my Mac but don't run into this error.
|
@dvcrn That is because this error only appears in Windows. I can confirm that this error happens on Win7 32Bit aswell as Win10 64 Bit I suppose an easy fix would be to simply support only .md files as it always seems to try to add .* as file ending, which is not allowed in Windows. |
+1 I too face this issue in Windows. |
+1 |
can someone try one of these versions? https://dl.dropboxusercontent.com/u/27953127/tmp/MarkRight_Windows32.exe It would help a lot since I don't have a windows machine to confirm |
Works with the 32Bit Version |
Works with 64-bit version as well. However, it still shows 'Electron' in Open-with menu and still does not open the file when double-clicked a file in Windows Explorer. May be, command-line arguments are ignore at some stage. |
Thanks for the feedback guys! Then I can finally get rid of this annoying bug 😊 |
Btw. You might consider using one of the VMs provided at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/windows/ to test things on Windows |
Opening an already existing file allows me to
File > Save
just fine, but try toFile > Save as
a new file and it throws an error.Whatever
filename
is provided, the error message makes it look like it's trying to save to a glob:filename.*
.Unsure how to check the version number, but I believe this is 0.1.8 I'm using. Windows 8.
The text was updated successfully, but these errors were encountered: