wbrawner / SimpleMarkdown

SimpleMarkdown is an Android app for editing Markdown!
https://play.google.com/store/apps/details?id=com.wbrawner.simplemarkdown
Apache License 2.0
158 stars 18 forks source link

Save existing file by overwriting automatically #9

Closed lokesh-krishna closed 6 years ago

lokesh-krishna commented 6 years ago

Could you make the default action for saving upon selecting save from the menu to be to save the file with the same filename, overwriting it rather than the present approach of selecting save once again if the file has been open manually?

Not sure if the two approaches could coexist.

wbrawner commented 6 years ago

Just to make sure I understand, you mean you're looking for a quick save and then a manual save? So something like the following:

Save - quickly overwrite the open file Save as - choose the save location and file name

lokesh-krishna commented 6 years ago

Yes! Sorry about explaining it poorly 🙈

wbrawner commented 6 years ago

No worries, I just wanted to clarify and ensure we're on the same page :)

wbrawner commented 6 years ago

This is sort of covered by #15, since you no longer need to actually save the file yourself anymore. From now on, the file will be autosaved whenever you leave the edit screen, so the existing "Save" option becomes the explicit "Save as..." option by default