billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Possibility to open last opened file on application start instead of hard-coded `Documents/Editor.txt` #200

Closed kamil-cy closed 1 year ago

kamil-cy commented 1 year ago

Hi,

I would like to drop an idea to add a possibility to open last opened file on application start instead of hard-coded Documents/Editor.txt. This could be toggled under Options drop-down menu. It would save me (and probably many more people) few taps while using this app. @billthefarmer What do you think about this?

billthefarmer commented 1 year ago

OK, that will be in the next version

kamil-cy commented 1 year ago

Great, thx.

kamil-cy commented 1 year ago

New feature works like a charm, thank you.